.btn {
  border-width: 2px;
}
body {
  font-family: 'Tenor Sans', sans-serif;
}
.display-1 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #56667b !important;
}
.bg-success {
  background-color: #4a6586 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  background-color: #56667b !important;
  background: linear-gradient(90deg, #56667b 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-primary,
.btn-primary:active {
  background-color: #56667b;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #323c48;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #323c48;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  background-color: #919ace !important;
  background: linear-gradient(90deg, #919ace 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #919ace;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5563b3;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5563b3;
}
.btn-secondary:hover {
  transform: translateY(-3px);
}
.btn-info {
  background-color: #47b5ed !important;
  background: linear-gradient(90deg, #47b5ed 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info:hover {
  transform: translateY(-3px);
}
.btn-success {
  background-color: #4a6586 !important;
  background: linear-gradient(90deg, #4a6586 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-success,
.btn-success:active {
  background-color: #4a6586;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2b3b4e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2b3b4e;
}
.btn-success:hover {
  transform: translateY(-3px);
}
.btn-warning {
  background-color: #ffe161 !important;
  background: linear-gradient(90deg, #ffe161 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a;
}
.btn-warning:hover {
  transform: translateY(-3px);
}
.btn-danger {
  background-color: #ff9966 !important;
  background: linear-gradient(90deg, #ff9966 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger:hover {
  transform: translateY(-3px);
}
.btn-white {
  background-color: #fafafa !important;
  background: linear-gradient(90deg, #fafafa 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf;
}
.btn-white:hover {
  transform: translateY(-3px);
}
.btn-black {
  background-color: #232323 !important;
  background: linear-gradient(90deg, #232323 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black:hover {
  transform: translateY(-3px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #56667b;
  color: #56667b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #323c48 !important;
  background-color: transparent!important;
  border-color: #323c48 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #56667b !important;
  border-color: #56667b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #919ace;
  color: #919ace;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5563b3 !important;
  background-color: transparent!important;
  border-color: #5563b3 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #919ace !important;
  border-color: #919ace !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4a6586;
  color: #4a6586;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2b3b4e !important;
  background-color: transparent!important;
  border-color: #2b3b4e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4a6586 !important;
  border-color: #4a6586 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #56667b !important;
}
.text-secondary {
  color: #919ace !important;
}
.text-success {
  color: #4a6586 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2c343f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4d5bac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #263344 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #56667b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #56667b;
  border-color: #56667b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #56667b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #99a6b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8fa5c1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #56667b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #56667b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #56667b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #56667b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #56667b;
  border-bottom-color: #56667b;
}
.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: #56667b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #919ace !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2356667b' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 445px) {
  .container-banner {
    height: 11.5rem!important;
  }
}
.cid-sLDFlWVelk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLDFlWVelk .mbr-section-title {
  color: #000000;
  text-align: center;
  font-weight: 600;
}
.cid-sLDFlWVelk .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLDFlWVelk .row {
  align-items: center;
  height: 100%;
}
.cid-tixELEeUwI {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tixELEeUwI .container-fluid {
  padding: 0;
}
.cid-tixELEeUwI .content-wrapper {
  background-color: #ffff27;
}
.cid-tixELEeUwI .content-wrapper .text-wrapper {
  padding: 2rem 3rem 2rem 2rem;
}
.cid-tixELEeUwI .content-wrapper .image-wrapper {
  width: 100%;
}
.cid-tixELEeUwI .content-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 615px;
}
@media (max-width: 991px) {
  .cid-tixELEeUwI .content-wrapper .image-wrapper img {
    height: 400px;
  }
  .cid-tixELEeUwI .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz55N7vCP2 {
  background-color: #4479d9;
}
.cid-sz55N7vCP2 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sz55N7vCP2 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz55N7vCP2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz55N7vCP2 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-sz55N7vCP2 .col-12 {
  position: relative;
}
.cid-sz55N7vCP2 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sz55N7vCP2 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-sz55N7vCP2 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-sz55N7vCP2 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-sz55N7vCP2 .mbr-section-title {
  color: #263d5a;
}
.cid-sz55N7vCP2 .mbr-text,
.cid-sz55N7vCP2 .mbr-section-btn {
  color: #ffffff;
}
.cid-sz55N7vCP2 blockquote {
  display: block;
  background: #4479d9;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sz56fQL1rV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sz56fQL1rV .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-sz56fQL1rV .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sz56fQL1rV .row {
    padding: 2rem 1rem;
  }
}
.cid-sz56fQL1rV .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz56fQL1rV .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-sz56fQL1rV .card-text {
  color: #263d5a;
}
.cid-sz56fQL1rV .card-title,
.cid-sz56fQL1rV .iconfont-wrapper {
  color: #263d5a;
}
.cid-sz56fQL1rV .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz56fQL1rV .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-sz56fQL1rV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz56fQL1rV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sLDkiehZkr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5-1.jpg");
}
.cid-sLDkiehZkr .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-sLDkiehZkr .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sLDkiehZkr .row {
    padding: 2rem 1rem;
  }
}
.cid-sLDkiehZkr .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sLDkiehZkr .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-sLDkiehZkr .card-text {
  color: #263d5a;
}
.cid-sLDkiehZkr .card-title,
.cid-sLDkiehZkr .iconfont-wrapper {
  color: #263d5a;
}
.cid-sLDkiehZkr .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sLDkiehZkr .mbr-section-title {
  color: #263d5a;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-sLDkiehZkr .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sLDkiehZkr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLDJBZaXE0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sLDJBZaXE0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cid-sLDJBZaXE0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLDJBZaXE0 .row {
  align-items: center;
  height: 100%;
}
.cid-sLMoSfSsgN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sLMoSfSsgN .mbr-section-title {
  color: #1a449a;
}
.cid-sLMoSfSsgN .mbr-text {
  color: #1a449a;
}
.cid-sLMoSfSsgN .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLMoSfSsgN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLMoSfSsgN .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLMoSfSsgN .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLMoSfSsgN blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tiWw9TW00n {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #dcd3f7;
}
.cid-tiWw9TW00n .text-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tiWw9TW00n .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tiWw9TW00n .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-tiWw9TW00n .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tiWw9TW00n .text-wrapper .mbr-section-title {
  margin-bottom: 86px;
}
@media (max-width: 992px) {
  .cid-tiWw9TW00n .text-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tiWw9TW00n .text-wrapper .mbr-section-btn .btn {
  width: 155px;
  height: 66px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tiWw9TW00n .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tiWw9TW00n .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tiWw9TW00n .mbr-section-title {
  color: #1E1C21;
}
.cid-tiWw9TW00n .mbr-section-title,
.cid-tiWw9TW00n .mbr-section-btn {
  text-align: center;
}
.cid-tiWw9TW00n blockquote {
  background: #FAFAFA;
  border-top: 2px solid #E8E8E8;
  border-bottom: 2px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  margin: 5px 5px 20px 30px;
  padding: 25px 30px 5px;
}
.cid-tZgH4Qs3y5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffaf5;
}
.cid-tZgH4Qs3y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZgH4Qs3y5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZgH4Qs3y5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tZgH4Qs3y5 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tZgH4Qs3y5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tZgH4Qs3y5 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tZgH4Qs3y5 .container {
    padding: 0 16px;
  }
}
.cid-tZgH4Qs3y5 .row {
  justify-content: center;
}
.cid-tZgH4Qs3y5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-tZgH4Qs3y5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tZgH4Qs3y5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZgH4Qs3y5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZgH4Qs3y5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tZgH4Qs3y5 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tiWy1mwwgj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiWy1mwwgj blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tiWiKdOKIr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjzLSytlmr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5-1.jpg");
}
.cid-tjzLSytlmr .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tjzLSytlmr .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-tjzLSytlmr .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-tjzLSytlmr .item-wrapper:hover .item-content,
.cid-tjzLSytlmr .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tjzLSytlmr .item-wrapper:hover .mbr-link,
.cid-tjzLSytlmr .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjzLSytlmr .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-tjzLSytlmr .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-tjzLSytlmr .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-tjzLSytlmr .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-tjzLSytlmr .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-tjzLSytlmr .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tjzLSytlmr .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-tjzLSytlmr .item:focus,
.cid-tjzLSytlmr span:focus {
  outline: none;
}
.cid-tjzLSytlmr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjzLSytlmr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjzLSytlmr .mbr-section-title {
  color: #232323;
}
.cid-tjzLSytlmr .mbr-text,
.cid-tjzLSytlmr .mbr-section-btn {
  color: #ffffff;
}
.cid-tjzLSytlmr .item-title {
  color: #ffffff;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLDJrgFHMW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sLDJrgFHMW .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cid-sLDJrgFHMW .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLDJrgFHMW .row {
  align-items: center;
  height: 100%;
}
.cid-sLM55D4eTq {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
  table-layout: auto;
  width: 100%;
}
.cid-sLM55D4eTq .mbr-section-title {
  color: #1a449a;
}
.cid-sLM55D4eTq .mbr-text {
  color: #1a449a;
}
.cid-sLM55D4eTq .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLM55D4eTq .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLM55D4eTq .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLM55D4eTq .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLM55D4eTq table,
.cid-sLM55D4eTq th,
.cid-sLM55D4eTq td {
  border: 1.5px solid red;
}
.cid-sLM55D4eTq blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tj3ZYMchoK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dcd3f7;
}
.cid-tj3ZYMchoK .text-wrapper {
  height: 100%;
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tj3ZYMchoK .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tj3ZYMchoK .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-tj3ZYMchoK .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tj3ZYMchoK .text-wrapper .mbr-section-title {
  margin-bottom: 86px;
}
@media (max-width: 992px) {
  .cid-tj3ZYMchoK .text-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tj3ZYMchoK .text-wrapper .mbr-section-btn .btn {
  width: 155px;
  height: 66px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tj3ZYMchoK .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tj3ZYMchoK .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tj3ZYMchoK .mbr-section-title {
  color: #1E1C21;
}
.cid-tj3ZYMchoK .mbr-section-title,
.cid-tj3ZYMchoK .mbr-section-btn {
  text-align: center;
}
.cid-tj3ZYMchoK blockquote {
  background: #FAFAFA;
  border-top: 2px solid #E8E8E8;
  border-bottom: 2px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  margin: 5px 5px 20px 30px;
  padding: 25px 30px 5px;
}
.cid-tiETaDk1so {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tiETaDk1so blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tiETdzlCQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tiF7Kenb7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tiF7Kenb7m .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjzLXBaqBt {
  background-color: #232323;
}
.cid-tjzLXBaqBt .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-tjzLXBaqBt .mbr-section-head {
  background-color: #bee1e6;
  padding: 1rem 1rem 2rem;
}
.cid-tjzLXBaqBt .row {
  flex-direction: row-reverse;
}
.cid-tjzLXBaqBt img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tjzLXBaqBt .display-1 {
    font-size: 70px;
  }
  .cid-tjzLXBaqBt .display-5 {
    font-size: 29px;
  }
  .cid-tjzLXBaqBt .display-7 {
    font-size: 22px;
  }
}
.cid-tjzLXBaqBt .mbr-section-title {
  text-align: center;
}
.cid-tjzLXBaqBt .mbr-section-subtitle {
  text-align: center;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLDJ1tzwFo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sLDJ1tzwFo .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cid-sLDJ1tzwFo .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLDJ1tzwFo .row {
  align-items: center;
  height: 100%;
}
.cid-tQ1QlZItvV {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tQ1QlZItvV .mbr-section-title {
  color: #1a449a;
}
.cid-tQ1QlZItvV .mbr-text {
  color: #1a449a;
}
.cid-tQ1QlZItvV .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tQ1QlZItvV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-tQ1QlZItvV .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tQ1QlZItvV .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQ1QlZItvV blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tQ1TLfBFyC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tQ1TLfBFyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ1TLfBFyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tQ1TLfBFyC .container {
    padding: 0 30px;
  }
}
.cid-tQ1TLfBFyC .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tQ1TLfBFyC .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tQ1TLfBFyC .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tQ1TLfBFyC .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tQ1TLfBFyC .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tQ1TLfBFyC .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tQ1TLfBFyC .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tQ1TLfBFyC .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tQ1TLfBFyC .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tQ1TLfBFyC .mbr-section-title {
  color: #ffffff;
}
.cid-tQ1TLfBFyC .mbr-card-title {
  color: #2b2b2b;
}
.cid-tQ1TLfBFyC .mbr-text {
  color: #4E4E4E;
}
.cid-tQ1TLfBFyC .mbr-number {
  color: #FE5115;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLDImyc14r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sLDImyc14r .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cid-sLDImyc14r .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLDImyc14r .row {
  align-items: center;
  height: 100%;
}
.cid-sLIYZFuWoO {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sLIYZFuWoO .mbr-section-title {
  color: #1a449a;
}
.cid-sLIYZFuWoO .mbr-text {
  color: #1a449a;
}
.cid-sLIYZFuWoO .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLIYZFuWoO .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLIYZFuWoO .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLIYZFuWoO .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLIYZFuWoO blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLDGBQNRBP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sLDGBQNRBP .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cid-sLDGBQNRBP .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLDGBQNRBP .row {
  align-items: center;
  height: 100%;
}
.cid-sLE1M2Qaw6 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sLE1M2Qaw6 .mbr-section-title {
  color: #1a449a;
}
.cid-sLE1M2Qaw6 .mbr-text {
  color: #1a449a;
}
.cid-sLE1M2Qaw6 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLE1M2Qaw6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLE1M2Qaw6 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLE1M2Qaw6 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLE1M2Qaw6 blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sLEdGHIfgb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-sLEdGHIfgb .mbr-section-title {
  color: #1a449a;
}
.cid-sLEdGHIfgb .mbr-text {
  color: #1a449a;
}
.cid-sLEdGHIfgb .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLEdGHIfgb .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLEdGHIfgb .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLEdGHIfgb .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLEdGHIfgb blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sLElB5Utk3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sLElB5Utk3 .mbr-section-title {
  color: #1a449a;
}
.cid-sLElB5Utk3 .mbr-text {
  color: #1a449a;
}
.cid-sLElB5Utk3 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLElB5Utk3 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLElB5Utk3 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLElB5Utk3 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLElB5Utk3 blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLDNeq833r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sLDNeq833r .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cid-sLDNeq833r .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLDNeq833r .row {
  align-items: center;
  height: 100%;
}
.cid-sLOCtVRaYw {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sLOCtVRaYw .mbr-section-title {
  color: #1a449a;
}
.cid-sLOCtVRaYw .mbr-text {
  color: #1a449a;
}
.cid-sLOCtVRaYw .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLOCtVRaYw .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLOCtVRaYw .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLOCtVRaYw .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLOCtVRaYw blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLDGNzcA0z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sLDGNzcA0z .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cid-sLDGNzcA0z .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLDGNzcA0z .row {
  align-items: center;
  height: 100%;
}
.cid-sLFUc4KMeY {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sLFUc4KMeY .mbr-section-title {
  color: #1a449a;
}
.cid-sLFUc4KMeY .mbr-text {
  color: #1a449a;
}
.cid-sLFUc4KMeY .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLFUc4KMeY .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLFUc4KMeY .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLFUc4KMeY .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLFUc4KMeY blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLDHa4VHQm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sLDHa4VHQm .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cid-sLDHa4VHQm .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLDHa4VHQm .row {
  align-items: center;
  height: 100%;
}
.cid-sLGbrAcgX7 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sLGbrAcgX7 .mbr-section-title {
  color: #1a449a;
}
.cid-sLGbrAcgX7 .mbr-text {
  color: #1a449a;
}
.cid-sLGbrAcgX7 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLGbrAcgX7 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLGbrAcgX7 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLGbrAcgX7 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLGbrAcgX7 blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLDHBZQBpE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sLDHBZQBpE .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cid-sLDHBZQBpE .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLDHBZQBpE .row {
  align-items: center;
  height: 100%;
}
.cid-sLGiPcjboB {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sLGiPcjboB .mbr-section-title {
  color: #1a449a;
}
.cid-sLGiPcjboB .mbr-text {
  color: #1a449a;
}
.cid-sLGiPcjboB .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLGiPcjboB .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLGiPcjboB .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLGiPcjboB .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLGiPcjboB blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLVfJTyAnC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sLVfJTyAnC .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cid-sLVfJTyAnC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLVfJTyAnC .row {
  align-items: center;
  height: 100%;
}
.cid-sLVf8qHeaw {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sLVf8qHeaw .mbr-section-title {
  color: #1a449a;
}
.cid-sLVf8qHeaw .mbr-text {
  color: #1a449a;
}
.cid-sLVf8qHeaw .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLVf8qHeaw .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLVf8qHeaw .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLVf8qHeaw .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLVf8qHeaw blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLGul5U43b {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sLGul5U43b .mbr-section-title {
  color: #1a449a;
}
.cid-sLGul5U43b .mbr-text {
  color: #1a449a;
}
.cid-sLGul5U43b .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sLGul5U43b .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #56667b;
}
.cid-sLGul5U43b .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLGul5U43b .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sLGul5U43b blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjfcrJxWr4 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tjfcrJxWr4 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tjfcrJxWr4 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tjfcrJxWr4 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tjfcrJxWr4 .mbr-text,
.cid-tjfcrJxWr4 .mbr-section-btn {
  color: #263d5a;
}
.cid-tjfcrJxWr4 .mbr-section-title {
  color: #263d5a;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-sLCsBKH9JR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sLCsBKH9JR .collapsed {
  flex-direction: row !important;
}
.cid-sLCsBKH9JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLCsBKH9JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLCsBKH9JR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLCsBKH9JR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sLCsBKH9JR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLCsBKH9JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLCsBKH9JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLCsBKH9JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLCsBKH9JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLCsBKH9JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLCsBKH9JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLCsBKH9JR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sLCsBKH9JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLCsBKH9JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLCsBKH9JR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLCsBKH9JR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLCsBKH9JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLCsBKH9JR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sLCsBKH9JR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLCsBKH9JR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sLCsBKH9JR .nav-item:focus,
.cid-sLCsBKH9JR .nav-link:focus {
  outline: none;
}
.cid-sLCsBKH9JR .text-white:hover,
.cid-sLCsBKH9JR .text-white:active,
.cid-sLCsBKH9JR .text-white:focus {
  color: white !important;
}
.cid-sLCsBKH9JR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-item:hover {
  color: black !important;
}
.cid-sLCsBKH9JR .dropdown-menu {
  background-color: white !important;
}
.cid-sLCsBKH9JR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(180, 186, 222, 0.35);
  display: block;
}
.cid-sLCsBKH9JR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #919ace;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sLCsBKH9JR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sLCsBKH9JR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sLCsBKH9JR .nav-item {
    position: relative;
  }
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLCsBKH9JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLCsBKH9JR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLCsBKH9JR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sLCsBKH9JR .dropdown-item.active,
.cid-sLCsBKH9JR .dropdown-item:active {
  background-color: transparent;
}
.cid-sLCsBKH9JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLCsBKH9JR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLCsBKH9JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLCsBKH9JR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLCsBKH9JR .navbar-buttons {
  text-align: center;
}
.cid-sLCsBKH9JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLCsBKH9JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLCsBKH9JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLCsBKH9JR .nav-link {
  font-weight: 600 !important;
}
.cid-sLCsBKH9JR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLCsBKH9JR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLCsBKH9JR .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-sLCsBKH9JR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLCsBKH9JR .navbar {
    height: 77px;
  }
  .cid-sLCsBKH9JR .navbar.opened {
    height: auto;
  }
  .cid-sLCsBKH9JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkoeuLQlA9 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-tkoeuLQlA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkoeuLQlA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkoeuLQlA9 .container {
  max-width: 1600px;
}
.cid-tkoeuLQlA9 .row {
  justify-content: left;
}
.cid-tkoeuLQlA9 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.cid-tkoeuLQlA9 .title-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tkoeuLQlA9 .title-container {
    margin-bottom: 50px;
  }
}
.cid-tkoeuLQlA9 .mbr-section-title {
  color: #FFDD65;
}
.cid-tkoeuLQlA9 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
}
.cid-tkoeuLQlA9 .img-container {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tkoeuLQlA9 .img-container {
    height: 350px;
  }
}
.cid-tkoeuLQlA9 .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tkoeuLQlA9 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tkoeuLQlA9 .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
}
.cid-tkoeuLQlA9 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQ1Xf34LWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs .media-wrap {
  padding: 0;
}
.cid-tQ1Xf34LWs .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tQ1Xf34LWs .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs .row {
    text-align: center;
  }
  .cid-tQ1Xf34LWs .social-row {
    justify-content: center;
  }
  .cid-tQ1Xf34LWs .logo {
    margin: 0 auto;
  }
}
.cid-tQ1Xf34LWs .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .content {
    padding: 1px 12px 5px;
  }
}
.cid-tQ1Xf34LWs .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .list {
    margin-bottom: 0rem;
  }
}
.cid-tQ1Xf34LWs .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tQ1Xf34LWs .bd {
    border-left: 3px solid #000;
  }
}
.cid-tQ1Xf34LWs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tQ1Xf34LWs .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tQ1Xf34LWs .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tQ1Xf34LWs .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tQ1Xf34LWs .margin {
    margin-top: 20px;
  }
}
.cid-tQ1Xf34LWs .link a:hover {
  color: #1B66CE !important;
}
.cid-tQ1Xf34LWs .mbr-form-container {
  margin-top: 12px;
}
.cid-tQ1Xf34LWs .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tQ1Xf34LWs .link a {
  color: #fcf9f2;
}
.cid-tQ1Xf34LWs .dragArea {
  justify-content: center;
}
.cid-tQ1Xf34LWs form .row {
  margin: 0;
}
.cid-tQ1Xf34LWs form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .form-group .form-control,
  .cid-tQ1Xf34LWs form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tQ1Xf34LWs form .form-group .form-control:active,
.cid-tQ1Xf34LWs form .form-group textarea:active,
.cid-tQ1Xf34LWs form .form-group .form-control:focus,
.cid-tQ1Xf34LWs form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tQ1Xf34LWs form .form-control::placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tQ1Xf34LWs form .form-control-label,
.cid-tQ1Xf34LWs form .form-check-label {
  color: #000;
}
.cid-tQ1Xf34LWs form input::-webkit-clear-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQ1Xf34LWs form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQ1Xf34LWs form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tQ1Xf34LWs form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tQ1Xf34LWs form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tQ1Xf34LWs form .form-group .form-control,
.cid-tQ1Xf34LWs .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tQ1Xf34LWs input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tQ1Xf34LWs input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tQ1Xf34LWs .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
