body {
  font-family: Sora;
}
.display-1 {
  font-family: 'unicode.optima';
  font-size: 4.625rem;
  line-height: 1.075;
  letter-spacing: .15px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.78125rem;
}
.display-2 {
  font-family: 'unicode.optima';
  font-size: 3rem;
  line-height: 1.075;
  letter-spacing: .46px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: .37px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'unicode.optima';
  font-size: 1.875rem;
  line-height: 1.375;
  letter-spacing: .09px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Sora', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
  letter-spacing: .37px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6375rem;
}
/* ---- 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.7rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2375rem;
    font-size: calc( 2.26875rem + (4.625 - 2.26875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26875rem + (4.625 - 2.26875) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.048rem;
    font-size: calc( 1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 14px 40px;
  border-radius: 0;
}
.btn-sm {
  padding: 12px 31px;
  border-radius: 0;
}
.btn-md {
  padding: 14px 40px;
  border-radius: 0;
}
.btn-lg {
  padding: 14px 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #185d8f !important;
}
.bg-success {
  background-color: #272727 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #5b5b5b !important;
}
.bg-danger {
  background-color: #1b1b1b !important;
}
.btn-primary,
.btn-primary:active {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #185d8f !important;
  border-color: #185d8f !important;
  color: #ffffff !important;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #7394ab;
  transform: rotate(-25deg) scaleX(0);
  transform-origin: 0 50%;
  transition: transform ease-out 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  border-color: #7394ab !important;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary.focus:before,
.btn-primary.active:before {
  transform: rotate(0) scaleX(1);
  transition-timing-function: ease-in;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7394ab !important;
  border-color: #7394ab !important;
}
.btn-secondary,
.btn-secondary:active {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #7394ab !important;
  border-color: #7394ab !important;
  color: #ffffff !important;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #185d8f;
  transform: rotate(-25deg) scaleX(0);
  transform-origin: 0 50%;
  transition: transform ease-out 0.5s;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  border-color: #185d8f !important;
}
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-secondary.focus:before,
.btn-secondary.active:before {
  transform: rotate(0) scaleX(1);
  transition-timing-function: ease-in;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #185d8f !important;
  border-color: #185d8f !important;
}
.btn-info,
.btn-info:active {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #7394ab;
  transform: rotate(-25deg) scaleX(0);
  transform-origin: 0 50%;
  transition: transform ease-out 0.5s;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  border-color: #7394ab !important;
}
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info.focus:before,
.btn-info.active:before {
  transform: rotate(0) scaleX(1);
  transition-timing-function: ease-in;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #7394ab !important;
  border-color: #7394ab !important;
}
.btn-success,
.btn-success:active {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #272727 !important;
  border-color: #272727 !important;
  color: #ffffff !important;
}
.btn-success:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #185d8f;
  transform: rotate(-25deg) scaleX(0);
  transform-origin: 0 50%;
  transition: transform ease-out 0.5s;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  border-color: #185d8f !important;
}
.btn-success:hover:before,
.btn-success:focus:before,
.btn-success.focus:before,
.btn-success.active:before {
  transform: rotate(0) scaleX(1);
  transition-timing-function: ease-in;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #185d8f !important;
  border-color: #185d8f !important;
}
.btn-warning,
.btn-warning:active {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #5b5b5b !important;
  border-color: #5b5b5b !important;
  color: #ffffff !important;
}
.btn-warning:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #272727;
  transform: rotate(-25deg) scaleX(0);
  transform-origin: 0 50%;
  transition: transform ease-out 0.5s;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  border-color: #272727 !important;
}
.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-warning.focus:before,
.btn-warning.active:before {
  transform: rotate(0) scaleX(1);
  transition-timing-function: ease-in;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-danger,
.btn-danger:active {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
  color: #ffffff !important;
}
.btn-danger:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #272727;
  transform: rotate(-25deg) scaleX(0);
  transform-origin: 0 50%;
  transition: transform ease-out 0.5s;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  border-color: #272727 !important;
}
.btn-danger:hover:before,
.btn-danger:focus:before,
.btn-danger.focus:before,
.btn-danger.active:before {
  transform: rotate(0) scaleX(1);
  transition-timing-function: ease-in;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-white,
.btn-white:active {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #cac8bc;
  transform: rotate(-25deg) scaleX(0);
  transform-origin: 0 50%;
  transition: transform ease-out 0.5s;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  border-color: #cac8bc !important;
}
.btn-white:hover:before,
.btn-white:focus:before,
.btn-white.focus:before,
.btn-white.active:before {
  transform: rotate(0) scaleX(1);
  transition-timing-function: ease-in;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #cac8bc !important;
  border-color: #cac8bc !important;
}
.btn-black,
.btn-black:active {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #282727 !important;
  border-color: #282727 !important;
  color: #ffffff !important;
}
.btn-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: 120%;
  height: 200%;
  background: #000000;
  transform: rotate(-25deg) scaleX(0);
  transform-origin: 0 50%;
  transition: transform ease-out 0.5s;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.btn-black:hover:before,
.btn-black:focus:before,
.btn-black.focus:before,
.btn-black.active:before {
  transform: rotate(0) scaleX(1);
  transition-timing-function: ease-in;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn[class*="outline"] {
  border: 0;
  border-bottom: 1px solid;
  padding: 0 0 4px 0;
}
.btn[class*="outline"].btn-lg {
  padding: 0 0 5px 0;
}
.btn-primary-outline {
  border-color: #185d8f;
  color: #185d8f;
  background-color: transparent;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7394ab;
  color: #7394ab;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  background-color: transparent !important;
  color: #4f6d83;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7394ab !important;
  border-color: #7394ab !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  background-color: transparent !important;
  color: #d9d9d9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #272727;
  color: #272727;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  background-color: transparent !important;
  color: #010101;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #5b5b5b;
  color: #5b5b5b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  background-color: transparent !important;
  color: #353535;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b5b5b !important;
  border-color: #5b5b5b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1b1b1b;
  color: #1b1b1b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  background-color: transparent !important;
  color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #282727;
  color: #282727;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  background-color: transparent !important;
  color: #010101;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #282727 !important;
  border-color: #282727 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  background-color: transparent !important;
  color: #d4d4d4;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #185d8f !important;
}
.text-secondary {
  color: #7394ab !important;
}
.text-success {
  color: #272727 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #5b5b5b !important;
}
.text-danger {
  color: #1b1b1b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #282727 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #092438 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #456073 !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: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #282828 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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;
}
.nav-tabs .nav-link.active {
  color: #185d8f;
}
.nav-tabs .nav-link:not(.active) {
  color: #282727;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #5b5b5b;
}
.alert-danger {
  background-color: #1b1b1b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #185d8f;
  border-color: #185d8f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #185d8f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #46a0e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dadada;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9b9b9b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cdcdcd;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: .37px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: .37px;
  font-weight: 400;
  color: #ef8e81 !important;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #185d8f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #185d8f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #185d8f;
}
.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: #185d8f;
  border-bottom-color: #185d8f;
}
.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: #185d8f !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: #7394ab !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='%23185d8f' %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-tAHm4IjUEt .nav-item:focus,
.cid-tAHm4IjUEt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tAHm4IjUEt .nav-item {
    position: relative;
  }
}
.cid-tAHm4IjUEt .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;
}
.cid-tAHm4IjUEt .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #cbddea;
  background: linear-gradient(#f2f1eb, #cbddea);
}
.cid-tAHm4IjUEt .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #cbddea !important;
  background: linear-gradient(#f2f1eb, #cbddea) !important;
}
.cid-tAHm4IjUEt .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tAHm4IjUEt .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tAHm4IjUEt .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tAHm4IjUEt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAHm4IjUEt .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tAHm4IjUEt .navbar.collapsed .navbar-collapse.show,
.cid-tAHm4IjUEt .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tAHm4IjUEt .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tAHm4IjUEt .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tAHm4IjUEt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tAHm4IjUEt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAHm4IjUEt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAHm4IjUEt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tAHm4IjUEt .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tAHm4IjUEt .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tAHm4IjUEt .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-tAHm4IjUEt .navbar.collapsed .right-menu,
.cid-tAHm4IjUEt .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tAHm4IjUEt .navbar .navbar-collapse.show,
  .cid-tAHm4IjUEt .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tAHm4IjUEt .navbar .navbar-collapse.show .brand-container,
  .cid-tAHm4IjUEt .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tAHm4IjUEt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAHm4IjUEt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tAHm4IjUEt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAHm4IjUEt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAHm4IjUEt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tAHm4IjUEt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tAHm4IjUEt .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tAHm4IjUEt .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-tAHm4IjUEt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tAHm4IjUEt .navbar .right-menu,
  .cid-tAHm4IjUEt .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tAHm4IjUEt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAHm4IjUEt .navbar.navbar-short .mbr-overlay {
  background: #cbddea !important;
  background: linear-gradient(#f2f1eb, #cbddea) !important;
}
.cid-tAHm4IjUEt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tAHm4IjUEt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tAHm4IjUEt .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-tAHm4IjUEt .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tAHm4IjUEt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAHm4IjUEt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAHm4IjUEt .dropdown-item.active,
.cid-tAHm4IjUEt .dropdown-item:active {
  background-color: transparent;
}
.cid-tAHm4IjUEt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAHm4IjUEt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tAHm4IjUEt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cbddea;
}
.cid-tAHm4IjUEt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAHm4IjUEt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAHm4IjUEt ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tAHm4IjUEt ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tAHm4IjUEt .navbar-buttons {
  margin-left: auto;
}
.cid-tAHm4IjUEt button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-tAHm4IjUEt button.navbar-toggler:hover {
  outline: none;
}
.cid-tAHm4IjUEt button.navbar-toggler:active {
  outline: none;
}
.cid-tAHm4IjUEt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282727;
}
.cid-tAHm4IjUEt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAHm4IjUEt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAHm4IjUEt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAHm4IjUEt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAHm4IjUEt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAHm4IjUEt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tAHm4IjUEt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tAHm4IjUEt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAHm4IjUEt a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tAHm4IjUEt a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-tAHm4IjUEt a.nav-link:hover:before {
  transform: scale(1);
}
.cid-tAHm4IjUEt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAHm4IjUEt .right-menu,
.cid-tAHm4IjUEt .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tAHm4IjUEt .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tAHm4IjUEt .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tAHm4IjUEt .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tAHm4IjUEt .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tAHm4IjUEt .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tAHm4IjUEt .card-wrapper {
  z-index: 3;
}
.cid-tAHm4IjUEt .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tAHm4IjUEt .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tAHm4IjUEt .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-tAHm4IjUEt .navbar-brand img {
  width: auto !important;
}
.cid-seeAka30wu .animated-element {
  color: #ffffff;
}
.cid-seeAka30wu .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-seeAka30wu .typed-text {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-seeAka30wu .mbr-section-text {
  margin-bottom: 1.125rem;
}
.cid-seeAka30wu .mbr-section-text,
.cid-seeAka30wu .mbr-section-btn {
  color: #ffffff;
}
.cid-seeAka30wu .typed-text .typed-text {
  color: #ef8e81;
}
.cid-seeBbx2QPf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f2f1eb;
}
.cid-seeBbx2QPf .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%23185d8f'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%23ffffff'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%23272727'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%231b1b1b'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-seeBbx2QPf .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-seeBbx2QPf .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
}
.cid-seeBbx2QPf .mbr-section-title,
.cid-seeBbx2QPf .mbr-section-text,
.cid-seeBbx2QPf .section-subtitle,
.cid-seeBbx2QPf .mbr-section-btn {
  z-index: 0;
}
.cid-seeBbx2QPf .section-subtitle {
  margin-bottom: 20.4px;
}
.cid-seeBbx2QPf .section-subtitle,
.cid-seeBbx2QPf .mbr-section-btn {
  color: #4c4c4c;
}
.cid-seeBbx2QPf .mbr-section-text,
.cid-seeBbx2QPf .mbr-section-btn {
  color: #4c4c4c;
}
.cid-seeBbx2QPf .mbr-section-title {
  color: #231f59;
}
.cid-tALg7LECcX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4a718d;
}
.cid-tALg7LECcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tALg7LECcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tALg7LECcX .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tALg7LECcX .container-fluid {
    padding: 0;
  }
}
.cid-tALg7LECcX .container-fluid .row {
  padding: 0;
}
.cid-tALg7LECcX .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tALg7LECcX .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-tALg7LECcX .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-tALg7LECcX .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tALg7LECcX .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tALg7LECcX .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-tALg7LECcX .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tALg7LECcX .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tALg7LECcX .image-wrapper img {
    height: 400px;
  }
}
.cid-tALg7LECcX .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-tALg7LECcX .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #185d8f !important;
}
.cid-tALg7LECcX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tALg7LECcX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tALwozDyNH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f1eb;
}
.cid-tALwozDyNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tALwozDyNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tALwozDyNH .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tALwozDyNH .container-fluid {
    padding: 0;
  }
}
.cid-tALwozDyNH .container-fluid .row {
  padding: 0;
}
.cid-tALwozDyNH .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tALwozDyNH .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-tALwozDyNH .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-tALwozDyNH .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tALwozDyNH .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tALwozDyNH .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-tALwozDyNH .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tALwozDyNH .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tALwozDyNH .image-wrapper img {
    height: 400px;
  }
}
.cid-tALwozDyNH .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-tALwozDyNH .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #185d8f !important;
}
.cid-tALwozDyNH .mbr-section-title {
  color: #4a718d;
  text-align: center;
}
.cid-tALwozDyNH .mbr-text {
  color: #4a718d;
  text-align: center;
}
.cid-tALz98v7ZW {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #4a718d;
}
.cid-tALz98v7ZW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tALz98v7ZW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tALz98v7ZW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tALz98v7ZW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tALz98v7ZW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tALz98v7ZW .icon-focus,
.cid-tALz98v7ZW .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tALz98v7ZW .icon-focus:before,
.cid-tALz98v7ZW .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tALz98v7ZW .icon-video {
  font-size: 1.5rem !important;
}
.cid-tALz98v7ZW .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tALz98v7ZW ul {
  font-size: 0;
}
.cid-tALz98v7ZW .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tALz98v7ZW .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tALz98v7ZW .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #ffffff !important;
}
.cid-tALz98v7ZW .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tALz98v7ZW .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tALz98v7ZW .mbr-gallery-filter ul li.active .btn:after {
  border-color: #ffffff;
}
.cid-tALz98v7ZW .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tALz98v7ZW .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tALz98v7ZW .mbr-gallery-filter ul li:first-child,
.cid-tALz98v7ZW .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tALz98v7ZW .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tALz98v7ZW .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tALz98v7ZW .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tALz98v7ZW .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tALz98v7ZW .mbr-section-title b:last-child,
.cid-tALz98v7ZW .mbr-section-title strong:last-child {
  color: #ffffff;
}
.cid-tALz98v7ZW .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tALz98v7ZW .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tALz98v7ZW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tALF2Hk64E {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #f2f1eb;
}
.cid-tALF2Hk64E .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #4a718d;
  z-index: 0;
}
.cid-tALF2Hk64E .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tALF2Hk64E .mbr-section-subtitle {
  color: #185d8f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tALF2Hk64E .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/afr-final-vertical-300x300.webp");
}
.cid-tALF2Hk64E .mbr-section-title {
  margin-bottom: 33px;
}
.cid-tALF2Hk64E .slider__image {
  margin-left: 11.8%;
}
.cid-tALF2Hk64E .img-wrap {
  max-width: 100%;
}
.cid-tALF2Hk64E .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tALF2Hk64E .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-tALF2Hk64E .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-tALF2Hk64E .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-tALF2Hk64E .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-tALF2Hk64E .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-tALF2Hk64E .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-tALF2Hk64E .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-tALF2Hk64E .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tALF2Hk64E .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tALF2Hk64E .carousel-controls .carousel-control-next,
.cid-tALF2Hk64E .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tALF2Hk64E .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tALF2Hk64E .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tALF2Hk64E .image-element {
    min-width: 50%;
  }
  .cid-tALF2Hk64E .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tALF2Hk64E .two__background:before {
    max-width: 90%;
  }
  .cid-tALF2Hk64E .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tALF2Hk64E .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tALF2Hk64E .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tALF2Hk64E .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tALF2Hk64E .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tALF2Hk64E .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tALF2Hk64E .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tALF2Hk64E .img-wrap {
    width: 100%;
  }
  .cid-tALF2Hk64E .carousel-controls {
    display: none;
  }
  .cid-tALF2Hk64E .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tALF2Hk64E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tALF2Hk64E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-se82wgZHLl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-se82wgZHLl .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-se82wgZHLl .copyright-section,
.cid-se82wgZHLl .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-se82wgZHLl .line {
  margin: 10px 0;
  width: 100%;
}
.cid-se82wgZHLl .logo-section img {
  margin: 0 auto;
}
.cid-se82wgZHLl .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-se82wgZHLl .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-se82wgZHLl .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-se82wgZHLl .social-media ul li {
    margin-left: 30px;
  }
  .cid-se82wgZHLl .container-fluid {
    padding: 0 2rem;
  }
  .cid-se82wgZHLl .menu-container {
    margin-bottom: 20px;
  }
  .cid-se82wgZHLl .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-se82wgZHLl .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-se82wgZHLl .copyright-section {
    order: 1;
  }
  .cid-se82wgZHLl .copyright-section hr {
    display: none;
  }
  .cid-se82wgZHLl .social-media {
    margin-top: 30px;
  }
  .cid-se82wgZHLl .social-media li:first-child {
    margin-left: 0;
  }
  .cid-se82wgZHLl .line {
    margin: 25px 0;
  }
  .cid-se82wgZHLl .mobirise-rights,
  .cid-se82wgZHLl .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-se82wgZHLl .mbr-text,
.cid-se82wgZHLl .copyright-section {
  color: #272727;
}
.cid-tFdZHGoHoz .nav-item:focus,
.cid-tFdZHGoHoz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFdZHGoHoz .nav-item {
    position: relative;
  }
}
.cid-tFdZHGoHoz .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;
}
.cid-tFdZHGoHoz .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #cbddea;
  background: linear-gradient(#f2f1eb, #cbddea);
}
.cid-tFdZHGoHoz .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #cbddea !important;
  background: linear-gradient(#f2f1eb, #cbddea) !important;
}
.cid-tFdZHGoHoz .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tFdZHGoHoz .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tFdZHGoHoz .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tFdZHGoHoz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFdZHGoHoz .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tFdZHGoHoz .navbar.collapsed .navbar-collapse.show,
.cid-tFdZHGoHoz .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tFdZHGoHoz .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tFdZHGoHoz .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tFdZHGoHoz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tFdZHGoHoz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFdZHGoHoz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFdZHGoHoz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFdZHGoHoz .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tFdZHGoHoz .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tFdZHGoHoz .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-tFdZHGoHoz .navbar.collapsed .right-menu,
.cid-tFdZHGoHoz .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tFdZHGoHoz .navbar .navbar-collapse.show,
  .cid-tFdZHGoHoz .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tFdZHGoHoz .navbar .navbar-collapse.show .brand-container,
  .cid-tFdZHGoHoz .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tFdZHGoHoz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFdZHGoHoz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFdZHGoHoz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFdZHGoHoz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFdZHGoHoz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFdZHGoHoz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFdZHGoHoz .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tFdZHGoHoz .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-tFdZHGoHoz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tFdZHGoHoz .navbar .right-menu,
  .cid-tFdZHGoHoz .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tFdZHGoHoz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFdZHGoHoz .navbar.navbar-short .mbr-overlay {
  background: #cbddea !important;
  background: linear-gradient(#f2f1eb, #cbddea) !important;
}
.cid-tFdZHGoHoz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFdZHGoHoz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tFdZHGoHoz .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-tFdZHGoHoz .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tFdZHGoHoz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFdZHGoHoz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFdZHGoHoz .dropdown-item.active,
.cid-tFdZHGoHoz .dropdown-item:active {
  background-color: transparent;
}
.cid-tFdZHGoHoz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFdZHGoHoz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tFdZHGoHoz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cbddea;
}
.cid-tFdZHGoHoz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFdZHGoHoz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFdZHGoHoz ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tFdZHGoHoz ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tFdZHGoHoz .navbar-buttons {
  margin-left: auto;
}
.cid-tFdZHGoHoz button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-tFdZHGoHoz button.navbar-toggler:hover {
  outline: none;
}
.cid-tFdZHGoHoz button.navbar-toggler:active {
  outline: none;
}
.cid-tFdZHGoHoz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282727;
}
.cid-tFdZHGoHoz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFdZHGoHoz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFdZHGoHoz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFdZHGoHoz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFdZHGoHoz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFdZHGoHoz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tFdZHGoHoz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tFdZHGoHoz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFdZHGoHoz a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tFdZHGoHoz a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-tFdZHGoHoz a.nav-link:hover:before {
  transform: scale(1);
}
.cid-tFdZHGoHoz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tFdZHGoHoz .right-menu,
.cid-tFdZHGoHoz .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tFdZHGoHoz .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tFdZHGoHoz .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tFdZHGoHoz .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tFdZHGoHoz .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tFdZHGoHoz .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tFdZHGoHoz .card-wrapper {
  z-index: 3;
}
.cid-tFdZHGoHoz .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tFdZHGoHoz .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tFdZHGoHoz .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-tFdZHGoHoz .navbar-brand img {
  width: auto !important;
}
.cid-tFe55nIURQ {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFe55nIURQ .link-wrap {
  width: 100%;
}
.cid-tFe55nIURQ .card-box,
.cid-tFe55nIURQ .img-wrapper {
  width: 50%;
}
.cid-tFe55nIURQ img {
  margin: auto;
  width: 80%;
}
.cid-tFe55nIURQ .link {
  display: inline-block;
}
.cid-tFe55nIURQ .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-tFe55nIURQ .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tFe55nIURQ .link a:hover {
  text-decoration: underline;
}
.cid-tFe55nIURQ .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tFe55nIURQ .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tFe55nIURQ .link,
.cid-tFe55nIURQ .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tFe55nIURQ .card {
    margin-bottom: 2rem;
  }
  .cid-tFe55nIURQ img {
    width: 100%;
  }
  .cid-tFe55nIURQ .card-wrapper {
    flex-direction: column;
  }
  .cid-tFe55nIURQ .card-box,
  .cid-tFe55nIURQ .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tFe55nIURQ .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-tFe55nIURQ .card-box,
  .cid-tFe55nIURQ .img-wrapper {
    width: 100%;
  }
}
.cid-tFe55nIURQ .card-subtitle {
  color: #0077ff;
}
.cid-tFe55nIURQ .mbr-text,
.cid-tFe55nIURQ .link-wrap {
  color: #333333;
}
.cid-tFdZHHGE18 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFdZHHGE18 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tFdZHHGE18 .copyright-section,
.cid-tFdZHHGE18 .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tFdZHHGE18 .line {
  margin: 10px 0;
  width: 100%;
}
.cid-tFdZHHGE18 .logo-section img {
  margin: 0 auto;
}
.cid-tFdZHHGE18 .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-tFdZHHGE18 .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-tFdZHHGE18 .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-tFdZHHGE18 .social-media ul li {
    margin-left: 30px;
  }
  .cid-tFdZHHGE18 .container-fluid {
    padding: 0 2rem;
  }
  .cid-tFdZHHGE18 .menu-container {
    margin-bottom: 20px;
  }
  .cid-tFdZHHGE18 .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tFdZHHGE18 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-tFdZHHGE18 .copyright-section {
    order: 1;
  }
  .cid-tFdZHHGE18 .copyright-section hr {
    display: none;
  }
  .cid-tFdZHHGE18 .social-media {
    margin-top: 30px;
  }
  .cid-tFdZHHGE18 .social-media li:first-child {
    margin-left: 0;
  }
  .cid-tFdZHHGE18 .line {
    margin: 25px 0;
  }
  .cid-tFdZHHGE18 .mobirise-rights,
  .cid-tFdZHHGE18 .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-tFdZHHGE18 .mbr-text,
.cid-tFdZHHGE18 .copyright-section {
  color: #272727;
}
.cid-tFe5BhY63E .nav-item:focus,
.cid-tFe5BhY63E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFe5BhY63E .nav-item {
    position: relative;
  }
}
.cid-tFe5BhY63E .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;
}
.cid-tFe5BhY63E .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #cbddea;
  background: linear-gradient(#f2f1eb, #cbddea);
}
.cid-tFe5BhY63E .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #cbddea !important;
  background: linear-gradient(#f2f1eb, #cbddea) !important;
}
.cid-tFe5BhY63E .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tFe5BhY63E .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tFe5BhY63E .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tFe5BhY63E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFe5BhY63E .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tFe5BhY63E .navbar.collapsed .navbar-collapse.show,
.cid-tFe5BhY63E .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tFe5BhY63E .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tFe5BhY63E .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tFe5BhY63E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tFe5BhY63E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFe5BhY63E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFe5BhY63E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFe5BhY63E .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tFe5BhY63E .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tFe5BhY63E .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-tFe5BhY63E .navbar.collapsed .right-menu,
.cid-tFe5BhY63E .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tFe5BhY63E .navbar .navbar-collapse.show,
  .cid-tFe5BhY63E .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tFe5BhY63E .navbar .navbar-collapse.show .brand-container,
  .cid-tFe5BhY63E .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tFe5BhY63E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFe5BhY63E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFe5BhY63E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFe5BhY63E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFe5BhY63E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFe5BhY63E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFe5BhY63E .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tFe5BhY63E .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-tFe5BhY63E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tFe5BhY63E .navbar .right-menu,
  .cid-tFe5BhY63E .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tFe5BhY63E .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFe5BhY63E .navbar.navbar-short .mbr-overlay {
  background: #cbddea !important;
  background: linear-gradient(#f2f1eb, #cbddea) !important;
}
.cid-tFe5BhY63E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFe5BhY63E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tFe5BhY63E .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-tFe5BhY63E .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tFe5BhY63E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFe5BhY63E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFe5BhY63E .dropdown-item.active,
.cid-tFe5BhY63E .dropdown-item:active {
  background-color: transparent;
}
.cid-tFe5BhY63E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFe5BhY63E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tFe5BhY63E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cbddea;
}
.cid-tFe5BhY63E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFe5BhY63E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFe5BhY63E ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tFe5BhY63E ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tFe5BhY63E .navbar-buttons {
  margin-left: auto;
}
.cid-tFe5BhY63E button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-tFe5BhY63E button.navbar-toggler:hover {
  outline: none;
}
.cid-tFe5BhY63E button.navbar-toggler:active {
  outline: none;
}
.cid-tFe5BhY63E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282727;
}
.cid-tFe5BhY63E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFe5BhY63E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFe5BhY63E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFe5BhY63E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFe5BhY63E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFe5BhY63E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tFe5BhY63E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tFe5BhY63E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFe5BhY63E a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tFe5BhY63E a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-tFe5BhY63E a.nav-link:hover:before {
  transform: scale(1);
}
.cid-tFe5BhY63E .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tFe5BhY63E .right-menu,
.cid-tFe5BhY63E .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tFe5BhY63E .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tFe5BhY63E .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tFe5BhY63E .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tFe5BhY63E .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tFe5BhY63E .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tFe5BhY63E .card-wrapper {
  z-index: 3;
}
.cid-tFe5BhY63E .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tFe5BhY63E .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tFe5BhY63E .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-tFe5BhY63E .navbar-brand img {
  width: auto !important;
}
.cid-tFe5UFf39g {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-tFe5UFf39g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFe5UFf39g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFe5UFf39g .card {
  min-height: 500px;
}
.cid-tFe5UFf39g .content-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tFe5UFf39g .img1 {
  background-image: url("../../../assets/images/bruce.roach-gigapixel-standard-scale-4-00x-1200x1200.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tFe5UFf39g .img2 {
  background-image: url("../../../assets/images/sherrie.roach-gigapixel-standard-scale-4-00x-1200x1200.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tFe5UFf39g .img3 {
  background-image: url("../../../assets/images/team3.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tFe5UFf39g .card-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 2px solid #185d8f;
  border-radius: 8px;
}
.cid-tFe5UFf39g .card-wrap .image-wrap {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  top: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFe5UFf39g .card-wrap .image-wrap {
    left: -100%;
    opacity: 0.2;
  }
}
@media (max-width: 991px) {
  .cid-tFe5UFf39g .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tFe5UFf39g .card-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tFe5UFf39g .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFe5UFf39g .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tFe5UFf39g .card-wrap:hover .image-wrap,
.cid-tFe5UFf39g .card-wrap:focus-within .image-wrap {
  left: -100%;
  opacity: 0.2;
}
.cid-tFe5UFf39g .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tFe5UFf39g .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .cid-tFe5UFf39g .social-row {
    text-align: center;
  }
}
.cid-tFe5UFf39g .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tFe5UFf39g .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #185d8f;
  font-size: 1.3rem;
}
.cid-tFe5UFf39g .mbr-role,
.cid-tFe5UFf39g .social-row {
  color: #1d5356;
}
.cid-tFe5UFf39g .card-title,
.cid-tFe5UFf39g .social-row {
  color: #185d8f;
}
.cid-tFe5UFf39g .card-text,
.cid-tFe5UFf39g .mbr-section-btn,
.cid-tFe5UFf39g .social-row {
  color: #185d8f;
}
.cid-tFe5UFf39g .mbr-section-title {
  color: #185d8f;
}
.cid-tNk2N6Zonz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #cbddea;
}
.cid-tNk2N6Zonz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNk2N6Zonz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNk2N6Zonz .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tNk2N6Zonz .title-wrapper {
    margin-top: 45px;
  }
}
.cid-tNk2N6Zonz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tNk2N6Zonz .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tNk2N6Zonz .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tNk2N6Zonz .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tNk2N6Zonz .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-tNk2N6Zonz .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-tNk2N6Zonz .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-tNk2N6Zonz .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tNk2N6Zonz .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-tNk2N6Zonz .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #185d8f;
}
@media (min-width: 992px) {
  .cid-tNk2N6Zonz .mbr-form {
    margin-top: 32px;
  }
}
.cid-tNk2N6Zonz .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-tNk2N6Zonz .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-tNk2N6Zonz .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-tNk2N6Zonz .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-tNk2N6Zonz .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-tNk2N6Zonz .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-tNk2N6Zonz .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #7394ab;
}
.cid-tNk2N6Zonz .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNk2N6Zonz .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-tNk2N6Zonz .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-tNk2N6Zonz .mbr-section-subtitle {
  color: #000000;
}
.cid-tNk2N6Zonz .mbr-section-title {
  color: #000000;
}
.cid-tNk2N6Zonz .mbr-text {
  color: #6a6e71;
}
.cid-tNk2N6Zonz .list {
  color: #6a6e71;
}
.cid-tNk2N6Zonz label {
  color: #000000;
}
.cid-tFe5BiwIxi {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFe5BiwIxi .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tFe5BiwIxi .copyright-section,
.cid-tFe5BiwIxi .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tFe5BiwIxi .line {
  margin: 10px 0;
  width: 100%;
}
.cid-tFe5BiwIxi .logo-section img {
  margin: 0 auto;
}
.cid-tFe5BiwIxi .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-tFe5BiwIxi .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-tFe5BiwIxi .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-tFe5BiwIxi .social-media ul li {
    margin-left: 30px;
  }
  .cid-tFe5BiwIxi .container-fluid {
    padding: 0 2rem;
  }
  .cid-tFe5BiwIxi .menu-container {
    margin-bottom: 20px;
  }
  .cid-tFe5BiwIxi .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tFe5BiwIxi .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-tFe5BiwIxi .copyright-section {
    order: 1;
  }
  .cid-tFe5BiwIxi .copyright-section hr {
    display: none;
  }
  .cid-tFe5BiwIxi .social-media {
    margin-top: 30px;
  }
  .cid-tFe5BiwIxi .social-media li:first-child {
    margin-left: 0;
  }
  .cid-tFe5BiwIxi .line {
    margin: 25px 0;
  }
  .cid-tFe5BiwIxi .mobirise-rights,
  .cid-tFe5BiwIxi .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-tFe5BiwIxi .mbr-text,
.cid-tFe5BiwIxi .copyright-section {
  color: #272727;
}
