body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 1.1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.8rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #7ccbf1 !important;
}
.bg-info {
  background-color: #1ba1e2 !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #879a9f !important;
}
.btn-primary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #000000;
  border-color: #000000;
  border-radius: 100px;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #001824;
  border-color: #001824;
  border-radius: 100px;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #004b70 !important;
  border-color: #004b70 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #001824 !important;
  border-color: #001824 !important;
}
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-secondary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #001824 !important;
  border-color: #001824 !important;
}
.btn-info {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #13709e;
  border-color: #13709e;
  border-radius: 100px;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #1ba1e2 !important;
  border-color: #1ba1e2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-success {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #37b0ea;
  border-color: #37b0ea;
  border-radius: 100px;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #7ccbf1 !important;
  border-color: #7ccbf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #37b0ea !important;
  border-color: #37b0ea !important;
}
.btn-success:hover:before,
.btn-success:focus:before,
.btn-success.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #37b0ea !important;
  border-color: #37b0ea !important;
}
.btn-warning {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #505050;
  border-color: #505050;
  border-radius: 100px;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-warning.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #617479;
  border-color: #617479;
  border-radius: 100px;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger:hover:before,
.btn-danger:focus:before,
.btn-danger.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-black {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  border-radius: 100px;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover:before,
.btn-black:focus:before,
.btn-black.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  border-radius: 100px;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover:before,
.btn-white:focus:before,
.btn-white.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #000000;
  border-color: #000000;
  border-radius: 100px;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #004b70;
  border-color: #004b70;
  border-radius: 100px;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #00070a;
  color: #00070a !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #004b70;
  border-color: #004b70;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #004b70 !important;
  border-color: #004b70 !important;
}
.btn-info-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
  border-radius: 100px;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #106087;
  color: #106087 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1ba1e2 !important;
  border-color: #1ba1e2 !important;
}
.btn-success-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #7ccbf1;
  border-color: #7ccbf1;
  border-radius: 100px;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #20a6e7;
  color: #20a6e7 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #7ccbf1;
  border-color: #7ccbf1;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7ccbf1 !important;
  border-color: #7ccbf1 !important;
}
.btn-warning-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #767676;
  border-color: #767676;
  border-radius: 100px;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #434343;
  color: #434343 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #879a9f;
  border-color: #879a9f;
  border-radius: 100px;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-black-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #333333;
  border-color: #333333;
  border-radius: 100px;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 100px;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-outline:hover:before,
.btn-white-outline:focus:before,
.btn-white-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #004b70 !important;
}
.text-success {
  color: #7ccbf1 !important;
}
.text-info {
  color: #1ba1e2 !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #879a9f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #00070a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #20a6e7 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #106087 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #55666b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #7ccbf1;
}
.alert-info {
  background-color: #1ba1e2;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #879a9f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s, .3s, .3s, .8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d0ecf9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ced6d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Comfortaa', display;
  font-size: 1.1rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .3rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background: #efefef;
  color: #000000;
}
.jq-selectbox li {
  border-radius: 22px;
  background-color: #000000;
  border: 1px solid #e8e8e8;
}
.jq-selectbox li:not(:nth-last-child(1)) {
  margin-bottom: 5px;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 22px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #004b70 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23000000' %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;
}
.cid-u8y1E80LzL .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .nav-item:focus,
.cid-u8y1E80LzL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u8y1E80LzL .nav-item .nav-link {
    position: relative;
  }
  .cid-u8y1E80LzL .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #000000, #004b70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u8y1E80LzL .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-u8y1E80LzL .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-u8y1E80LzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8y1E80LzL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u8y1E80LzL .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u8y1E80LzL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-u8y1E80LzL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8y1E80LzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .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-u8y1E80LzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8y1E80LzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8y1E80LzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8y1E80LzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8y1E80LzL .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-u8y1E80LzL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8y1E80LzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8y1E80LzL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8y1E80LzL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8y1E80LzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8y1E80LzL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8y1E80LzL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8y1E80LzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8y1E80LzL .dropdown-item.active,
.cid-u8y1E80LzL .dropdown-item:active {
  background-color: transparent;
}
.cid-u8y1E80LzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8y1E80LzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8y1E80LzL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .navbar-buttons {
  text-align: center;
}
.cid-u8y1E80LzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8y1E80LzL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8y1E80LzL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8y1E80LzL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u8y1E80LzL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8y1E80LzL .navbar {
    height: 77px;
  }
  .cid-u8y1E80LzL .navbar.opened {
    height: auto;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qJh0byk55k {
  background-image: url("../../../assets/images/img-1873-2000x1333.jpg");
}
.cid-qJh0byk55k .container-fluid {
  padding: 0 3rem;
}
.cid-qJh0byk55k .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-qJh0byk55k .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-qJh0byk55k .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qJh0byk55k .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qJh0byk55k .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qJh0byk55k a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qJh0byk55k a.close:hover {
  color: #ffffff;
}
.cid-qJh0byk55k svg {
  transition: all 0.5s ease-in;
}
.cid-qJh0byk55k svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-qJh0byk55k svg:hover {
  cursor: pointer;
  transform: rotate(120deg);
}
.cid-qJh0byk55k svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-qJh0byk55k .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ty1EZvct4z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ty1EZvct4z H2 {
  color: #232323;
}
.cid-ty1DYmceLz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #3f13f5;
  background: linear-gradient(90deg, #3f13f5, #00020d);
}
.cid-ty1DYmceLz .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-ty1DYmceLz H2 {
  color: #efefef;
}
.cid-ty1DYmceLz .mbr-section-subtitle,
.cid-ty1DYmceLz .mbr-section-btn {
  color: #efefef;
}
.cid-ty1F0FoGIZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ty1F0FoGIZ H2 {
  color: #232323;
}
.cid-sSfgmXaraI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sSfgmXaraI .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-sSfgmXaraI H2 {
  color: #efefef;
}
.cid-sSfgmXaraI .mbr-section-subtitle,
.cid-sSfgmXaraI .mbr-section-btn {
  color: #efefef;
}
.cid-ty1F1Epmpx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ty1F1Epmpx H2 {
  color: #232323;
}
.cid-qJh0rwwCaw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bde9fd;
}
.cid-qJh0rwwCaw p {
  color: #767676;
}
.cid-qJh0rwwCaw .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qJh0rwwCaw .main {
  flex-direction: row-reverse;
}
.cid-qJh0rwwCaw .row-element,
.cid-qJh0rwwCaw .image-element {
  padding: 0;
}
.cid-qJh0rwwCaw .image-element {
  display: flex;
  justify-content: center;
}
.cid-qJh0rwwCaw .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qJh0rwwCaw .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qJh0rwwCaw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #004b70);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-qJh0rwwCaw .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-qJh0rwwCaw .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qJh0rwwCaw .text-content {
    padding: 2rem 1rem;
  }
  .cid-qJh0rwwCaw .underline .line {
    height: 2px;
  }
  .cid-qJh0rwwCaw .mbr-title,
  .cid-qJh0rwwCaw .underline,
  .cid-qJh0rwwCaw .mbr-text,
  .cid-qJh0rwwCaw .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-qJh0qG2TDY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qJh0qG2TDY .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qJh0qG2TDY .row-element,
.cid-qJh0qG2TDY .image-element {
  padding: 0;
}
.cid-qJh0qG2TDY .image-element {
  display: flex;
  justify-content: center;
}
.cid-qJh0qG2TDY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qJh0qG2TDY .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qJh0qG2TDY .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #004b70);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-qJh0qG2TDY .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-qJh0qG2TDY .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qJh0qG2TDY .text-content {
    padding: 2rem 1rem;
  }
  .cid-qJh0qG2TDY .underline .line {
    height: 2px;
  }
  .cid-qJh0qG2TDY .mbr-title,
  .cid-qJh0qG2TDY .underline,
  .cid-qJh0qG2TDY .mbr-text,
  .cid-qJh0qG2TDY .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-riLvqIY6en {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1ba1e2;
}
.cid-riLvqIY6en .container-fluid {
  padding: 0 3rem;
}
.cid-riLvqIY6en .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-riLvqIY6en .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-riLvqIY6en .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-riLvqIY6en .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-riLvqIY6en .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-riLvqIY6en .form-group {
  padding: 0;
}
.cid-riLvqIY6en .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-riLvqIY6en .btn-row {
  padding-left: 0;
}
.cid-riLvqIY6en .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-riLvqIY6en .container-fluid {
    padding: 0 1rem;
  }
  .cid-riLvqIY6en .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-qJEagz3ram {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qJEagz3ram .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qJEagz3ram .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qJEagz3ram .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qJEagz3ram .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qJEagz3ram .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qJEagz3ram .icon-transition span:hover {
  background-color: #004b70;
}
.cid-qJEagz3ram .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-qJEagz3ram .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qJEagz3ram .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qJEagz3ram .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qJk0RYlHkh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-qJk0RYlHkh .media-container-row {
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .nav-item:focus,
.cid-u8y1E80LzL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u8y1E80LzL .nav-item .nav-link {
    position: relative;
  }
  .cid-u8y1E80LzL .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #000000, #004b70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u8y1E80LzL .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-u8y1E80LzL .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-u8y1E80LzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8y1E80LzL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-u8y1E80LzL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-u8y1E80LzL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8y1E80LzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .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-u8y1E80LzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8y1E80LzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8y1E80LzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8y1E80LzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8y1E80LzL .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-u8y1E80LzL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8y1E80LzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8y1E80LzL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8y1E80LzL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8y1E80LzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8y1E80LzL .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8y1E80LzL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8y1E80LzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8y1E80LzL .dropdown-item.active,
.cid-u8y1E80LzL .dropdown-item:active {
  background-color: transparent;
}
.cid-u8y1E80LzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8y1E80LzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8y1E80LzL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .navbar-buttons {
  text-align: center;
}
.cid-u8y1E80LzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8y1E80LzL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8y1E80LzL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8y1E80LzL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u8y1E80LzL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8y1E80LzL .navbar {
    height: 77px;
  }
  .cid-u8y1E80LzL .navbar.opened {
    height: auto;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qJjK9WPlsh {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qJjK9WPlsh .container-fluid {
  padding: 0 3rem;
}
.cid-qJjK9WPlsh .media-container-column {
  padding: 0 2rem;
}
.cid-qJjK9WPlsh .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-qJjK9WPlsh .container-fluid {
    padding: 0 1rem;
  }
}
.cid-qJjKsqvpk4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qJjKsqvpk4 .mbr-text,
.cid-qJjKsqvpk4 blockquote {
  color: #232323;
}
.cid-qJjKsqvpk4 .mbr-text DIV {
  text-align: center;
}
.cid-qJjKpwtWs4 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qJjKpwtWs4 .container-fluid {
  padding: 0 3rem;
}
.cid-qJjKpwtWs4 .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-qJjKpwtWs4 .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
}
.cid-qJjKpwtWs4 .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-qJjKpwtWs4 .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-qJjKpwtWs4 .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-qJjKpwtWs4 .form-group {
  padding: 0;
}
.cid-qJjKpwtWs4 .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-qJjKpwtWs4 .btn-row {
  padding-left: 0;
}
.cid-qJjKpwtWs4 .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-qJjKpwtWs4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-qJjKpwtWs4 .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-riLy6Jxx6t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1ba1e2;
}
.cid-riLy6Jxx6t .container-fluid {
  padding: 0 3rem;
}
.cid-riLy6Jxx6t .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-riLy6Jxx6t .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-riLy6Jxx6t .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-riLy6Jxx6t .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-riLy6Jxx6t .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-riLy6Jxx6t .form-group {
  padding: 0;
}
.cid-riLy6Jxx6t .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-riLy6Jxx6t .btn-row {
  padding-left: 0;
}
.cid-riLy6Jxx6t .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-riLy6Jxx6t .container-fluid {
    padding: 0 1rem;
  }
  .cid-riLy6Jxx6t .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-riLyupzyKH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-riLyupzyKH .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-riLyupzyKH .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-riLyupzyKH .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-riLyupzyKH .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-riLyupzyKH .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-riLyupzyKH .icon-transition span:hover {
  background-color: #004b70;
}
.cid-riLyupzyKH .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-riLyupzyKH .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-riLyupzyKH .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-riLyupzyKH .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qJk2h984zY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-qJk2h984zY .media-container-row {
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .nav-item:focus,
.cid-u8y1E80LzL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u8y1E80LzL .nav-item .nav-link {
    position: relative;
  }
  .cid-u8y1E80LzL .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #000000, #004b70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u8y1E80LzL .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-u8y1E80LzL .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-u8y1E80LzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8y1E80LzL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-u8y1E80LzL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-u8y1E80LzL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8y1E80LzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .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-u8y1E80LzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8y1E80LzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8y1E80LzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8y1E80LzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8y1E80LzL .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-u8y1E80LzL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8y1E80LzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8y1E80LzL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8y1E80LzL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8y1E80LzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8y1E80LzL .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8y1E80LzL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8y1E80LzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8y1E80LzL .dropdown-item.active,
.cid-u8y1E80LzL .dropdown-item:active {
  background-color: transparent;
}
.cid-u8y1E80LzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8y1E80LzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8y1E80LzL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .navbar-buttons {
  text-align: center;
}
.cid-u8y1E80LzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8y1E80LzL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8y1E80LzL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8y1E80LzL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u8y1E80LzL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8y1E80LzL .navbar {
    height: 77px;
  }
  .cid-u8y1E80LzL .navbar.opened {
    height: auto;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-e {
  /* Type valid CSS here */
}
#custom-html-e .google-maps {
  position: relative;
  height: 450px;
  overflow: hidden;
}
#custom-html-e .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.cid-r4dtoYUkhw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r4dtoYUkhw .container-fluid {
  padding: 0 3rem;
}
.cid-r4dtoYUkhw .media-container-column {
  padding: 0 2rem;
}
.cid-r4dtoYUkhw .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-r4dtoYUkhw .container-fluid {
    padding: 0 1rem;
  }
}
.cid-r4dtpTbyCQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r4dtpTbyCQ .mbr-text,
.cid-r4dtpTbyCQ blockquote {
  color: #232323;
}
.cid-riLybH0cIP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1ba1e2;
}
.cid-riLybH0cIP .container-fluid {
  padding: 0 3rem;
}
.cid-riLybH0cIP .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-riLybH0cIP .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-riLybH0cIP .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-riLybH0cIP .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-riLybH0cIP .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-riLybH0cIP .form-group {
  padding: 0;
}
.cid-riLybH0cIP .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-riLybH0cIP .btn-row {
  padding-left: 0;
}
.cid-riLybH0cIP .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-riLybH0cIP .container-fluid {
    padding: 0 1rem;
  }
  .cid-riLybH0cIP .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-qL3PDQS1o9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qL3PDQS1o9 .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qL3PDQS1o9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qL3PDQS1o9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qL3PDQS1o9 .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qL3PDQS1o9 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qL3PDQS1o9 .icon-transition span:hover {
  background-color: #004b70;
}
.cid-qL3PDQS1o9 .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-qL3PDQS1o9 .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qL3PDQS1o9 .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qL3PDQS1o9 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qJk2liyLge {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-qJk2liyLge .media-container-row {
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .nav-item:focus,
.cid-u8y1E80LzL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u8y1E80LzL .nav-item .nav-link {
    position: relative;
  }
  .cid-u8y1E80LzL .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #000000, #004b70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u8y1E80LzL .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-u8y1E80LzL .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-u8y1E80LzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8y1E80LzL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-u8y1E80LzL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-u8y1E80LzL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8y1E80LzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .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-u8y1E80LzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8y1E80LzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8y1E80LzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8y1E80LzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8y1E80LzL .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-u8y1E80LzL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8y1E80LzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8y1E80LzL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8y1E80LzL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8y1E80LzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8y1E80LzL .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8y1E80LzL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8y1E80LzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8y1E80LzL .dropdown-item.active,
.cid-u8y1E80LzL .dropdown-item:active {
  background-color: transparent;
}
.cid-u8y1E80LzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8y1E80LzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8y1E80LzL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .navbar-buttons {
  text-align: center;
}
.cid-u8y1E80LzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8y1E80LzL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8y1E80LzL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8y1E80LzL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u8y1E80LzL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8y1E80LzL .navbar {
    height: 77px;
  }
  .cid-u8y1E80LzL .navbar.opened {
    height: auto;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qJjrQz0ctV {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc-151-2000x1333.jpg");
}
.cid-qJjrQz0ctV p {
  color: #767676;
}
.cid-qJjrQz0ctV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qJjrQz0ctV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #004b70);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-qJjrQz0ctV .text-content {
    padding: 5rem;
  }
  .cid-qJjrQz0ctV .media-content {
    padding-right: 5rem;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  .cid-qJjrQz0ctV .text-content {
    padding: 3rem;
  }
}
@media (max-width: 1499px) and (min-width: 991px) {
  .cid-qJjrQz0ctV .media-content {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qJjrQz0ctV .text-content {
    padding: 2rem 1rem;
  }
}
.cid-qJjwLn9ler {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qJjwLn9ler .container-fluid {
  padding: 0 3rem;
}
.cid-qJjwLn9ler .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #000000 50%, #004b70 120%);
  display: inline-block;
}
.cid-qJjwLn9ler .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-qJjwLn9ler .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qJjwLn9ler .time-line-date-content {
  margin-right: 2rem;
}
.cid-qJjwLn9ler .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-qJjwLn9ler .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qJjwLn9ler .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #096693;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-qJjwLn9ler .separline:before,
.cid-qJjwLn9ler .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #096693;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-qJjwLn9ler .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #096693;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-qJjwLn9ler .container-fluid {
    padding: 0 1rem;
  }
  .cid-qJjwLn9ler .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-qJjwLn9ler .separline:before,
  .cid-qJjwLn9ler .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-qJjwLn9ler .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-qJjwLn9ler .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-qJjwLn9ler .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-qJjwLn9ler .time-line-date-content p {
    float: left !important;
  }
  .cid-qJjwLn9ler .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-riLyL2Vui5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1ba1e2;
}
.cid-riLyL2Vui5 .container-fluid {
  padding: 0 3rem;
}
.cid-riLyL2Vui5 .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-riLyL2Vui5 .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-riLyL2Vui5 .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-riLyL2Vui5 .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-riLyL2Vui5 .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-riLyL2Vui5 .form-group {
  padding: 0;
}
.cid-riLyL2Vui5 .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-riLyL2Vui5 .btn-row {
  padding-left: 0;
}
.cid-riLyL2Vui5 .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-riLyL2Vui5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-riLyL2Vui5 .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-qL3OB09v5m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qL3OB09v5m .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qL3OB09v5m .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qL3OB09v5m .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qL3OB09v5m .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qL3OB09v5m .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qL3OB09v5m .icon-transition span:hover {
  background-color: #004b70;
}
.cid-qL3OB09v5m .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-qL3OB09v5m .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qL3OB09v5m .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qL3OB09v5m .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qJk2qo0xI7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-qJk2qo0xI7 .media-container-row {
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .nav-item:focus,
.cid-u8y1E80LzL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u8y1E80LzL .nav-item .nav-link {
    position: relative;
  }
  .cid-u8y1E80LzL .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #000000, #004b70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u8y1E80LzL .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-u8y1E80LzL .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-u8y1E80LzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8y1E80LzL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-u8y1E80LzL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-u8y1E80LzL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8y1E80LzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .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-u8y1E80LzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8y1E80LzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8y1E80LzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8y1E80LzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8y1E80LzL .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-u8y1E80LzL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8y1E80LzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8y1E80LzL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8y1E80LzL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8y1E80LzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8y1E80LzL .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8y1E80LzL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8y1E80LzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8y1E80LzL .dropdown-item.active,
.cid-u8y1E80LzL .dropdown-item:active {
  background-color: transparent;
}
.cid-u8y1E80LzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8y1E80LzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8y1E80LzL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .navbar-buttons {
  text-align: center;
}
.cid-u8y1E80LzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8y1E80LzL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8y1E80LzL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8y1E80LzL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u8y1E80LzL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8y1E80LzL .navbar {
    height: 77px;
  }
  .cid-u8y1E80LzL .navbar.opened {
    height: auto;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qJpdJjuTGs {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qJpdJjuTGs .container-fluid {
  padding: 0 3rem;
}
.cid-qJpdJjuTGs .media-container-column {
  padding: 0 2rem;
}
.cid-qJpdJjuTGs .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-qJpdJjuTGs .container-fluid {
    padding: 0 1rem;
  }
}
.cid-qL3NibVHZx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qL3NibVHZx p {
  color: #767676;
}
.cid-qL3NibVHZx .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qL3NibVHZx .main {
  flex-direction: row-reverse;
}
.cid-qL3NibVHZx .row-element,
.cid-qL3NibVHZx .image-element {
  padding: 0;
}
.cid-qL3NibVHZx .image-element {
  display: flex;
  justify-content: center;
}
.cid-qL3NibVHZx .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qL3NibVHZx .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qL3NibVHZx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #004b70);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-qL3NibVHZx .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-qL3NibVHZx .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qL3NibVHZx .text-content {
    padding: 2rem 1rem;
  }
  .cid-qL3NibVHZx .underline .line {
    height: 2px;
  }
  .cid-qL3NibVHZx .mbr-title,
  .cid-qL3NibVHZx .underline,
  .cid-qL3NibVHZx .mbr-text,
  .cid-qL3NibVHZx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-qJpdtJvlBS {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-qJpdtJvlBS .container-fluid {
  padding: 0 2rem;
}
.cid-qJpdtJvlBS .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-qJpdtJvlBS .mbr-title {
  padding: 0 1rem;
}
.cid-qJpdtJvlBS .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-qJpdtJvlBS .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qJpdtJvlBS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #004b70);
  display: inline-block;
}
.cid-qJpdtJvlBS .image-wrap {
  width: 100%;
}
.cid-qJpdtJvlBS .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-qJpdtJvlBS .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-qJpdtJvlBS .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-qJpdtJvlBS .container-fluid {
    padding: 0rem;
  }
}
.cid-r4dpFgWbkq {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #efefef;
}
.cid-r4dpFgWbkq .container-fluid {
  padding: 0 3rem;
}
.cid-r4dpFgWbkq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-r4dpFgWbkq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #004b70);
  display: inline-block;
}
.cid-r4dpFgWbkq .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-r4dpFgWbkq .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-r4dpFgWbkq .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-r4dpFgWbkq .image-wrap img:hover {
  transform: scale(1.05);
}
.cid-r4dpFgWbkq .content-section {
  padding: 3rem;
}
.cid-r4dpFgWbkq .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-r4dpFgWbkq .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-r4dpFgWbkq .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-r4dpFgWbkq .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-r4dpFgWbkq .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-r4dpFgWbkq .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-riRtJFdPhx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1ba1e2;
}
.cid-riRtJFdPhx .container-fluid {
  padding: 0 3rem;
}
.cid-riRtJFdPhx .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-riRtJFdPhx .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-riRtJFdPhx .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-riRtJFdPhx .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-riRtJFdPhx .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-riRtJFdPhx .form-group {
  padding: 0;
}
.cid-riRtJFdPhx .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-riRtJFdPhx .btn-row {
  padding-left: 0;
}
.cid-riRtJFdPhx .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-riRtJFdPhx .container-fluid {
    padding: 0 1rem;
  }
  .cid-riRtJFdPhx .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-riLxqewxH3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bbbbbb;
}
.cid-riLxqewxH3 .container-fluid {
  padding: 0 3rem;
}
.cid-riLxqewxH3 .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-riLxqewxH3 .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-riLxqewxH3 .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-riLxqewxH3 .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-riLxqewxH3 .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-riLxqewxH3 .form-group {
  padding: 0;
}
.cid-riLxqewxH3 .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-riLxqewxH3 .btn-row {
  padding-left: 0;
}
.cid-riLxqewxH3 .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-riLxqewxH3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-riLxqewxH3 .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-qL3MJSGlFl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qL3MJSGlFl .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qL3MJSGlFl .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qL3MJSGlFl .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qL3MJSGlFl .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qL3MJSGlFl .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qL3MJSGlFl .icon-transition span:hover {
  background-color: #004b70;
}
.cid-qL3MJSGlFl .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-qL3MJSGlFl .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qL3MJSGlFl .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qL3MJSGlFl .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qJk0RYlHkh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-qJk0RYlHkh .media-container-row {
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .nav-item:focus,
.cid-u8y1E80LzL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u8y1E80LzL .nav-item .nav-link {
    position: relative;
  }
  .cid-u8y1E80LzL .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #000000, #004b70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u8y1E80LzL .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-u8y1E80LzL .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-u8y1E80LzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8y1E80LzL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-u8y1E80LzL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-u8y1E80LzL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8y1E80LzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .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-u8y1E80LzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8y1E80LzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8y1E80LzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8y1E80LzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8y1E80LzL .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-u8y1E80LzL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8y1E80LzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8y1E80LzL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8y1E80LzL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8y1E80LzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8y1E80LzL .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8y1E80LzL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8y1E80LzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8y1E80LzL .dropdown-item.active,
.cid-u8y1E80LzL .dropdown-item:active {
  background-color: transparent;
}
.cid-u8y1E80LzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8y1E80LzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8y1E80LzL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .navbar-buttons {
  text-align: center;
}
.cid-u8y1E80LzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8y1E80LzL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8y1E80LzL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8y1E80LzL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u8y1E80LzL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8y1E80LzL .navbar {
    height: 77px;
  }
  .cid-u8y1E80LzL .navbar.opened {
    height: auto;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qJsrhsSHJr {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qJsrhsSHJr .container-fluid {
  padding: 0 3rem;
}
.cid-qJsrhsSHJr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #000000 50%, #004b70 120%);
  display: inline-block;
}
.cid-qJsrhsSHJr .mbr-section-title {
  color: #000000;
}
.cid-qJsrhsSHJr .mbr-section-subtitle {
  color: #000000;
}
.cid-qJsrhsSHJr .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-qJsrhsSHJr .header-text {
  padding: 2rem 1rem !important;
}
.cid-qJsrhsSHJr .card {
  border-radius: 25px;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-qJsrhsSHJr .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-qJsrhsSHJr .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-left: 2rem;
}
.cid-qJsrhsSHJr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qJsrhsSHJr .card .card-header a.panel-title:hover .sign {
  background-color: #52bdf1 !important;
}
.cid-qJsrhsSHJr .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #b7e3f9;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-qJsrhsSHJr .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-qJsrhsSHJr .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-qJsrhsSHJr .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-qJsrhsSHJr .container-fluid {
    padding: 0 1rem;
  }
  .cid-qJsrhsSHJr .header-text {
    padding: 1rem !important;
  }
  .cid-qJsrhsSHJr .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-qJsrhsSHJr .panel-body {
    width: calc(100% - 48px);
  }
  .cid-qJsrhsSHJr .panel-group {
    padding: 0;
  }
}
.cid-riRuWUmf0S {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bbbbbb;
}
.cid-riRuWUmf0S .container-fluid {
  padding: 0 3rem;
}
.cid-riRuWUmf0S .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-riRuWUmf0S .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-riRuWUmf0S .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-riRuWUmf0S .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-riRuWUmf0S .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-riRuWUmf0S .form-group {
  padding: 0;
}
.cid-riRuWUmf0S .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-riRuWUmf0S .btn-row {
  padding-left: 0;
}
.cid-riRuWUmf0S .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-riRuWUmf0S .container-fluid {
    padding: 0 1rem;
  }
  .cid-riRuWUmf0S .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-riLxfLcYHs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1ba1e2;
}
.cid-riLxfLcYHs .container-fluid {
  padding: 0 3rem;
}
.cid-riLxfLcYHs .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-riLxfLcYHs .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-riLxfLcYHs .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-riLxfLcYHs .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-riLxfLcYHs .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-riLxfLcYHs .form-group {
  padding: 0;
}
.cid-riLxfLcYHs .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-riLxfLcYHs .btn-row {
  padding-left: 0;
}
.cid-riLxfLcYHs .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-riLxfLcYHs .container-fluid {
    padding: 0 1rem;
  }
  .cid-riLxfLcYHs .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-qL3JkefLLT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qL3JkefLLT .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qL3JkefLLT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qL3JkefLLT .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qL3JkefLLT .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qL3JkefLLT .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qL3JkefLLT .icon-transition span:hover {
  background-color: #004b70;
}
.cid-qL3JkefLLT .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-qL3JkefLLT .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qL3JkefLLT .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qL3JkefLLT .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qJk0RYlHkh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-qJk0RYlHkh .media-container-row {
  flex-wrap: wrap;
}
#custom-html-2k {
  /* Type valid CSS here */
}
.cid-u8y1E80LzL .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .nav-item:focus,
.cid-u8y1E80LzL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u8y1E80LzL .nav-item .nav-link {
    position: relative;
  }
  .cid-u8y1E80LzL .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #000000, #004b70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u8y1E80LzL .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-u8y1E80LzL .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-u8y1E80LzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8y1E80LzL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-u8y1E80LzL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-u8y1E80LzL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8y1E80LzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .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-u8y1E80LzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8y1E80LzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8y1E80LzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8y1E80LzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8y1E80LzL .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-u8y1E80LzL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8y1E80LzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8y1E80LzL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8y1E80LzL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8y1E80LzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8y1E80LzL .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8y1E80LzL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8y1E80LzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8y1E80LzL .dropdown-item.active,
.cid-u8y1E80LzL .dropdown-item:active {
  background-color: transparent;
}
.cid-u8y1E80LzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8y1E80LzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8y1E80LzL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .navbar-buttons {
  text-align: center;
}
.cid-u8y1E80LzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8y1E80LzL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8y1E80LzL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8y1E80LzL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u8y1E80LzL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8y1E80LzL .navbar {
    height: 77px;
  }
  .cid-u8y1E80LzL .navbar.opened {
    height: auto;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qJssKGfSvw {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #efefef;
}
.cid-qJssKGfSvw .container-fluid {
  padding: 0 3rem;
}
.cid-qJssKGfSvw .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qJssKGfSvw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #004b70);
  display: inline-block;
}
.cid-qJssKGfSvw .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-qJssKGfSvw .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-qJssKGfSvw .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-qJssKGfSvw .image-wrap img:hover {
  transform: scale(1.05);
}
.cid-qJssKGfSvw .content-section {
  padding: 3rem;
}
.cid-qJssKGfSvw .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-qJssKGfSvw .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-qJssKGfSvw .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qJssKGfSvw .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-qJssKGfSvw .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-qJssKGfSvw .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-riLx8dBdMV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1ba1e2;
}
.cid-riLx8dBdMV .container-fluid {
  padding: 0 3rem;
}
.cid-riLx8dBdMV .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-riLx8dBdMV .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-riLx8dBdMV .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-riLx8dBdMV .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-riLx8dBdMV .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-riLx8dBdMV .form-group {
  padding: 0;
}
.cid-riLx8dBdMV .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-riLx8dBdMV .btn-row {
  padding-left: 0;
}
.cid-riLx8dBdMV .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-riLx8dBdMV .container-fluid {
    padding: 0 1rem;
  }
  .cid-riLx8dBdMV .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-qL3JgK94o8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qL3JgK94o8 .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qL3JgK94o8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qL3JgK94o8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qL3JgK94o8 .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qL3JgK94o8 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qL3JgK94o8 .icon-transition span:hover {
  background-color: #004b70;
}
.cid-qL3JgK94o8 .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-qL3JgK94o8 .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qL3JgK94o8 .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qL3JgK94o8 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qJk2h984zY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-qJk2h984zY .media-container-row {
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .nav-item:focus,
.cid-u8y1E80LzL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u8y1E80LzL .nav-item .nav-link {
    position: relative;
  }
  .cid-u8y1E80LzL .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #000000, #004b70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u8y1E80LzL .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-u8y1E80LzL .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-u8y1E80LzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8y1E80LzL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-u8y1E80LzL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-u8y1E80LzL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8y1E80LzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .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-u8y1E80LzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8y1E80LzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8y1E80LzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8y1E80LzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8y1E80LzL .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-u8y1E80LzL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8y1E80LzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8y1E80LzL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8y1E80LzL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8y1E80LzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8y1E80LzL .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8y1E80LzL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8y1E80LzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8y1E80LzL .dropdown-item.active,
.cid-u8y1E80LzL .dropdown-item:active {
  background-color: transparent;
}
.cid-u8y1E80LzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8y1E80LzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8y1E80LzL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .navbar-buttons {
  text-align: center;
}
.cid-u8y1E80LzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8y1E80LzL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8y1E80LzL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8y1E80LzL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u8y1E80LzL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8y1E80LzL .navbar {
    height: 77px;
  }
  .cid-u8y1E80LzL .navbar.opened {
    height: auto;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qJsuDssFgf {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qJsuDssFgf .container-fluid {
  padding: 0 3rem;
}
.cid-qJsuDssFgf .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-qJsuDssFgf svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-qJsuDssFgf .signature > span {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-qJsuDssFgf .blockquote-quote {
    text-align: left;
  }
  .cid-qJsuDssFgf .container-fluid {
    padding: 0 1rem;
  }
}
.cid-riLySgptKG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1ba1e2;
}
.cid-riLySgptKG .container-fluid {
  padding: 0 3rem;
}
.cid-riLySgptKG .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-riLySgptKG .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-riLySgptKG .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-riLySgptKG .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-riLySgptKG .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-riLySgptKG .form-group {
  padding: 0;
}
.cid-riLySgptKG .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-riLySgptKG .btn-row {
  padding-left: 0;
}
.cid-riLySgptKG .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-riLySgptKG .container-fluid {
    padding: 0 1rem;
  }
  .cid-riLySgptKG .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-qL3JahXBX3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qL3JahXBX3 .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qL3JahXBX3 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qL3JahXBX3 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qL3JahXBX3 .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qL3JahXBX3 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qL3JahXBX3 .icon-transition span:hover {
  background-color: #004b70;
}
.cid-qL3JahXBX3 .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-qL3JahXBX3 .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qL3JahXBX3 .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qL3JahXBX3 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qJk2h984zY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-qJk2h984zY .media-container-row {
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .nav-item:focus,
.cid-u8y1E80LzL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u8y1E80LzL .nav-item .nav-link {
    position: relative;
  }
  .cid-u8y1E80LzL .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #000000, #004b70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u8y1E80LzL .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-u8y1E80LzL .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-u8y1E80LzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8y1E80LzL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-u8y1E80LzL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-u8y1E80LzL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8y1E80LzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .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-u8y1E80LzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8y1E80LzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8y1E80LzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8y1E80LzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8y1E80LzL .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-u8y1E80LzL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8y1E80LzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8y1E80LzL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8y1E80LzL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8y1E80LzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8y1E80LzL .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8y1E80LzL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8y1E80LzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8y1E80LzL .dropdown-item.active,
.cid-u8y1E80LzL .dropdown-item:active {
  background-color: transparent;
}
.cid-u8y1E80LzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8y1E80LzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8y1E80LzL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .navbar-buttons {
  text-align: center;
}
.cid-u8y1E80LzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8y1E80LzL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8y1E80LzL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8y1E80LzL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u8y1E80LzL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8y1E80LzL .navbar {
    height: 77px;
  }
  .cid-u8y1E80LzL .navbar.opened {
    height: auto;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rj0mr7uAte {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/dsc01914-5-1024x768.jpg");
}
.cid-rj0mr7uAte .container-fluid {
  padding: 0 3rem;
}
.cid-rj0mr7uAte .media-container-column {
  padding: 0 2rem;
}
.cid-rj0mr7uAte .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-rj0mr7uAte .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rj0kYSPgZH {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rj0kYSPgZH .container-fluid {
  padding: 0 3rem;
}
.cid-rj0kYSPgZH .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rj0kYSPgZH svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rj0kYSPgZH .signature > span {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rj0kYSPgZH .blockquote-quote {
    text-align: left;
  }
  .cid-rj0kYSPgZH .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rj0nKRVQ56 {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #52bdf1);
}
.cid-rj0nKRVQ56 .container-fluid {
  padding: 0 3rem;
}
.cid-rj0nKRVQ56 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rj0nKRVQ56 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rj0nKRVQ56 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rj0nKRVQ56 .image-block {
    width: 100% !important;
  }
}
.cid-rj0kYT5mXk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1ba1e2;
}
.cid-rj0kYT5mXk .container-fluid {
  padding: 0 3rem;
}
.cid-rj0kYT5mXk .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-rj0kYT5mXk .input-main {
  width: 99.6%;
  margin-left: .1em;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rj0kYT5mXk .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-rj0kYT5mXk .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-rj0kYT5mXk .input-wrap input {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #efefef;
  padding: 18px 25px;
  width: 96%;
}
.cid-rj0kYT5mXk .form-group {
  padding: 0;
}
.cid-rj0kYT5mXk .form-group textarea {
  background-color: #efefef;
  border-radius: 22px;
  padding: 1rem;
  width: 98%;
}
.cid-rj0kYT5mXk .btn-row {
  padding-left: 0;
}
.cid-rj0kYT5mXk .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-rj0kYT5mXk .container-fluid {
    padding: 0 1rem;
  }
  .cid-rj0kYT5mXk .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-rj0kYTA5Ml {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rj0kYTA5Ml .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rj0kYTA5Ml .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rj0kYTA5Ml .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rj0kYTA5Ml .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rj0kYTA5Ml .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rj0kYTA5Ml .icon-transition span:hover {
  background-color: #004b70;
}
.cid-rj0kYTA5Ml .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-rj0kYTA5Ml .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-rj0kYTA5Ml .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-rj0kYTA5Ml .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-rj0kYTWHgB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-rj0kYTWHgB .media-container-row {
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .nav-item:focus,
.cid-u8y1E80LzL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u8y1E80LzL .nav-item .nav-link {
    position: relative;
  }
  .cid-u8y1E80LzL .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #000000, #004b70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u8y1E80LzL .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8y1E80LzL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-u8y1E80LzL .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-u8y1E80LzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8y1E80LzL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-u8y1E80LzL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-u8y1E80LzL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8y1E80LzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8y1E80LzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .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-u8y1E80LzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8y1E80LzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8y1E80LzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8y1E80LzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8y1E80LzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8y1E80LzL .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-u8y1E80LzL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8y1E80LzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8y1E80LzL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8y1E80LzL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8y1E80LzL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8y1E80LzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8y1E80LzL .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8y1E80LzL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8y1E80LzL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8y1E80LzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8y1E80LzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8y1E80LzL .dropdown-item.active,
.cid-u8y1E80LzL .dropdown-item:active {
  background-color: transparent;
}
.cid-u8y1E80LzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8y1E80LzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-u8y1E80LzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8y1E80LzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8y1E80LzL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8y1E80LzL .navbar-buttons {
  text-align: center;
}
.cid-u8y1E80LzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8y1E80LzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8y1E80LzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8y1E80LzL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8y1E80LzL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8y1E80LzL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8y1E80LzL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u8y1E80LzL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8y1E80LzL .navbar {
    height: 77px;
  }
  .cid-u8y1E80LzL .navbar.opened {
    height: auto;
  }
  .cid-u8y1E80LzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSfbKx4M55 {
  overflow: hidden !important;
  background-image: url("../../../assets/images/mbr-1920x1297.jpg");
}
.cid-sSfbKx4M55 .container-fluid {
  padding: 0 3rem;
}
.cid-sSfbKx4M55 .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sSfbKx4M55 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-qJEagz3ram {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qJEagz3ram .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qJEagz3ram .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qJEagz3ram .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qJEagz3ram .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qJEagz3ram .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qJEagz3ram .icon-transition span:hover {
  background-color: #004b70;
}
.cid-qJEagz3ram .mbr-text {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-qJEagz3ram .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qJEagz3ram .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qJEagz3ram .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qJk0RYlHkh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-qJk0RYlHkh .media-container-row {
  flex-wrap: wrap;
}
