body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.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))));
  }
}
/* 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: #4b87af !important;
}
.bg-success {
  background-color: #14501e !important;
}
.bg-info {
  background-color: #13354b !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4b87af !important;
  border-color: #4b87af !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: #315872 !important;
  border-color: #315872 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #315872 !important;
  border-color: #315872 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ba007c !important;
  border-color: #ba007c !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: #630042 !important;
  border-color: #630042 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #630042 !important;
  border-color: #630042 !important;
}
.btn-info,
.btn-info:active {
  background-color: #13354b !important;
  border-color: #13354b !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: #010406 !important;
  border-color: #010406 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #010406 !important;
  border-color: #010406 !important;
}
.btn-success,
.btn-success:active {
  background-color: #14501e !important;
  border-color: #14501e !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: #030b04 !important;
  border-color: #030b04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #030b04 !important;
  border-color: #030b04 !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: #4b87af;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #315872 !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: #4b87af !important;
  border-color: #4b87af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ba007c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #630042 !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: #ba007c !important;
  border-color: #ba007c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13354b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #010406 !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: #13354b !important;
  border-color: #13354b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #14501e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #030b04 !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: #14501e !important;
  border-color: #14501e !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: #4b87af !important;
}
.text-secondary {
  color: #ba007c !important;
}
.text-success {
  color: #14501e !important;
}
.text-info {
  color: #13354b !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: #2c5068 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #540038 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4b87af;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #13354b;
}
.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: #4b87af;
  border-color: #4b87af;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4b87af;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a2c2d7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6fdb81;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6aaed9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', 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: #4b87af !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', 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: #4b87af;
}
/* 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: #4b87af;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4b87af;
}
.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: #4b87af;
  border-bottom-color: #4b87af;
}
.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: #4b87af !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: #ba007c !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='%234b87af' %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-tODzo8WrVF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-tODzo8WrVF .nav-item:focus,
.cid-tODzo8WrVF .nav-link:focus {
  outline: none;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-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-tODzo8WrVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tODzo8WrVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tODzo8WrVF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tODzo8WrVF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-tODzo8WrVF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tODzo8WrVF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tODzo8WrVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tODzo8WrVF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .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-tODzo8WrVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tODzo8WrVF .navbar.collapsed .right-menu,
.cid-tODzo8WrVF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse.show,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .navbar-collapse.show .brand-container,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tODzo8WrVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tODzo8WrVF .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-tODzo8WrVF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tODzo8WrVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tODzo8WrVF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tODzo8WrVF .navbar .right-menu,
  .cid-tODzo8WrVF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tODzo8WrVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tODzo8WrVF .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tODzo8WrVF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tODzo8WrVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tODzo8WrVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tODzo8WrVF .dropdown-item.active,
.cid-tODzo8WrVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tODzo8WrVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tODzo8WrVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tODzo8WrVF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tODzo8WrVF .navbar-buttons {
  margin-left: auto;
}
.cid-tODzo8WrVF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF .navbar-dropdown {
  position: fixed;
}
.cid-tODzo8WrVF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tODzo8WrVF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tODzo8WrVF .right-menu,
.cid-tODzo8WrVF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tODzo8WrVF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tODzo8WrVF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-tODzo8WrVF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tODzo8WrVF .card-wrapper {
  z-index: 3;
}
.cid-tODzo8WrVF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tODzo8WrVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNXwhgM2lP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #13354b;
}
.cid-tNXwhgM2lP .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-tNXwhgM2lP .content_block:hover .mbr-section-title a {
  color: #ba007c !important;
}
.cid-tNXwhgM2lP .card_topic,
.cid-tNXwhgM2lP .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tNXwhgM2lP .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ba007c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tNXwhgM2lP .image {
  position: relative;
}
.cid-tNXwhgM2lP .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #13354b);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #13354b);
}
.cid-tNXwhgM2lP .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNXwhgM2lP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tNXwhgM2lP .mbr-section-btn .btn-secondary-outline:hover,
.cid-tNXwhgM2lP .mbr-section-btn .btn-secondary-outline .active,
.cid-tNXwhgM2lP .mbr-section-btn .btn-secondary-outline:focus {
  color: #4b87af !important;
}
.cid-tNXwhgM2lP .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tNXwhgM2lP .content_block {
    padding: 30px 15px;
  }
  .cid-tNXwhgM2lP .mbr-figure {
    padding: 0;
  }
  .cid-tNXwhgM2lP .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(19, 53, 75, 0.99));
  }
}
.cid-tNXwhgM2lP .mbr-section-title DIV {
  text-align: center;
}
.cid-tNXwhgM2lP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tNXwhgM2lP .mbr-text,
.cid-tNXwhgM2lP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tzYZLBBea7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
  position: relative;
  overflow: hidden;
}
.cid-tzYZLBBea7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzYZLBBea7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzYZLBBea7 .col-text {
    padding-right: 28px;
  }
}
@media (min-width: 992px) {
  .cid-tzYZLBBea7 .col-img {
    padding-left: 28px;
  }
}
.cid-tzYZLBBea7 .card-title {
  color: #161616;
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tzYZLBBea7 .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tzYZLBBea7 .mbr-text {
  color: #161616;
  margin-top: 2rem;
  padding-right: 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-tzYZLBBea7 .mbr-text {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tzYZLBBea7 .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1rem;
  }
}
.cid-tzYZLBBea7 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tzYZLBBea7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tzYZLBBea7 .image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-tzYZLBBea7 .image-wrapper {
    height: 360px;
  }
}
@media (max-width: 575px) {
  .cid-tzYZLBBea7 .image-wrapper {
    height: 270px;
  }
}
@media (max-width: 991px) {
  .cid-tzYZLBBea7 .image-wrapper {
    margin-top: 56px;
  }
}
.cid-tzYZLBBea7 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tzYZLBBea7 .circle-blur {
  position: absolute;
  top: -5%;
  left: -5%;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-tzYZLBBea7 .card-title,
.cid-tzYZLBBea7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tzYZLBBea7 .mbr-text,
.cid-tzYZLBBea7 .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uFI0qKU63U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
  position: relative;
  overflow: hidden;
}
.cid-uFI0qKU63U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFI0qKU63U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFI0qKU63U .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uFI0qKU63U .col-text {
    padding-left: 28px;
  }
}
@media (min-width: 992px) {
  .cid-uFI0qKU63U .col-img {
    padding-right: 28px;
  }
}
.cid-uFI0qKU63U .card-title {
  color: #161616;
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFI0qKU63U .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uFI0qKU63U .mbr-text {
  color: #161616;
  margin-top: 2rem;
  padding-right: 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uFI0qKU63U .mbr-text {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uFI0qKU63U .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1rem;
  }
}
.cid-uFI0qKU63U .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uFI0qKU63U .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uFI0qKU63U .image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uFI0qKU63U .image-wrapper {
    height: 360px;
  }
}
@media (max-width: 575px) {
  .cid-uFI0qKU63U .image-wrapper {
    height: 270px;
  }
}
@media (max-width: 991px) {
  .cid-uFI0qKU63U .image-wrapper {
    margin-top: 56px;
  }
}
.cid-uFI0qKU63U .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uFI0qKU63U .circle-blur {
  position: absolute;
  top: -5%;
  right: -5% !important;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-uFI0qKU63U .card-title,
.cid-uFI0qKU63U .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uFI0qKU63U .mbr-text,
.cid-uFI0qKU63U .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uJKCOGc0EQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
  position: relative;
  overflow: hidden;
}
.cid-uJKCOGc0EQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKCOGc0EQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJKCOGc0EQ .col-text {
    padding-right: 28px;
  }
}
@media (min-width: 992px) {
  .cid-uJKCOGc0EQ .col-img {
    padding-left: 28px;
  }
}
.cid-uJKCOGc0EQ .card-title {
  color: #161616;
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uJKCOGc0EQ .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uJKCOGc0EQ .mbr-text {
  color: #161616;
  margin-top: 2rem;
  padding-right: 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uJKCOGc0EQ .mbr-text {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uJKCOGc0EQ .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1rem;
  }
}
.cid-uJKCOGc0EQ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uJKCOGc0EQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uJKCOGc0EQ .image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uJKCOGc0EQ .image-wrapper {
    height: 360px;
  }
}
@media (max-width: 575px) {
  .cid-uJKCOGc0EQ .image-wrapper {
    height: 270px;
  }
}
@media (max-width: 991px) {
  .cid-uJKCOGc0EQ .image-wrapper {
    margin-top: 56px;
  }
}
.cid-uJKCOGc0EQ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uJKCOGc0EQ .circle-blur {
  position: absolute;
  top: -5%;
  left: -5%;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-uJKCOGc0EQ .card-title,
.cid-uJKCOGc0EQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uJKCOGc0EQ .mbr-text,
.cid-uJKCOGc0EQ .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tHIv5rZp7u {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #2c6489;
}
.cid-tHIv5rZp7u .video-wrapper iframe {
  width: 100%;
}
.cid-tHIv5rZp7u .mbr-section-title,
.cid-tHIv5rZp7u .mbr-section-subtitle,
.cid-tHIv5rZp7u .mbr-text {
  text-align: center;
}
.cid-tHIv5rZp7u .mbr-section-title {
  color: #ffffff;
}
.cid-tHIv5rZp7u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzZ7FsJuVD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-tzZ7FsJuVD .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tzZ7FsJuVD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tzZ7FsJuVD .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tzZ7FsJuVD .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tzZ7FsJuVD .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-tzZ7FsJuVD .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-tzZ7FsJuVD .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-ttipVc3wwL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-ttipVc3wwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttipVc3wwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttipVc3wwL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-ttipVc3wwL .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ttipVc3wwL .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttipVc3wwL .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ttipVc3wwL .mbr-section-title {
  color: #ffffff;
}
.cid-ttipVc3wwL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttipVc3wwL .card-title {
  color: #2c6489;
}
.cid-ttipVc3wwL .mbr-text {
  color: #4b87af;
}
.cid-u0143eQu2q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #13354b;
}
.cid-u0143eQu2q .carousel-item {
  justify-content: center;
}
.cid-u0143eQu2q .carousel-item.active,
.cid-u0143eQu2q .carousel-item-next,
.cid-u0143eQu2q .carousel-item-prev {
  display: flex;
}
.cid-u0143eQu2q .carousel-controls a {
  transition: opacity .5s;
  font-size: 40px;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u0143eQu2q .carousel-controls {
    display: none;
  }
}
.cid-u0143eQu2q .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .5;
  z-index: 10;
  display: -webkit-flex;
}
.cid-u0143eQu2q .author-wrap {
  margin-bottom: 10px;
}
.cid-u0143eQu2q .author-wrap .user_image {
  width: 80px;
  height: 80px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
.cid-u0143eQu2q .author-wrap .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-u0143eQu2q .author-wrap .user-info {
  margin-top: 9px;
}
.cid-u0143eQu2q .author-wrap .user-info .user_name {
  text-align: left;
}
.cid-u0143eQu2q .author-wrap .user-info .user_desk {
  text-align: left;
}
@media (max-width: 230px) {
  .cid-u0143eQu2q .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-u0143eQu2q .carousel-indicators {
  position: absolute;
  bottom: -45px;
  margin-bottom: 1.5rem !important;
}
.cid-u0143eQu2q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #eaab24;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-u0143eQu2q .carousel-indicators li.active {
  background-color: #ffffff;
}
.cid-u0143eQu2q .carousel-indicators li.active,
.cid-u0143eQu2q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u0143eQu2q .carousel-indicators li::after,
.cid-u0143eQu2q .carousel-indicators li::before {
  content: none;
}
.cid-u0143eQu2q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u0143eQu2q .carousel-indicators {
    display: none !important;
  }
}
.cid-u0143eQu2q H3 {
  color: #ffffff;
}
.cid-u0143eQu2q .user .author-wrap .user-info .user_name {
  color: #ffffff;
}
.cid-u0143eQu2q .user .author-wrap .user-info .user_desk {
  color: #eaab24;
}
.cid-u0143eQu2q .user_text p {
  color: #ffffff;
}
.cid-u0143eQu2q .mbr-text {
  color: #eaab24;
}
.cid-tNQQb1Rj2G {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-tNQQb1Rj2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNQQb1Rj2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNQQb1Rj2G .img-wrapper {
  text-align: center;
}
.cid-tNQQb1Rj2G img {
  margin: auto;
  width: 140px;
}
.cid-tNQQb1Rj2G .row {
  align-items: flex-start;
}
.cid-tNQQb1Rj2G .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-tNQQb1Rj2G .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tNQQb1Rj2G .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNQQb1Rj2G .card-wrapper {
    padding: 1rem;
  }
}
.cid-tNQQb1Rj2G .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNYfJjqwKf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-tNYfJjqwKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNYfJjqwKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNYfJjqwKf .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tNYfJjqwKf .bg-instagram:hover {
  background: #bd005c;
}
.cid-tNYfJjqwKf .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tNYfJjqwKf [class^="socicon-"]:before,
.cid-tNYfJjqwKf [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tvDYONOkwA {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-tvDYONOkwA img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tvDYONOkwA .right {
  display: flex;
  flex-direction: column;
}
.cid-tvDYONOkwA .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-tvDYONOkwA .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-tvDYONOkwA .last-p {
  padding-bottom: 0;
}
.cid-tvDYONOkwA .row {
  justify-content: center;
}
.cid-tHIw5uUXtu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-tHIw5uUXtu .video-wrapper iframe {
  width: 100%;
}
.cid-tHIw5uUXtu .mbr-section-title,
.cid-tHIw5uUXtu .mbr-section-subtitle,
.cid-tHIw5uUXtu .mbr-text {
  text-align: center;
}
.cid-tHIw5uUXtu .mbr-section-title {
  color: #2c6489;
}
.cid-tHIw5uUXtu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzZ8vKQFTT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-tzZ8vKQFTT .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tzZ8vKQFTT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tzZ8vKQFTT .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tzZ8vKQFTT .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tzZ8vKQFTT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-tzZ8vKQFTT .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-tzZ8vKQFTT .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNXaUxn3g9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-tNXaUxn3g9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXaUxn3g9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXaUxn3g9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-tNXaUxn3g9 .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tNXaUxn3g9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXaUxn3g9 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tNXaUxn3g9 .mbr-section-title {
  color: #ffffff;
}
.cid-tNXaUxn3g9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNXaUxn3g9 .card-title {
  color: #2c6489;
}
.cid-tNXaUxn3g9 .mbr-text {
  color: #4b87af;
}
.cid-tNXaVgMD3e {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-tNXaVgMD3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXaVgMD3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXaVgMD3e .img-wrapper {
  text-align: center;
}
.cid-tNXaVgMD3e img {
  margin: auto;
  width: 140px;
}
.cid-tNXaVgMD3e .row {
  align-items: flex-start;
}
.cid-tNXaVgMD3e .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-tNXaVgMD3e .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tNXaVgMD3e .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXaVgMD3e .card-wrapper {
    padding: 1rem;
  }
}
.cid-tNXaVgMD3e .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tODzo8WrVF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-tODzo8WrVF .nav-item:focus,
.cid-tODzo8WrVF .nav-link:focus {
  outline: none;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-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-tODzo8WrVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tODzo8WrVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tODzo8WrVF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tODzo8WrVF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-tODzo8WrVF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tODzo8WrVF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tODzo8WrVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tODzo8WrVF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .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-tODzo8WrVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tODzo8WrVF .navbar.collapsed .right-menu,
.cid-tODzo8WrVF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse.show,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .navbar-collapse.show .brand-container,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tODzo8WrVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tODzo8WrVF .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-tODzo8WrVF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tODzo8WrVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tODzo8WrVF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tODzo8WrVF .navbar .right-menu,
  .cid-tODzo8WrVF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tODzo8WrVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tODzo8WrVF .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tODzo8WrVF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tODzo8WrVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tODzo8WrVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tODzo8WrVF .dropdown-item.active,
.cid-tODzo8WrVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tODzo8WrVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tODzo8WrVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tODzo8WrVF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tODzo8WrVF .navbar-buttons {
  margin-left: auto;
}
.cid-tODzo8WrVF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF .navbar-dropdown {
  position: fixed;
}
.cid-tODzo8WrVF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tODzo8WrVF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tODzo8WrVF .right-menu,
.cid-tODzo8WrVF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tODzo8WrVF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tODzo8WrVF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-tODzo8WrVF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tODzo8WrVF .card-wrapper {
  z-index: 3;
}
.cid-tODzo8WrVF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tODzo8WrVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLnokyLgh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-umLnokyLgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLnokyLgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLnokyLgh .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-umLnokyLgh .bg-instagram:hover {
  background: #bd005c;
}
.cid-umLnokyLgh .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umLnokyLgh [class^="socicon-"]:before,
.cid-umLnokyLgh [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tvE1cB0bh8 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-tvE1cB0bh8 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tvE1cB0bh8 .right {
  display: flex;
  flex-direction: column;
}
.cid-tvE1cB0bh8 .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-tvE1cB0bh8 .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-tvE1cB0bh8 .last-p {
  padding-bottom: 0;
}
.cid-tvE1cB0bh8 .row {
  justify-content: center;
}
.cid-tHIwODWwjW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-tHIwODWwjW .video-wrapper iframe {
  width: 100%;
}
.cid-tHIwODWwjW .mbr-section-title,
.cid-tHIwODWwjW .mbr-section-subtitle,
.cid-tHIwODWwjW .mbr-text {
  text-align: center;
}
.cid-tHIwODWwjW .mbr-section-title {
  color: #2c6489;
}
.cid-tHIwODWwjW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzZ8Jy43tk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-tzZ8Jy43tk .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tzZ8Jy43tk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tzZ8Jy43tk .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tzZ8Jy43tk .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tzZ8Jy43tk .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-tzZ8Jy43tk .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-tzZ8Jy43tk .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNXbfWNgr9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-tNXbfWNgr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXbfWNgr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXbfWNgr9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-tNXbfWNgr9 .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tNXbfWNgr9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXbfWNgr9 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tNXbfWNgr9 .mbr-section-title {
  color: #ffffff;
}
.cid-tNXbfWNgr9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNXbfWNgr9 .card-title {
  color: #2c6489;
}
.cid-tNXbfWNgr9 .mbr-text {
  color: #4b87af;
}
.cid-tNXbgCILUZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-tNXbgCILUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXbgCILUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXbgCILUZ .img-wrapper {
  text-align: center;
}
.cid-tNXbgCILUZ img {
  margin: auto;
  width: 140px;
}
.cid-tNXbgCILUZ .row {
  align-items: flex-start;
}
.cid-tNXbgCILUZ .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-tNXbgCILUZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tNXbgCILUZ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXbgCILUZ .card-wrapper {
    padding: 1rem;
  }
}
.cid-tNXbgCILUZ .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tODzo8WrVF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-tODzo8WrVF .nav-item:focus,
.cid-tODzo8WrVF .nav-link:focus {
  outline: none;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-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-tODzo8WrVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tODzo8WrVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tODzo8WrVF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tODzo8WrVF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-tODzo8WrVF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tODzo8WrVF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tODzo8WrVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tODzo8WrVF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .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-tODzo8WrVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tODzo8WrVF .navbar.collapsed .right-menu,
.cid-tODzo8WrVF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse.show,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .navbar-collapse.show .brand-container,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tODzo8WrVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tODzo8WrVF .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-tODzo8WrVF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tODzo8WrVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tODzo8WrVF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tODzo8WrVF .navbar .right-menu,
  .cid-tODzo8WrVF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tODzo8WrVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tODzo8WrVF .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tODzo8WrVF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tODzo8WrVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tODzo8WrVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tODzo8WrVF .dropdown-item.active,
.cid-tODzo8WrVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tODzo8WrVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tODzo8WrVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tODzo8WrVF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tODzo8WrVF .navbar-buttons {
  margin-left: auto;
}
.cid-tODzo8WrVF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF .navbar-dropdown {
  position: fixed;
}
.cid-tODzo8WrVF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tODzo8WrVF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tODzo8WrVF .right-menu,
.cid-tODzo8WrVF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tODzo8WrVF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tODzo8WrVF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-tODzo8WrVF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tODzo8WrVF .card-wrapper {
  z-index: 3;
}
.cid-tODzo8WrVF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tODzo8WrVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLnsba4oK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-umLnsba4oK .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLnsba4oK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLnsba4oK .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-umLnsba4oK .bg-instagram:hover {
  background: #bd005c;
}
.cid-umLnsba4oK .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umLnsba4oK [class^="socicon-"]:before,
.cid-umLnsba4oK [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tvE1FcWxFg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-tvE1FcWxFg img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tvE1FcWxFg .right {
  display: flex;
  flex-direction: column;
}
.cid-tvE1FcWxFg .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-tvE1FcWxFg .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-tvE1FcWxFg .last-p {
  padding-bottom: 0;
}
.cid-tvE1FcWxFg .row {
  justify-content: center;
}
.cid-tHIx2GRBYn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-tHIx2GRBYn .video-wrapper iframe {
  width: 100%;
}
.cid-tHIx2GRBYn .mbr-section-title,
.cid-tHIx2GRBYn .mbr-section-subtitle,
.cid-tHIx2GRBYn .mbr-text {
  text-align: center;
}
.cid-tHIx2GRBYn .mbr-section-title {
  color: #2c6489;
}
.cid-tHIx2GRBYn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzZ8Niq8fv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-tzZ8Niq8fv .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tzZ8Niq8fv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tzZ8Niq8fv .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tzZ8Niq8fv .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tzZ8Niq8fv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-tzZ8Niq8fv .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-tzZ8Niq8fv .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNXboE00XC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-tNXboE00XC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXboE00XC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXboE00XC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-tNXboE00XC .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tNXboE00XC .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXboE00XC .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tNXboE00XC .mbr-section-title {
  color: #ffffff;
}
.cid-tNXboE00XC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNXboE00XC .card-title {
  color: #2c6489;
}
.cid-tNXboE00XC .mbr-text {
  color: #4b87af;
}
.cid-tNXbpgNPrD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-tNXbpgNPrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXbpgNPrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXbpgNPrD .img-wrapper {
  text-align: center;
}
.cid-tNXbpgNPrD img {
  margin: auto;
  width: 140px;
}
.cid-tNXbpgNPrD .row {
  align-items: flex-start;
}
.cid-tNXbpgNPrD .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-tNXbpgNPrD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tNXbpgNPrD .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXbpgNPrD .card-wrapper {
    padding: 1rem;
  }
}
.cid-tNXbpgNPrD .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tODzo8WrVF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-tODzo8WrVF .nav-item:focus,
.cid-tODzo8WrVF .nav-link:focus {
  outline: none;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-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-tODzo8WrVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tODzo8WrVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tODzo8WrVF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tODzo8WrVF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-tODzo8WrVF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tODzo8WrVF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tODzo8WrVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tODzo8WrVF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .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-tODzo8WrVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tODzo8WrVF .navbar.collapsed .right-menu,
.cid-tODzo8WrVF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse.show,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .navbar-collapse.show .brand-container,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tODzo8WrVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tODzo8WrVF .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-tODzo8WrVF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tODzo8WrVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tODzo8WrVF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tODzo8WrVF .navbar .right-menu,
  .cid-tODzo8WrVF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tODzo8WrVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tODzo8WrVF .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tODzo8WrVF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tODzo8WrVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tODzo8WrVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tODzo8WrVF .dropdown-item.active,
.cid-tODzo8WrVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tODzo8WrVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tODzo8WrVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tODzo8WrVF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tODzo8WrVF .navbar-buttons {
  margin-left: auto;
}
.cid-tODzo8WrVF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF .navbar-dropdown {
  position: fixed;
}
.cid-tODzo8WrVF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tODzo8WrVF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tODzo8WrVF .right-menu,
.cid-tODzo8WrVF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tODzo8WrVF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tODzo8WrVF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-tODzo8WrVF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tODzo8WrVF .card-wrapper {
  z-index: 3;
}
.cid-tODzo8WrVF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tODzo8WrVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLnuJp72M {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-umLnuJp72M .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLnuJp72M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLnuJp72M .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-umLnuJp72M .bg-instagram:hover {
  background: #bd005c;
}
.cid-umLnuJp72M .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umLnuJp72M [class^="socicon-"]:before,
.cid-umLnuJp72M [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tvE2Bzmi84 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-tvE2Bzmi84 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tvE2Bzmi84 .right {
  display: flex;
  flex-direction: column;
}
.cid-tvE2Bzmi84 .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-tvE2Bzmi84 .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-tvE2Bzmi84 .last-p {
  padding-bottom: 0;
}
.cid-tvE2Bzmi84 .row {
  justify-content: center;
}
.cid-tHIx9FA75r {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-tHIx9FA75r .video-wrapper iframe {
  width: 100%;
}
.cid-tHIx9FA75r .mbr-section-title,
.cid-tHIx9FA75r .mbr-section-subtitle,
.cid-tHIx9FA75r .mbr-text {
  text-align: center;
}
.cid-tHIx9FA75r .mbr-section-title {
  color: #2c6489;
}
.cid-tHIx9FA75r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzZ8R2hks4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-tzZ8R2hks4 .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tzZ8R2hks4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tzZ8R2hks4 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tzZ8R2hks4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tzZ8R2hks4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-tzZ8R2hks4 .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-tzZ8R2hks4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNXbxh6Kjw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-tNXbxh6Kjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXbxh6Kjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXbxh6Kjw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-tNXbxh6Kjw .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tNXbxh6Kjw .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXbxh6Kjw .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tNXbxh6Kjw .mbr-section-title {
  color: #ffffff;
}
.cid-tNXbxh6Kjw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNXbxh6Kjw .card-title {
  color: #2c6489;
}
.cid-tNXbxh6Kjw .mbr-text {
  color: #4b87af;
}
.cid-tNXbxYpqrb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-tNXbxYpqrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXbxYpqrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXbxYpqrb .img-wrapper {
  text-align: center;
}
.cid-tNXbxYpqrb img {
  margin: auto;
  width: 140px;
}
.cid-tNXbxYpqrb .row {
  align-items: flex-start;
}
.cid-tNXbxYpqrb .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-tNXbxYpqrb .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tNXbxYpqrb .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXbxYpqrb .card-wrapper {
    padding: 1rem;
  }
}
.cid-tNXbxYpqrb .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tODzo8WrVF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-tODzo8WrVF .nav-item:focus,
.cid-tODzo8WrVF .nav-link:focus {
  outline: none;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-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-tODzo8WrVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tODzo8WrVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tODzo8WrVF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tODzo8WrVF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-tODzo8WrVF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tODzo8WrVF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tODzo8WrVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tODzo8WrVF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .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-tODzo8WrVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tODzo8WrVF .navbar.collapsed .right-menu,
.cid-tODzo8WrVF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse.show,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .navbar-collapse.show .brand-container,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tODzo8WrVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tODzo8WrVF .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-tODzo8WrVF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tODzo8WrVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tODzo8WrVF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tODzo8WrVF .navbar .right-menu,
  .cid-tODzo8WrVF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tODzo8WrVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tODzo8WrVF .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tODzo8WrVF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tODzo8WrVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tODzo8WrVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tODzo8WrVF .dropdown-item.active,
.cid-tODzo8WrVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tODzo8WrVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tODzo8WrVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tODzo8WrVF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tODzo8WrVF .navbar-buttons {
  margin-left: auto;
}
.cid-tODzo8WrVF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF .navbar-dropdown {
  position: fixed;
}
.cid-tODzo8WrVF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tODzo8WrVF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tODzo8WrVF .right-menu,
.cid-tODzo8WrVF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tODzo8WrVF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tODzo8WrVF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-tODzo8WrVF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tODzo8WrVF .card-wrapper {
  z-index: 3;
}
.cid-tODzo8WrVF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tODzo8WrVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLnxpgBd1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-umLnxpgBd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLnxpgBd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLnxpgBd1 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-umLnxpgBd1 .bg-instagram:hover {
  background: #bd005c;
}
.cid-umLnxpgBd1 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umLnxpgBd1 [class^="socicon-"]:before,
.cid-umLnxpgBd1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tvE3wxDQVe {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-tvE3wxDQVe img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tvE3wxDQVe .right {
  display: flex;
  flex-direction: column;
}
.cid-tvE3wxDQVe .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-tvE3wxDQVe .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-tvE3wxDQVe .last-p {
  padding-bottom: 0;
}
.cid-tvE3wxDQVe .row {
  justify-content: center;
}
.cid-tHIxmwDXqN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-tHIxmwDXqN .video-wrapper iframe {
  width: 100%;
}
.cid-tHIxmwDXqN .mbr-section-title,
.cid-tHIxmwDXqN .mbr-section-subtitle,
.cid-tHIxmwDXqN .mbr-text {
  text-align: center;
}
.cid-tHIxmwDXqN .mbr-section-title {
  color: #2c6489;
}
.cid-tHIxmwDXqN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzZ8XPN7Uh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-tzZ8XPN7Uh .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tzZ8XPN7Uh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tzZ8XPN7Uh .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tzZ8XPN7Uh .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tzZ8XPN7Uh .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-tzZ8XPN7Uh .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-tzZ8XPN7Uh .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNXbLOfyrc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-tNXbLOfyrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXbLOfyrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXbLOfyrc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-tNXbLOfyrc .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tNXbLOfyrc .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXbLOfyrc .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tNXbLOfyrc .mbr-section-title {
  color: #ffffff;
}
.cid-tNXbLOfyrc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNXbLOfyrc .card-title {
  color: #2c6489;
}
.cid-tNXbLOfyrc .mbr-text {
  color: #4b87af;
}
.cid-tNXbMpRkPR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-tNXbMpRkPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXbMpRkPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXbMpRkPR .img-wrapper {
  text-align: center;
}
.cid-tNXbMpRkPR img {
  margin: auto;
  width: 140px;
}
.cid-tNXbMpRkPR .row {
  align-items: flex-start;
}
.cid-tNXbMpRkPR .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-tNXbMpRkPR .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tNXbMpRkPR .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXbMpRkPR .card-wrapper {
    padding: 1rem;
  }
}
.cid-tNXbMpRkPR .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tODzo8WrVF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-tODzo8WrVF .nav-item:focus,
.cid-tODzo8WrVF .nav-link:focus {
  outline: none;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-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-tODzo8WrVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tODzo8WrVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tODzo8WrVF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tODzo8WrVF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-tODzo8WrVF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tODzo8WrVF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tODzo8WrVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tODzo8WrVF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .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-tODzo8WrVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tODzo8WrVF .navbar.collapsed .right-menu,
.cid-tODzo8WrVF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse.show,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .navbar-collapse.show .brand-container,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tODzo8WrVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tODzo8WrVF .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-tODzo8WrVF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tODzo8WrVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tODzo8WrVF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tODzo8WrVF .navbar .right-menu,
  .cid-tODzo8WrVF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tODzo8WrVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tODzo8WrVF .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tODzo8WrVF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tODzo8WrVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tODzo8WrVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tODzo8WrVF .dropdown-item.active,
.cid-tODzo8WrVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tODzo8WrVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tODzo8WrVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tODzo8WrVF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tODzo8WrVF .navbar-buttons {
  margin-left: auto;
}
.cid-tODzo8WrVF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF .navbar-dropdown {
  position: fixed;
}
.cid-tODzo8WrVF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tODzo8WrVF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tODzo8WrVF .right-menu,
.cid-tODzo8WrVF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tODzo8WrVF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tODzo8WrVF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-tODzo8WrVF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tODzo8WrVF .card-wrapper {
  z-index: 3;
}
.cid-tODzo8WrVF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tODzo8WrVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLnCxlGhX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-umLnCxlGhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLnCxlGhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLnCxlGhX .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-umLnCxlGhX .bg-instagram:hover {
  background: #bd005c;
}
.cid-umLnCxlGhX .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umLnCxlGhX [class^="socicon-"]:before,
.cid-umLnCxlGhX [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tA0lFiffw8 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-tA0lFiffw8 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tA0lFiffw8 .right {
  display: flex;
  flex-direction: column;
}
.cid-tA0lFiffw8 .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-tA0lFiffw8 .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-tA0lFiffw8 .last-p {
  padding-bottom: 0;
}
.cid-tA0lFiffw8 .row {
  justify-content: center;
}
.cid-tHIxtjsEng {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-tHIxtjsEng .video-wrapper iframe {
  width: 100%;
}
.cid-tHIxtjsEng .mbr-section-title,
.cid-tHIxtjsEng .mbr-section-subtitle,
.cid-tHIxtjsEng .mbr-text {
  text-align: center;
}
.cid-tHIxtjsEng .mbr-section-title {
  color: #2c6489;
}
.cid-tHIxtjsEng .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tA0lFiP8Hb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-tA0lFiP8Hb .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tA0lFiP8Hb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tA0lFiP8Hb .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tA0lFiP8Hb .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tA0lFiP8Hb .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-tA0lFiP8Hb .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-tA0lFiP8Hb .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNXc9IcGv4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-tNXc9IcGv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXc9IcGv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXc9IcGv4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-tNXc9IcGv4 .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tNXc9IcGv4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXc9IcGv4 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tNXc9IcGv4 .mbr-section-title {
  color: #ffffff;
}
.cid-tNXc9IcGv4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNXc9IcGv4 .card-title {
  color: #2c6489;
}
.cid-tNXc9IcGv4 .mbr-text {
  color: #4b87af;
}
.cid-tNXcakdZEY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-tNXcakdZEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXcakdZEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXcakdZEY .img-wrapper {
  text-align: center;
}
.cid-tNXcakdZEY img {
  margin: auto;
  width: 140px;
}
.cid-tNXcakdZEY .row {
  align-items: flex-start;
}
.cid-tNXcakdZEY .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-tNXcakdZEY .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tNXcakdZEY .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXcakdZEY .card-wrapper {
    padding: 1rem;
  }
}
.cid-tNXcakdZEY .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tODzo8WrVF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-tODzo8WrVF .nav-item:focus,
.cid-tODzo8WrVF .nav-link:focus {
  outline: none;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-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-tODzo8WrVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tODzo8WrVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tODzo8WrVF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tODzo8WrVF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-tODzo8WrVF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tODzo8WrVF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tODzo8WrVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tODzo8WrVF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .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-tODzo8WrVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tODzo8WrVF .navbar.collapsed .right-menu,
.cid-tODzo8WrVF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse.show,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .navbar-collapse.show .brand-container,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tODzo8WrVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tODzo8WrVF .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-tODzo8WrVF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tODzo8WrVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tODzo8WrVF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tODzo8WrVF .navbar .right-menu,
  .cid-tODzo8WrVF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tODzo8WrVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tODzo8WrVF .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tODzo8WrVF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tODzo8WrVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tODzo8WrVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tODzo8WrVF .dropdown-item.active,
.cid-tODzo8WrVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tODzo8WrVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tODzo8WrVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tODzo8WrVF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tODzo8WrVF .navbar-buttons {
  margin-left: auto;
}
.cid-tODzo8WrVF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF .navbar-dropdown {
  position: fixed;
}
.cid-tODzo8WrVF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tODzo8WrVF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tODzo8WrVF .right-menu,
.cid-tODzo8WrVF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tODzo8WrVF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tODzo8WrVF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-tODzo8WrVF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tODzo8WrVF .card-wrapper {
  z-index: 3;
}
.cid-tODzo8WrVF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tODzo8WrVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLnHXGMlM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-umLnHXGMlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLnHXGMlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLnHXGMlM .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-umLnHXGMlM .bg-instagram:hover {
  background: #bd005c;
}
.cid-umLnHXGMlM .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umLnHXGMlM [class^="socicon-"]:before,
.cid-umLnHXGMlM [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tA0njQWMBW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-tA0njQWMBW img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tA0njQWMBW .right {
  display: flex;
  flex-direction: column;
}
.cid-tA0njQWMBW .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-tA0njQWMBW .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-tA0njQWMBW .last-p {
  padding-bottom: 0;
}
.cid-tA0njQWMBW .row {
  justify-content: center;
}
.cid-tHIxIgYqcC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-tHIxIgYqcC .video-wrapper iframe {
  width: 100%;
}
.cid-tHIxIgYqcC .mbr-section-title,
.cid-tHIxIgYqcC .mbr-section-subtitle,
.cid-tHIxIgYqcC .mbr-text {
  text-align: center;
}
.cid-tHIxIgYqcC .mbr-section-title {
  color: #2c6489;
}
.cid-tHIxIgYqcC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tA0njRGNf7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-tA0njRGNf7 .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tA0njRGNf7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tA0njRGNf7 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tA0njRGNf7 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tA0njRGNf7 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-tA0njRGNf7 .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-tA0njRGNf7 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNXcjO3DDx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-tNXcjO3DDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXcjO3DDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXcjO3DDx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-tNXcjO3DDx .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tNXcjO3DDx .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXcjO3DDx .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tNXcjO3DDx .mbr-section-title {
  color: #ffffff;
}
.cid-tNXcjO3DDx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNXcjO3DDx .card-title {
  color: #2c6489;
}
.cid-tNXcjO3DDx .mbr-text {
  color: #4b87af;
}
.cid-tNXckopIUg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-tNXckopIUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXckopIUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXckopIUg .img-wrapper {
  text-align: center;
}
.cid-tNXckopIUg img {
  margin: auto;
  width: 140px;
}
.cid-tNXckopIUg .row {
  align-items: flex-start;
}
.cid-tNXckopIUg .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-tNXckopIUg .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tNXckopIUg .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXckopIUg .card-wrapper {
    padding: 1rem;
  }
}
.cid-tNXckopIUg .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tODzo8WrVF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-tODzo8WrVF .nav-item:focus,
.cid-tODzo8WrVF .nav-link:focus {
  outline: none;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-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-tODzo8WrVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tODzo8WrVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tODzo8WrVF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tODzo8WrVF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-tODzo8WrVF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tODzo8WrVF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tODzo8WrVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tODzo8WrVF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .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-tODzo8WrVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tODzo8WrVF .navbar.collapsed .right-menu,
.cid-tODzo8WrVF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse.show,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .navbar-collapse.show .brand-container,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tODzo8WrVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tODzo8WrVF .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-tODzo8WrVF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tODzo8WrVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tODzo8WrVF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tODzo8WrVF .navbar .right-menu,
  .cid-tODzo8WrVF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tODzo8WrVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tODzo8WrVF .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tODzo8WrVF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tODzo8WrVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tODzo8WrVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tODzo8WrVF .dropdown-item.active,
.cid-tODzo8WrVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tODzo8WrVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tODzo8WrVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tODzo8WrVF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tODzo8WrVF .navbar-buttons {
  margin-left: auto;
}
.cid-tODzo8WrVF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF .navbar-dropdown {
  position: fixed;
}
.cid-tODzo8WrVF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tODzo8WrVF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tODzo8WrVF .right-menu,
.cid-tODzo8WrVF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tODzo8WrVF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tODzo8WrVF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-tODzo8WrVF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tODzo8WrVF .card-wrapper {
  z-index: 3;
}
.cid-tODzo8WrVF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tODzo8WrVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLnNcyo0y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-umLnNcyo0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLnNcyo0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLnNcyo0y .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-umLnNcyo0y .bg-instagram:hover {
  background: #bd005c;
}
.cid-umLnNcyo0y .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umLnNcyo0y [class^="socicon-"]:before,
.cid-umLnNcyo0y [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tA0nuAtdCf {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-tA0nuAtdCf img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tA0nuAtdCf .right {
  display: flex;
  flex-direction: column;
}
.cid-tA0nuAtdCf .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-tA0nuAtdCf .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-tA0nuAtdCf .last-p {
  padding-bottom: 0;
}
.cid-tA0nuAtdCf .row {
  justify-content: center;
}
.cid-tHIxClFZ5f {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-tHIxClFZ5f .video-wrapper iframe {
  width: 100%;
}
.cid-tHIxClFZ5f .mbr-section-title,
.cid-tHIxClFZ5f .mbr-section-subtitle,
.cid-tHIxClFZ5f .mbr-text {
  text-align: center;
}
.cid-tHIxClFZ5f .mbr-section-title {
  color: #2c6489;
}
.cid-tHIxClFZ5f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tA0nuB48G6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-tA0nuB48G6 .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tA0nuB48G6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tA0nuB48G6 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tA0nuB48G6 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tA0nuB48G6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-tA0nuB48G6 .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-tA0nuB48G6 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNXcuMF5hU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-tNXcuMF5hU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXcuMF5hU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXcuMF5hU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-tNXcuMF5hU .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tNXcuMF5hU .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXcuMF5hU .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tNXcuMF5hU .mbr-section-title {
  color: #ffffff;
}
.cid-tNXcuMF5hU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNXcuMF5hU .card-title {
  color: #2c6489;
}
.cid-tNXcuMF5hU .mbr-text {
  color: #4b87af;
}
.cid-tNXcvz4QmE {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-tNXcvz4QmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXcvz4QmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXcvz4QmE .img-wrapper {
  text-align: center;
}
.cid-tNXcvz4QmE img {
  margin: auto;
  width: 140px;
}
.cid-tNXcvz4QmE .row {
  align-items: flex-start;
}
.cid-tNXcvz4QmE .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-tNXcvz4QmE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tNXcvz4QmE .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXcvz4QmE .card-wrapper {
    padding: 1rem;
  }
}
.cid-tNXcvz4QmE .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tODzo8WrVF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-tODzo8WrVF .nav-item:focus,
.cid-tODzo8WrVF .nav-link:focus {
  outline: none;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tODzo8WrVF .dropdown .dropdown-menu .dropdown-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-tODzo8WrVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tODzo8WrVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tODzo8WrVF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tODzo8WrVF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-tODzo8WrVF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tODzo8WrVF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tODzo8WrVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tODzo8WrVF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tODzo8WrVF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .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-tODzo8WrVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tODzo8WrVF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tODzo8WrVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tODzo8WrVF .navbar.collapsed .right-menu,
.cid-tODzo8WrVF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar .navbar-collapse.show,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .navbar-collapse.show .brand-container,
  .cid-tODzo8WrVF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tODzo8WrVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tODzo8WrVF .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-tODzo8WrVF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tODzo8WrVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tODzo8WrVF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tODzo8WrVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tODzo8WrVF .navbar .right-menu,
  .cid-tODzo8WrVF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tODzo8WrVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tODzo8WrVF .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tODzo8WrVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tODzo8WrVF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tODzo8WrVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tODzo8WrVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tODzo8WrVF .dropdown-item.active,
.cid-tODzo8WrVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tODzo8WrVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tODzo8WrVF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-tODzo8WrVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tODzo8WrVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tODzo8WrVF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tODzo8WrVF .navbar-buttons {
  margin-left: auto;
}
.cid-tODzo8WrVF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODzo8WrVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tODzo8WrVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODzo8WrVF .navbar-dropdown {
  position: fixed;
}
.cid-tODzo8WrVF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tODzo8WrVF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tODzo8WrVF .right-menu,
.cid-tODzo8WrVF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tODzo8WrVF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODzo8WrVF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tODzo8WrVF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-tODzo8WrVF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tODzo8WrVF .card-wrapper {
  z-index: 3;
}
.cid-tODzo8WrVF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tODzo8WrVF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tODzo8WrVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLnKHr2Tp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-umLnKHr2Tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLnKHr2Tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLnKHr2Tp .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-umLnKHr2Tp .bg-instagram:hover {
  background: #bd005c;
}
.cid-umLnKHr2Tp .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umLnKHr2Tp [class^="socicon-"]:before,
.cid-umLnKHr2Tp [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u6Ugpj9hf2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-u6Ugpj9hf2 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-u6Ugpj9hf2 .right {
  display: flex;
  flex-direction: column;
}
.cid-u6Ugpj9hf2 .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-u6Ugpj9hf2 .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-u6Ugpj9hf2 .last-p {
  padding-bottom: 0;
}
.cid-u6Ugpj9hf2 .row {
  justify-content: center;
}
.cid-u6UgpjGqKn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-u6UgpjGqKn .video-wrapper iframe {
  width: 100%;
}
.cid-u6UgpjGqKn .mbr-section-title,
.cid-u6UgpjGqKn .mbr-section-subtitle,
.cid-u6UgpjGqKn .mbr-text {
  text-align: center;
}
.cid-u6UgpjGqKn .mbr-section-title {
  color: #2c6489;
}
.cid-u6UgpjGqKn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6UgpjYDqs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-u6UgpjYDqs .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-u6UgpjYDqs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u6UgpjYDqs .mbr-section-subtitle {
  color: #1a449a;
}
.cid-u6UgpjYDqs .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u6UgpjYDqs .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-u6UgpjYDqs .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-u6UgpjYDqs .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-u6UgpkfC4d {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-u6UgpkfC4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UgpkfC4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UgpkfC4d .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-u6UgpkfC4d .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-u6UgpkfC4d .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6UgpkfC4d .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u6UgpkfC4d .mbr-section-title {
  color: #ffffff;
}
.cid-u6UgpkfC4d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6UgpkfC4d .card-title {
  color: #2c6489;
}
.cid-u6UgpkfC4d .mbr-text {
  color: #4b87af;
}
.cid-u6Ugpkwi1X {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-u6Ugpkwi1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Ugpkwi1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Ugpkwi1X .img-wrapper {
  text-align: center;
}
.cid-u6Ugpkwi1X img {
  margin: auto;
  width: 140px;
}
.cid-u6Ugpkwi1X .row {
  align-items: flex-start;
}
.cid-u6Ugpkwi1X .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-u6Ugpkwi1X .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-u6Ugpkwi1X .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6Ugpkwi1X .card-wrapper {
    padding: 1rem;
  }
}
.cid-u6Ugpkwi1X .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6Ugpli9n7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-u6Ugpli9n7 .nav-item:focus,
.cid-u6Ugpli9n7 .nav-link:focus {
  outline: none;
}
.cid-u6Ugpli9n7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6Ugpli9n7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6Ugpli9n7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u6Ugpli9n7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6Ugpli9n7 .dropdown .dropdown-menu .dropdown-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-u6Ugpli9n7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6Ugpli9n7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6Ugpli9n7 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u6Ugpli9n7 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-u6Ugpli9n7 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-u6Ugpli9n7 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-u6Ugpli9n7 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-u6Ugpli9n7 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u6Ugpli9n7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6Ugpli9n7 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u6Ugpli9n7 .navbar.collapsed .navbar-collapse.show,
.cid-u6Ugpli9n7 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u6Ugpli9n7 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u6Ugpli9n7 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u6Ugpli9n7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6Ugpli9n7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6Ugpli9n7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6Ugpli9n7 .navbar.collapsed .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-u6Ugpli9n7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6Ugpli9n7 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u6Ugpli9n7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6Ugpli9n7 .navbar.collapsed .right-menu,
.cid-u6Ugpli9n7 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-u6Ugpli9n7 .navbar .navbar-collapse.show,
  .cid-u6Ugpli9n7 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6Ugpli9n7 .navbar .navbar-collapse.show .brand-container,
  .cid-u6Ugpli9n7 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u6Ugpli9n7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6Ugpli9n7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6Ugpli9n7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6Ugpli9n7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6Ugpli9n7 .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-u6Ugpli9n7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6Ugpli9n7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6Ugpli9n7 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6Ugpli9n7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-u6Ugpli9n7 .navbar .right-menu,
  .cid-u6Ugpli9n7 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u6Ugpli9n7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6Ugpli9n7 .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-u6Ugpli9n7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u6Ugpli9n7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u6Ugpli9n7 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6Ugpli9n7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6Ugpli9n7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6Ugpli9n7 .dropdown-item.active,
.cid-u6Ugpli9n7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6Ugpli9n7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6Ugpli9n7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6Ugpli9n7 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6Ugpli9n7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-u6Ugpli9n7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6Ugpli9n7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6Ugpli9n7 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u6Ugpli9n7 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u6Ugpli9n7 .navbar-buttons {
  margin-left: auto;
}
.cid-u6Ugpli9n7 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6Ugpli9n7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-u6Ugpli9n7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6Ugpli9n7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6Ugpli9n7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6Ugpli9n7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6Ugpli9n7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6Ugpli9n7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-u6Ugpli9n7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-u6Ugpli9n7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6Ugpli9n7 .navbar-dropdown {
  position: fixed;
}
.cid-u6Ugpli9n7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6Ugpli9n7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6Ugpli9n7 .right-menu,
.cid-u6Ugpli9n7 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u6Ugpli9n7 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u6Ugpli9n7 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u6Ugpli9n7 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u6Ugpli9n7 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-u6Ugpli9n7 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u6Ugpli9n7 .card-wrapper {
  z-index: 3;
}
.cid-u6Ugpli9n7 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-u6Ugpli9n7 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6Ugpli9n7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLnQ9zYlp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-umLnQ9zYlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLnQ9zYlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLnQ9zYlp .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-umLnQ9zYlp .bg-instagram:hover {
  background: #bd005c;
}
.cid-umLnQ9zYlp .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umLnQ9zYlp [class^="socicon-"]:before,
.cid-umLnQ9zYlp [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u9rzR94Rj4 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-u9rzR94Rj4 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-u9rzR94Rj4 .right {
  display: flex;
  flex-direction: column;
}
.cid-u9rzR94Rj4 .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-u9rzR94Rj4 .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-u9rzR94Rj4 .last-p {
  padding-bottom: 0;
}
.cid-u9rzR94Rj4 .row {
  justify-content: center;
}
.cid-u9rzR9AbKD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-u9rzR9AbKD .video-wrapper iframe {
  width: 100%;
}
.cid-u9rzR9AbKD .mbr-section-title,
.cid-u9rzR9AbKD .mbr-section-subtitle,
.cid-u9rzR9AbKD .mbr-text {
  text-align: center;
}
.cid-u9rzR9AbKD .mbr-section-title {
  color: #2c6489;
}
.cid-u9rzR9AbKD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9rzR9UVmd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-u9rzR9UVmd .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-u9rzR9UVmd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u9rzR9UVmd .mbr-section-subtitle {
  color: #1a449a;
}
.cid-u9rzR9UVmd .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u9rzR9UVmd .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-u9rzR9UVmd .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-u9rzR9UVmd .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-u9rzRa88wP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-u9rzRa88wP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9rzRa88wP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9rzRa88wP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-u9rzRa88wP .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-u9rzRa88wP .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9rzRa88wP .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u9rzRa88wP .mbr-section-title {
  color: #ffffff;
}
.cid-u9rzRa88wP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9rzRa88wP .card-title {
  color: #2c6489;
}
.cid-u9rzRa88wP .mbr-text {
  color: #4b87af;
}
.cid-u9rzRas5Nc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-u9rzRas5Nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9rzRas5Nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9rzRas5Nc .img-wrapper {
  text-align: center;
}
.cid-u9rzRas5Nc img {
  margin: auto;
  width: 140px;
}
.cid-u9rzRas5Nc .row {
  align-items: flex-start;
}
.cid-u9rzRas5Nc .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-u9rzRas5Nc .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-u9rzRas5Nc .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9rzRas5Nc .card-wrapper {
    padding: 1rem;
  }
}
.cid-u9rzRas5Nc .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9rzRbwvLF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-u9rzRbwvLF .nav-item:focus,
.cid-u9rzRbwvLF .nav-link:focus {
  outline: none;
}
.cid-u9rzRbwvLF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9rzRbwvLF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9rzRbwvLF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9rzRbwvLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9rzRbwvLF .dropdown .dropdown-menu .dropdown-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-u9rzRbwvLF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9rzRbwvLF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9rzRbwvLF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u9rzRbwvLF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-u9rzRbwvLF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-u9rzRbwvLF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-u9rzRbwvLF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-u9rzRbwvLF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u9rzRbwvLF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9rzRbwvLF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u9rzRbwvLF .navbar.collapsed .navbar-collapse.show,
.cid-u9rzRbwvLF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9rzRbwvLF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u9rzRbwvLF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u9rzRbwvLF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u9rzRbwvLF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9rzRbwvLF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9rzRbwvLF .navbar.collapsed .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-u9rzRbwvLF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9rzRbwvLF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9rzRbwvLF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9rzRbwvLF .navbar.collapsed .right-menu,
.cid-u9rzRbwvLF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-u9rzRbwvLF .navbar .navbar-collapse.show,
  .cid-u9rzRbwvLF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9rzRbwvLF .navbar .navbar-collapse.show .brand-container,
  .cid-u9rzRbwvLF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u9rzRbwvLF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9rzRbwvLF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9rzRbwvLF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9rzRbwvLF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9rzRbwvLF .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-u9rzRbwvLF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u9rzRbwvLF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9rzRbwvLF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9rzRbwvLF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-u9rzRbwvLF .navbar .right-menu,
  .cid-u9rzRbwvLF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u9rzRbwvLF .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9rzRbwvLF .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-u9rzRbwvLF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u9rzRbwvLF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u9rzRbwvLF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9rzRbwvLF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9rzRbwvLF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9rzRbwvLF .dropdown-item.active,
.cid-u9rzRbwvLF .dropdown-item:active {
  background-color: transparent;
}
.cid-u9rzRbwvLF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9rzRbwvLF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9rzRbwvLF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9rzRbwvLF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-u9rzRbwvLF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9rzRbwvLF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9rzRbwvLF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u9rzRbwvLF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u9rzRbwvLF .navbar-buttons {
  margin-left: auto;
}
.cid-u9rzRbwvLF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9rzRbwvLF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-u9rzRbwvLF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9rzRbwvLF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9rzRbwvLF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9rzRbwvLF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9rzRbwvLF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9rzRbwvLF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-u9rzRbwvLF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-u9rzRbwvLF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9rzRbwvLF .navbar-dropdown {
  position: fixed;
}
.cid-u9rzRbwvLF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9rzRbwvLF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9rzRbwvLF .right-menu,
.cid-u9rzRbwvLF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u9rzRbwvLF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9rzRbwvLF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9rzRbwvLF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u9rzRbwvLF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-u9rzRbwvLF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u9rzRbwvLF .card-wrapper {
  z-index: 3;
}
.cid-u9rzRbwvLF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-u9rzRbwvLF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9rzRbwvLF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLnFdJEb8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-umLnFdJEb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLnFdJEb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLnFdJEb8 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-umLnFdJEb8 .bg-instagram:hover {
  background: #bd005c;
}
.cid-umLnFdJEb8 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umLnFdJEb8 [class^="socicon-"]:before,
.cid-umLnFdJEb8 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uk8D9HNo1f {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-uk8D9HNo1f img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uk8D9HNo1f .right {
  display: flex;
  flex-direction: column;
}
.cid-uk8D9HNo1f .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-uk8D9HNo1f .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-uk8D9HNo1f .last-p {
  padding-bottom: 0;
}
.cid-uk8D9HNo1f .row {
  justify-content: center;
}
.cid-uk8D9IDfJK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-uk8D9IDfJK .video-wrapper iframe {
  width: 100%;
}
.cid-uk8D9IDfJK .mbr-section-title,
.cid-uk8D9IDfJK .mbr-section-subtitle,
.cid-uk8D9IDfJK .mbr-text {
  text-align: center;
}
.cid-uk8D9IDfJK .mbr-section-title {
  color: #2c6489;
}
.cid-uk8D9IDfJK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk8D9J2hq5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-uk8D9J2hq5 .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-uk8D9J2hq5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uk8D9J2hq5 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uk8D9J2hq5 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uk8D9J2hq5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-uk8D9J2hq5 .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-uk8D9J2hq5 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uk8D9JiPPm {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-uk8D9JiPPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk8D9JiPPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk8D9JiPPm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-uk8D9JiPPm .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uk8D9JiPPm .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk8D9JiPPm .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uk8D9JiPPm .mbr-section-title {
  color: #ffffff;
}
.cid-uk8D9JiPPm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk8D9JiPPm .card-title {
  color: #2c6489;
}
.cid-uk8D9JiPPm .mbr-text {
  color: #4b87af;
}
.cid-uk8D9JWu1C {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-uk8D9JWu1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk8D9JWu1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk8D9JWu1C .img-wrapper {
  text-align: center;
}
.cid-uk8D9JWu1C img {
  margin: auto;
  width: 140px;
}
.cid-uk8D9JWu1C .row {
  align-items: flex-start;
}
.cid-uk8D9JWu1C .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-uk8D9JWu1C .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uk8D9JWu1C .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk8D9JWu1C .card-wrapper {
    padding: 1rem;
  }
}
.cid-uk8D9JWu1C .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk8D9KAErZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-uk8D9KAErZ .nav-item:focus,
.cid-uk8D9KAErZ .nav-link:focus {
  outline: none;
}
.cid-uk8D9KAErZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uk8D9KAErZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk8D9KAErZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uk8D9KAErZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uk8D9KAErZ .dropdown .dropdown-menu .dropdown-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-uk8D9KAErZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk8D9KAErZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk8D9KAErZ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uk8D9KAErZ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-uk8D9KAErZ .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-uk8D9KAErZ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uk8D9KAErZ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uk8D9KAErZ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uk8D9KAErZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uk8D9KAErZ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uk8D9KAErZ .navbar.collapsed .navbar-collapse.show,
.cid-uk8D9KAErZ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uk8D9KAErZ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uk8D9KAErZ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uk8D9KAErZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uk8D9KAErZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk8D9KAErZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk8D9KAErZ .navbar.collapsed .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-uk8D9KAErZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk8D9KAErZ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uk8D9KAErZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uk8D9KAErZ .navbar.collapsed .right-menu,
.cid-uk8D9KAErZ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uk8D9KAErZ .navbar .navbar-collapse.show,
  .cid-uk8D9KAErZ .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uk8D9KAErZ .navbar .navbar-collapse.show .brand-container,
  .cid-uk8D9KAErZ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uk8D9KAErZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk8D9KAErZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uk8D9KAErZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk8D9KAErZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk8D9KAErZ .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-uk8D9KAErZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uk8D9KAErZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk8D9KAErZ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uk8D9KAErZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uk8D9KAErZ .navbar .right-menu,
  .cid-uk8D9KAErZ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uk8D9KAErZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uk8D9KAErZ .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-uk8D9KAErZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uk8D9KAErZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uk8D9KAErZ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk8D9KAErZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk8D9KAErZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk8D9KAErZ .dropdown-item.active,
.cid-uk8D9KAErZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uk8D9KAErZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk8D9KAErZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk8D9KAErZ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk8D9KAErZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-uk8D9KAErZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uk8D9KAErZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk8D9KAErZ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uk8D9KAErZ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uk8D9KAErZ .navbar-buttons {
  margin-left: auto;
}
.cid-uk8D9KAErZ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uk8D9KAErZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-uk8D9KAErZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk8D9KAErZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk8D9KAErZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk8D9KAErZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk8D9KAErZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk8D9KAErZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uk8D9KAErZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uk8D9KAErZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk8D9KAErZ .navbar-dropdown {
  position: fixed;
}
.cid-uk8D9KAErZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk8D9KAErZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk8D9KAErZ .right-menu,
.cid-uk8D9KAErZ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uk8D9KAErZ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uk8D9KAErZ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uk8D9KAErZ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uk8D9KAErZ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-uk8D9KAErZ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uk8D9KAErZ .card-wrapper {
  z-index: 3;
}
.cid-uk8D9KAErZ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uk8D9KAErZ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk8D9KAErZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLnA66sY7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-umLnA66sY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLnA66sY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLnA66sY7 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-umLnA66sY7 .bg-instagram:hover {
  background: #bd005c;
}
.cid-umLnA66sY7 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umLnA66sY7 [class^="socicon-"]:before,
.cid-umLnA66sY7 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uPlRLICSnQ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-uPlRLICSnQ img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uPlRLICSnQ .right {
  display: flex;
  flex-direction: column;
}
.cid-uPlRLICSnQ .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-uPlRLICSnQ .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-uPlRLICSnQ .last-p {
  padding-bottom: 0;
}
.cid-uPlRLICSnQ .row {
  justify-content: center;
}
.cid-uPlRLIVPnp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-uPlRLIVPnp .video-wrapper iframe {
  width: 100%;
}
.cid-uPlRLIVPnp .mbr-section-title,
.cid-uPlRLIVPnp .mbr-section-subtitle,
.cid-uPlRLIVPnp .mbr-text {
  text-align: center;
}
.cid-uPlRLIVPnp .mbr-section-title {
  color: #2c6489;
}
.cid-uPlRLIVPnp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlRLJ9rK6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-uPlRLJ9rK6 .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-uPlRLJ9rK6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlRLJ9rK6 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uPlRLJ9rK6 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uPlRLJ9rK6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-uPlRLJ9rK6 .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-uPlRLJ9rK6 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uPlRLJjInb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-uPlRLJjInb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlRLJjInb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlRLJjInb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-uPlRLJjInb .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uPlRLJjInb .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlRLJjInb .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uPlRLJjInb .mbr-section-title {
  color: #ffffff;
}
.cid-uPlRLJjInb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlRLJjInb .card-title {
  color: #2c6489;
}
.cid-uPlRLJjInb .mbr-text {
  color: #4b87af;
}
.cid-uPlRLJvdJk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-uPlRLJvdJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlRLJvdJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlRLJvdJk .img-wrapper {
  text-align: center;
}
.cid-uPlRLJvdJk img {
  margin: auto;
  width: 140px;
}
.cid-uPlRLJvdJk .row {
  align-items: flex-start;
}
.cid-uPlRLJvdJk .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-uPlRLJvdJk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uPlRLJvdJk .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlRLJvdJk .card-wrapper {
    padding: 1rem;
  }
}
.cid-uPlRLJvdJk .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPlRLJMl45 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-uPlRLJMl45 .nav-item:focus,
.cid-uPlRLJMl45 .nav-link:focus {
  outline: none;
}
.cid-uPlRLJMl45 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPlRLJMl45 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlRLJMl45 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uPlRLJMl45 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPlRLJMl45 .dropdown .dropdown-menu .dropdown-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-uPlRLJMl45 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPlRLJMl45 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPlRLJMl45 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uPlRLJMl45 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-uPlRLJMl45 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-uPlRLJMl45 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uPlRLJMl45 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uPlRLJMl45 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uPlRLJMl45 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPlRLJMl45 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPlRLJMl45 .navbar.collapsed .navbar-collapse.show,
.cid-uPlRLJMl45 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uPlRLJMl45 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uPlRLJMl45 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uPlRLJMl45 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPlRLJMl45 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPlRLJMl45 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPlRLJMl45 .navbar.collapsed .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-uPlRLJMl45 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPlRLJMl45 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uPlRLJMl45 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPlRLJMl45 .navbar.collapsed .right-menu,
.cid-uPlRLJMl45 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uPlRLJMl45 .navbar .navbar-collapse.show,
  .cid-uPlRLJMl45 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uPlRLJMl45 .navbar .navbar-collapse.show .brand-container,
  .cid-uPlRLJMl45 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uPlRLJMl45 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlRLJMl45 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPlRLJMl45 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlRLJMl45 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlRLJMl45 .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-uPlRLJMl45 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPlRLJMl45 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlRLJMl45 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uPlRLJMl45 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uPlRLJMl45 .navbar .right-menu,
  .cid-uPlRLJMl45 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uPlRLJMl45 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPlRLJMl45 .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-uPlRLJMl45 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPlRLJMl45 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPlRLJMl45 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPlRLJMl45 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlRLJMl45 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPlRLJMl45 .dropdown-item.active,
.cid-uPlRLJMl45 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlRLJMl45 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlRLJMl45 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlRLJMl45 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlRLJMl45 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-uPlRLJMl45 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlRLJMl45 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlRLJMl45 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uPlRLJMl45 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uPlRLJMl45 .navbar-buttons {
  margin-left: auto;
}
.cid-uPlRLJMl45 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPlRLJMl45 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-uPlRLJMl45 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPlRLJMl45 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPlRLJMl45 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPlRLJMl45 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlRLJMl45 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlRLJMl45 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uPlRLJMl45 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uPlRLJMl45 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlRLJMl45 .navbar-dropdown {
  position: fixed;
}
.cid-uPlRLJMl45 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPlRLJMl45 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPlRLJMl45 .right-menu,
.cid-uPlRLJMl45 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uPlRLJMl45 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPlRLJMl45 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPlRLJMl45 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uPlRLJMl45 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-uPlRLJMl45 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uPlRLJMl45 .card-wrapper {
  z-index: 3;
}
.cid-uPlRLJMl45 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uPlRLJMl45 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPlRLJMl45 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlRLKinc9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-uPlRLKinc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlRLKinc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlRLKinc9 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uPlRLKinc9 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uPlRLKinc9 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPlRLKinc9 [class^="socicon-"]:before,
.cid-uPlRLKinc9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v0fSPA9N5e {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-v0fSPA9N5e img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-v0fSPA9N5e .right {
  display: flex;
  flex-direction: column;
}
.cid-v0fSPA9N5e .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-v0fSPA9N5e .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-v0fSPA9N5e .last-p {
  padding-bottom: 0;
}
.cid-v0fSPA9N5e .row {
  justify-content: center;
}
.cid-v0fSPAKGbX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-v0fSPAKGbX .video-wrapper iframe {
  width: 100%;
}
.cid-v0fSPAKGbX .mbr-section-title,
.cid-v0fSPAKGbX .mbr-section-subtitle,
.cid-v0fSPAKGbX .mbr-text {
  text-align: center;
}
.cid-v0fSPAKGbX .mbr-section-title {
  color: #2c6489;
}
.cid-v0fSPAKGbX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0fSPAZmF5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-v0fSPAZmF5 .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-v0fSPAZmF5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0fSPAZmF5 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0fSPAZmF5 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0fSPAZmF5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-v0fSPAZmF5 .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-v0fSPAZmF5 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-v0fSPBaDy2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-v0fSPBaDy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fSPBaDy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fSPBaDy2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-v0fSPBaDy2 .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v0fSPBaDy2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0fSPBaDy2 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v0fSPBaDy2 .mbr-section-title {
  color: #ffffff;
}
.cid-v0fSPBaDy2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0fSPBaDy2 .card-title {
  color: #2c6489;
}
.cid-v0fSPBaDy2 .mbr-text {
  color: #4b87af;
}
.cid-v0fSPBtkXn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-v0fSPBtkXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fSPBtkXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fSPBtkXn .img-wrapper {
  text-align: center;
}
.cid-v0fSPBtkXn img {
  margin: auto;
  width: 140px;
}
.cid-v0fSPBtkXn .row {
  align-items: flex-start;
}
.cid-v0fSPBtkXn .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-v0fSPBtkXn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-v0fSPBtkXn .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0fSPBtkXn .card-wrapper {
    padding: 1rem;
  }
}
.cid-v0fSPBtkXn .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0fSPBPsdf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-v0fSPBPsdf .nav-item:focus,
.cid-v0fSPBPsdf .nav-link:focus {
  outline: none;
}
.cid-v0fSPBPsdf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0fSPBPsdf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0fSPBPsdf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0fSPBPsdf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0fSPBPsdf .dropdown .dropdown-menu .dropdown-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-v0fSPBPsdf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0fSPBPsdf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0fSPBPsdf .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v0fSPBPsdf .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-v0fSPBPsdf .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-v0fSPBPsdf .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v0fSPBPsdf .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v0fSPBPsdf .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v0fSPBPsdf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0fSPBPsdf .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v0fSPBPsdf .navbar.collapsed .navbar-collapse.show,
.cid-v0fSPBPsdf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v0fSPBPsdf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v0fSPBPsdf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v0fSPBPsdf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0fSPBPsdf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0fSPBPsdf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0fSPBPsdf .navbar.collapsed .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-v0fSPBPsdf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0fSPBPsdf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v0fSPBPsdf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0fSPBPsdf .navbar.collapsed .right-menu,
.cid-v0fSPBPsdf .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v0fSPBPsdf .navbar .navbar-collapse.show,
  .cid-v0fSPBPsdf .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0fSPBPsdf .navbar .navbar-collapse.show .brand-container,
  .cid-v0fSPBPsdf .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v0fSPBPsdf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0fSPBPsdf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0fSPBPsdf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0fSPBPsdf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0fSPBPsdf .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-v0fSPBPsdf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0fSPBPsdf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0fSPBPsdf .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0fSPBPsdf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v0fSPBPsdf .navbar .right-menu,
  .cid-v0fSPBPsdf .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v0fSPBPsdf .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0fSPBPsdf .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-v0fSPBPsdf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0fSPBPsdf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0fSPBPsdf .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0fSPBPsdf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0fSPBPsdf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0fSPBPsdf .dropdown-item.active,
.cid-v0fSPBPsdf .dropdown-item:active {
  background-color: transparent;
}
.cid-v0fSPBPsdf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0fSPBPsdf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0fSPBPsdf .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0fSPBPsdf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-v0fSPBPsdf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0fSPBPsdf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0fSPBPsdf ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v0fSPBPsdf ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v0fSPBPsdf .navbar-buttons {
  margin-left: auto;
}
.cid-v0fSPBPsdf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0fSPBPsdf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-v0fSPBPsdf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0fSPBPsdf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0fSPBPsdf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0fSPBPsdf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0fSPBPsdf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0fSPBPsdf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v0fSPBPsdf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v0fSPBPsdf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0fSPBPsdf .navbar-dropdown {
  position: fixed;
}
.cid-v0fSPBPsdf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v0fSPBPsdf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0fSPBPsdf .right-menu,
.cid-v0fSPBPsdf .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v0fSPBPsdf .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0fSPBPsdf .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0fSPBPsdf .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v0fSPBPsdf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-v0fSPBPsdf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v0fSPBPsdf .card-wrapper {
  z-index: 3;
}
.cid-v0fSPBPsdf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v0fSPBPsdf .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0fSPBPsdf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0fSPCp1zG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-v0fSPCp1zG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fSPCp1zG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fSPCp1zG .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v0fSPCp1zG .bg-instagram:hover {
  background: #bd005c;
}
.cid-v0fSPCp1zG .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v0fSPCp1zG [class^="socicon-"]:before,
.cid-v0fSPCp1zG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v0fVF6eEcF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-v0fVF6eEcF img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-v0fVF6eEcF .right {
  display: flex;
  flex-direction: column;
}
.cid-v0fVF6eEcF .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-v0fVF6eEcF .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-v0fVF6eEcF .last-p {
  padding-bottom: 0;
}
.cid-v0fVF6eEcF .row {
  justify-content: center;
}
.cid-v0fVF6zuxf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-v0fVF6zuxf .video-wrapper iframe {
  width: 100%;
}
.cid-v0fVF6zuxf .mbr-section-title,
.cid-v0fVF6zuxf .mbr-section-subtitle,
.cid-v0fVF6zuxf .mbr-text {
  text-align: center;
}
.cid-v0fVF6zuxf .mbr-section-title {
  color: #2c6489;
}
.cid-v0fVF6zuxf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0fVF6NNlI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-v0fVF6NNlI .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-v0fVF6NNlI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0fVF6NNlI .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0fVF6NNlI .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0fVF6NNlI .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-v0fVF6NNlI .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-v0fVF6NNlI .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-v0fVF6YRAS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-v0fVF6YRAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fVF6YRAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fVF6YRAS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-v0fVF6YRAS .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v0fVF6YRAS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0fVF6YRAS .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v0fVF6YRAS .mbr-section-title {
  color: #ffffff;
}
.cid-v0fVF6YRAS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0fVF6YRAS .card-title {
  color: #2c6489;
}
.cid-v0fVF6YRAS .mbr-text {
  color: #4b87af;
}
.cid-v0fVF7fjjB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-v0fVF7fjjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fVF7fjjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fVF7fjjB .img-wrapper {
  text-align: center;
}
.cid-v0fVF7fjjB img {
  margin: auto;
  width: 140px;
}
.cid-v0fVF7fjjB .row {
  align-items: flex-start;
}
.cid-v0fVF7fjjB .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-v0fVF7fjjB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-v0fVF7fjjB .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0fVF7fjjB .card-wrapper {
    padding: 1rem;
  }
}
.cid-v0fVF7fjjB .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0fVF7AOGn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-v0fVF7AOGn .nav-item:focus,
.cid-v0fVF7AOGn .nav-link:focus {
  outline: none;
}
.cid-v0fVF7AOGn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0fVF7AOGn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0fVF7AOGn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0fVF7AOGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0fVF7AOGn .dropdown .dropdown-menu .dropdown-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-v0fVF7AOGn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0fVF7AOGn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0fVF7AOGn .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v0fVF7AOGn .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-v0fVF7AOGn .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-v0fVF7AOGn .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v0fVF7AOGn .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v0fVF7AOGn .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v0fVF7AOGn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0fVF7AOGn .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v0fVF7AOGn .navbar.collapsed .navbar-collapse.show,
.cid-v0fVF7AOGn .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v0fVF7AOGn .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v0fVF7AOGn .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v0fVF7AOGn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0fVF7AOGn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0fVF7AOGn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0fVF7AOGn .navbar.collapsed .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-v0fVF7AOGn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0fVF7AOGn .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v0fVF7AOGn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0fVF7AOGn .navbar.collapsed .right-menu,
.cid-v0fVF7AOGn .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v0fVF7AOGn .navbar .navbar-collapse.show,
  .cid-v0fVF7AOGn .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0fVF7AOGn .navbar .navbar-collapse.show .brand-container,
  .cid-v0fVF7AOGn .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v0fVF7AOGn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0fVF7AOGn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0fVF7AOGn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0fVF7AOGn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0fVF7AOGn .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-v0fVF7AOGn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0fVF7AOGn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0fVF7AOGn .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0fVF7AOGn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v0fVF7AOGn .navbar .right-menu,
  .cid-v0fVF7AOGn .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v0fVF7AOGn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0fVF7AOGn .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-v0fVF7AOGn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0fVF7AOGn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0fVF7AOGn .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0fVF7AOGn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0fVF7AOGn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0fVF7AOGn .dropdown-item.active,
.cid-v0fVF7AOGn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0fVF7AOGn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0fVF7AOGn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0fVF7AOGn .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0fVF7AOGn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-v0fVF7AOGn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0fVF7AOGn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0fVF7AOGn ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v0fVF7AOGn ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v0fVF7AOGn .navbar-buttons {
  margin-left: auto;
}
.cid-v0fVF7AOGn button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0fVF7AOGn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-v0fVF7AOGn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0fVF7AOGn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0fVF7AOGn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0fVF7AOGn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0fVF7AOGn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0fVF7AOGn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v0fVF7AOGn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v0fVF7AOGn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0fVF7AOGn .navbar-dropdown {
  position: fixed;
}
.cid-v0fVF7AOGn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v0fVF7AOGn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0fVF7AOGn .right-menu,
.cid-v0fVF7AOGn .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v0fVF7AOGn .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0fVF7AOGn .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0fVF7AOGn .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v0fVF7AOGn .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-v0fVF7AOGn .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v0fVF7AOGn .card-wrapper {
  z-index: 3;
}
.cid-v0fVF7AOGn .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v0fVF7AOGn .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0fVF7AOGn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0fVF88gho {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-v0fVF88gho .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fVF88gho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fVF88gho .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v0fVF88gho .bg-instagram:hover {
  background: #bd005c;
}
.cid-v0fVF88gho .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v0fVF88gho [class^="socicon-"]:before,
.cid-v0fVF88gho [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v0fXi6mK1M {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #def2ff;
}
.cid-v0fXi6mK1M img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-v0fXi6mK1M .right {
  display: flex;
  flex-direction: column;
}
.cid-v0fXi6mK1M .card-heading {
  padding-bottom: 35px;
  color: #2c6489;
  text-align: center;
}
.cid-v0fXi6mK1M .p {
  padding-bottom: 17px;
  color: #13354b;
  text-align: center;
}
.cid-v0fXi6mK1M .last-p {
  padding-bottom: 0;
}
.cid-v0fXi6mK1M .row {
  justify-content: center;
}
.cid-v0fXi7der4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #def2ff;
}
.cid-v0fXi7der4 .video-wrapper iframe {
  width: 100%;
}
.cid-v0fXi7der4 .mbr-section-title,
.cid-v0fXi7der4 .mbr-section-subtitle,
.cid-v0fXi7der4 .mbr-text {
  text-align: center;
}
.cid-v0fXi7der4 .mbr-section-title {
  color: #2c6489;
}
.cid-v0fXi7der4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0fXi7vCYM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4b87af;
}
.cid-v0fXi7vCYM .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-v0fXi7vCYM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0fXi7vCYM .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0fXi7vCYM .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0fXi7vCYM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-v0fXi7vCYM .svg-top .st0 {
  fill: #4b87af;
}
@media (max-width: 992px) {
  .cid-v0fXi7vCYM .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-v0fXi7M9fE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #4b87af;
}
.cid-v0fXi7M9fE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fXi7M9fE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fXi7M9fE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4b87af;
  margin-bottom: 2rem;
}
.cid-v0fXi7M9fE .card-wrapper {
  padding: 3rem;
  background: #def2ff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v0fXi7M9fE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0fXi7M9fE .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v0fXi7M9fE .mbr-section-title {
  color: #ffffff;
}
.cid-v0fXi7M9fE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0fXi7M9fE .card-title {
  color: #2c6489;
}
.cid-v0fXi7M9fE .mbr-text {
  color: #4b87af;
}
.cid-v0fXi87QA3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #def2ff;
}
.cid-v0fXi87QA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fXi87QA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fXi87QA3 .img-wrapper {
  text-align: center;
}
.cid-v0fXi87QA3 img {
  margin: auto;
  width: 140px;
}
.cid-v0fXi87QA3 .row {
  align-items: flex-start;
}
.cid-v0fXi87QA3 .card-wrapper {
  border-radius: 2rem;
  background: #def2ff;
}
@media (max-width: 992px) {
  .cid-v0fXi87QA3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-v0fXi87QA3 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0fXi87QA3 .card-wrapper {
    padding: 1rem;
  }
}
.cid-v0fXi87QA3 .title {
  text-align: center;
  color: #2c6489;
}
.cid-voOasLWVz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2c6489;
}
.cid-voOasLWVz4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-voOasLWVz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4b87af;
}
.cid-voOasLWVz4 .svg-top .st0 {
  fill: #2c6489;
}
@media (max-width: 992px) {
  .cid-voOasLWVz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-voOasLWVz4 .col-12 {
    padding: 0 2rem;
  }
  .cid-voOasLWVz4 .row {
    margin: 0 -2rem;
  }
}
.cid-voOasLWVz4 .mbr-text,
.cid-voOasLWVz4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-voOasLWVz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0fXi8tAUD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-v0fXi8tAUD .nav-item:focus,
.cid-v0fXi8tAUD .nav-link:focus {
  outline: none;
}
.cid-v0fXi8tAUD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0fXi8tAUD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0fXi8tAUD .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0fXi8tAUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0fXi8tAUD .dropdown .dropdown-menu .dropdown-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-v0fXi8tAUD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0fXi8tAUD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0fXi8tAUD .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v0fXi8tAUD .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #def2ff;
  background: linear-gradient(#4b87af, #def2ff);
}
.cid-v0fXi8tAUD .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-v0fXi8tAUD .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v0fXi8tAUD .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v0fXi8tAUD .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v0fXi8tAUD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0fXi8tAUD .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v0fXi8tAUD .navbar.collapsed .navbar-collapse.show,
.cid-v0fXi8tAUD .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v0fXi8tAUD .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v0fXi8tAUD .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v0fXi8tAUD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0fXi8tAUD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0fXi8tAUD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0fXi8tAUD .navbar.collapsed .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-v0fXi8tAUD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0fXi8tAUD .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v0fXi8tAUD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0fXi8tAUD .navbar.collapsed .right-menu,
.cid-v0fXi8tAUD .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v0fXi8tAUD .navbar .navbar-collapse.show,
  .cid-v0fXi8tAUD .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0fXi8tAUD .navbar .navbar-collapse.show .brand-container,
  .cid-v0fXi8tAUD .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v0fXi8tAUD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0fXi8tAUD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0fXi8tAUD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0fXi8tAUD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0fXi8tAUD .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-v0fXi8tAUD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0fXi8tAUD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0fXi8tAUD .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0fXi8tAUD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v0fXi8tAUD .navbar .right-menu,
  .cid-v0fXi8tAUD .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v0fXi8tAUD .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0fXi8tAUD .navbar.navbar-short .mbr-overlay {
  background: #def2ff !important;
  background: linear-gradient(#4b87af, #def2ff) !important;
}
.cid-v0fXi8tAUD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0fXi8tAUD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0fXi8tAUD .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0fXi8tAUD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0fXi8tAUD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0fXi8tAUD .dropdown-item.active,
.cid-v0fXi8tAUD .dropdown-item:active {
  background-color: transparent;
}
.cid-v0fXi8tAUD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0fXi8tAUD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0fXi8tAUD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0fXi8tAUD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #def2ff;
}
.cid-v0fXi8tAUD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0fXi8tAUD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0fXi8tAUD ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v0fXi8tAUD ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v0fXi8tAUD .navbar-buttons {
  margin-left: auto;
}
.cid-v0fXi8tAUD button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0fXi8tAUD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c6489;
}
.cid-v0fXi8tAUD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0fXi8tAUD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0fXi8tAUD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0fXi8tAUD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0fXi8tAUD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0fXi8tAUD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v0fXi8tAUD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v0fXi8tAUD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0fXi8tAUD .navbar-dropdown {
  position: fixed;
}
.cid-v0fXi8tAUD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v0fXi8tAUD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0fXi8tAUD .right-menu,
.cid-v0fXi8tAUD .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v0fXi8tAUD .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0fXi8tAUD .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0fXi8tAUD .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v0fXi8tAUD .menu-top {
  text-align: center;
  width: 100%;
  background-color: #398721;
  padding: 0.5rem 0;
}
.cid-v0fXi8tAUD .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v0fXi8tAUD .card-wrapper {
  z-index: 3;
}
.cid-v0fXi8tAUD .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v0fXi8tAUD .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0fXi8tAUD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0fXi99BI7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2c6489;
}
.cid-v0fXi99BI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fXi99BI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fXi99BI7 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v0fXi99BI7 .bg-instagram:hover {
  background: #bd005c;
}
.cid-v0fXi99BI7 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v0fXi99BI7 [class^="socicon-"]:before,
.cid-v0fXi99BI7 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
