.btn {
  border-width: 2px;
}
body {
  font-family: 'jetbrains-mono-v13-latin-regular';
}
.display-1 {
  font-family: 'jetbrains-mono-v13-latin-regular';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'jetbrains-mono-v13-latin-regular';
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'jetbrains-mono-v13-latin-regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'jetbrains-mono-v13-latin-regular';
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'jetbrains-mono-v13-latin-regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-white-outline:hover {
  color: #6592e6 !important;
}
.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: 0.8rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #bed3f9 !important;
}
.bg-danger {
  background-color: #1a449a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
  color: #1046a8 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #1046a8 !important;
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1046a8 !important;
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1a449a !important;
  border-color: #1a449a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1a449a !important;
  border-color: #1a449a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a449a !important;
  border-color: #1a449a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #6592e6 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6592e6;
  background-color: transparent!important;
  border-color: #6592e6 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-primary-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #6592e6;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-primary-outline:hover {
  color: white;
}
.btn-primary-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-secondary-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ff6666 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff6666;
  background-color: transparent!important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ff6666;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-secondary-outline:hover {
  color: white;
}
.btn-secondary-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-info-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #47b5ed !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: #47b5ed;
  background-color: transparent!important;
  border-color: #47b5ed !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #47b5ed;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-info-outline:hover {
  color: white;
}
.btn-info-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-success-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #40b0bf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #40b0bf;
  background-color: transparent!important;
  border-color: #40b0bf !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #40b0bf;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-success-outline:hover {
  color: white;
}
.btn-success-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-warning-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #bed3f9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bed3f9;
  color: #bed3f9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bed3f9;
  background-color: transparent!important;
  border-color: #bed3f9 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1046a8 !important;
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
}
.btn-warning-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #bed3f9;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-warning-outline:hover {
  color: white;
}
.btn-warning-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-danger-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #1a449a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1a449a;
  color: #1a449a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1a449a;
  background-color: transparent!important;
  border-color: #1a449a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a449a !important;
  border-color: #1a449a !important;
}
.btn-danger-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #1a449a;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-danger-outline:hover {
  color: white;
}
.btn-danger-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-black-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #232323 !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: #232323;
  background-color: transparent!important;
  border-color: #232323 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #232323;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-black-outline:hover {
  color: white;
}
.btn-black-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-white-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: transparent!important;
  border-color: #ffffff !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-white-outline:hover {
  color: white;
}
.btn-white-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #bed3f9 !important;
}
.text-danger {
  color: #1a449a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6592e6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6194f0 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b1d43 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #bed3f9;
}
.alert-danger {
  background-color: #1a449a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: #5281e2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'jetbrains-mono-v13-latin-regular';
  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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'jetbrains-mono-v13-latin-regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sBTUWB1imE .navbar-dropdown {
  position: relative !important;
}
.cid-sBTUWB1imE .navbar-dropdown {
  position: absolute !important;
}
.cid-sBTUWB1imE .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-sBTUWB1imE .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-sBTUWB1imE .nav-link:hover:before {
  width: 100%;
}
.cid-sBTUWB1imE .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-sBTUWB1imE .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-sBTUWB1imE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBTUWB1imE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBTUWB1imE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBTUWB1imE .dropdown-item:hover,
.cid-sBTUWB1imE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sBTUWB1imE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBTUWB1imE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBTUWB1imE .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-sBTUWB1imE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBTUWB1imE .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBTUWB1imE .dropdown-menu,
.cid-sBTUWB1imE .navbar.opened {
  background: #1a449a !important;
}
.cid-sBTUWB1imE .nav-item:focus,
.cid-sBTUWB1imE .nav-link:focus {
  outline: none;
}
.cid-sBTUWB1imE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBTUWB1imE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBTUWB1imE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBTUWB1imE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBTUWB1imE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBTUWB1imE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBTUWB1imE .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-sBTUWB1imE .navbar.opened {
  transition: all 0.3s;
}
.cid-sBTUWB1imE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBTUWB1imE .navbar .navbar-logo img {
  width: auto;
}
.cid-sBTUWB1imE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBTUWB1imE .navbar.collapsed {
  justify-content: center;
}
.cid-sBTUWB1imE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBTUWB1imE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBTUWB1imE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-sBTUWB1imE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBTUWB1imE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBTUWB1imE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBTUWB1imE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBTUWB1imE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBTUWB1imE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBTUWB1imE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBTUWB1imE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBTUWB1imE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBTUWB1imE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBTUWB1imE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBTUWB1imE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBTUWB1imE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBTUWB1imE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBTUWB1imE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBTUWB1imE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBTUWB1imE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBTUWB1imE .navbar.navbar-short {
  min-height: 80px;
}
.cid-sBTUWB1imE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBTUWB1imE .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sBTUWB1imE .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBTUWB1imE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBTUWB1imE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBTUWB1imE .dropdown-item.active,
.cid-sBTUWB1imE .dropdown-item:active {
  background-color: transparent;
}
.cid-sBTUWB1imE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBTUWB1imE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBTUWB1imE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBTUWB1imE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-sBTUWB1imE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBTUWB1imE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBTUWB1imE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBTUWB1imE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBTUWB1imE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBTUWB1imE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-sBTUWB1imE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBTUWB1imE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBTUWB1imE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBTUWB1imE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBTUWB1imE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBTUWB1imE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBTUWB1imE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBTUWB1imE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBTUWB1imE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sBTUWB1imE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBTUWB1imE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBTUWB1imE .navbar {
    height: 70px;
  }
  .cid-sBTUWB1imE .navbar.opened {
    height: auto;
  }
  .cid-sBTUWB1imE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBTUWbBvMs {
  padding-top: 13rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  overflow: hidden;
}
.cid-sBTUWbBvMs .svg-top {
  display: none;
}
.cid-sBTUWbBvMs .row {
  flex-direction: row-reverse;
}
.cid-sBTUWbBvMs svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-sBTUWbBvMs svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-sBTUWbBvMs svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-sBTUWbBvMs svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-sBTUWbBvMs .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-sBTUWbBvMs .col-12 {
    padding: 0 2rem;
  }
  .cid-sBTUWbBvMs .row {
    margin: 0 -2rem;
  }
}
.cid-sBTUWbBvMs .mbr-text,
.cid-sBTUWbBvMs .mbr-section-btn {
  color: #ffffff;
}
.cid-taloaYrAUh {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #dfe7f6;
}
.cid-taloaYrAUh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taloaYrAUh .team-card:hover {
  transform: translateY(-10px);
}
.cid-taloaYrAUh .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taloaYrAUh .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taloaYrAUh .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-taloaYrAUh .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taloaYrAUh .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-taloaYrAUh .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-taloaYrAUh .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taloaYrAUh .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taloaYrAUh .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-taloaYrAUh .card-title,
.cid-taloaYrAUh .social-row {
  color: #1a449a;
}
.cid-taloaYrAUh .mbr-role,
.cid-taloaYrAUh .social-row {
  color: #1a449a;
}
.cid-taloaYrAUh .card-text,
.cid-taloaYrAUh .mbr-section-btn,
.cid-taloaYrAUh .social-row {
  color: #1a449a;
  text-align: left;
}
.cid-taloaYrAUh .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taloaYrAUh .card-title,
.cid-taloaYrAUh .content-wrap {
  color: #1a449a;
  text-align: left;
}
.cid-taloaYrAUh .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-talzIRSbsK .navbar-dropdown {
  position: relative !important;
}
.cid-talzIRSbsK .navbar-dropdown {
  position: absolute !important;
}
.cid-talzIRSbsK .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-talzIRSbsK .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-talzIRSbsK .nav-link:hover:before {
  width: 100%;
}
.cid-talzIRSbsK .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-talzIRSbsK .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-talzIRSbsK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-talzIRSbsK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-talzIRSbsK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-talzIRSbsK .dropdown-item:hover,
.cid-talzIRSbsK .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-talzIRSbsK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-talzIRSbsK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-talzIRSbsK .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-talzIRSbsK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-talzIRSbsK .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-talzIRSbsK .dropdown-menu,
.cid-talzIRSbsK .navbar.opened {
  background: #1a449a !important;
}
.cid-talzIRSbsK .nav-item:focus,
.cid-talzIRSbsK .nav-link:focus {
  outline: none;
}
.cid-talzIRSbsK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-talzIRSbsK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-talzIRSbsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-talzIRSbsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-talzIRSbsK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-talzIRSbsK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-talzIRSbsK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-talzIRSbsK .navbar.opened {
  transition: all 0.3s;
}
.cid-talzIRSbsK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-talzIRSbsK .navbar .navbar-logo img {
  width: auto;
}
.cid-talzIRSbsK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-talzIRSbsK .navbar.collapsed {
  justify-content: center;
}
.cid-talzIRSbsK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-talzIRSbsK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-talzIRSbsK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-talzIRSbsK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-talzIRSbsK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-talzIRSbsK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-talzIRSbsK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-talzIRSbsK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-talzIRSbsK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-talzIRSbsK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-talzIRSbsK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-talzIRSbsK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-talzIRSbsK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-talzIRSbsK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-talzIRSbsK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-talzIRSbsK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-talzIRSbsK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-talzIRSbsK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-talzIRSbsK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-talzIRSbsK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-talzIRSbsK .navbar.navbar-short {
  min-height: 80px;
}
.cid-talzIRSbsK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-talzIRSbsK .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-talzIRSbsK .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-talzIRSbsK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-talzIRSbsK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-talzIRSbsK .dropdown-item.active,
.cid-talzIRSbsK .dropdown-item:active {
  background-color: transparent;
}
.cid-talzIRSbsK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-talzIRSbsK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-talzIRSbsK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-talzIRSbsK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-talzIRSbsK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-talzIRSbsK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-talzIRSbsK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-talzIRSbsK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-talzIRSbsK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-talzIRSbsK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-talzIRSbsK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-talzIRSbsK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-talzIRSbsK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-talzIRSbsK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-talzIRSbsK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-talzIRSbsK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-talzIRSbsK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-talzIRSbsK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-talzIRSbsK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-talzIRSbsK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-talzIRSbsK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-talzIRSbsK .navbar {
    height: 70px;
  }
  .cid-talzIRSbsK .navbar.opened {
    height: auto;
  }
  .cid-talzIRSbsK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-talzISJhAS {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/big-shlafzimmer-1240x885.jpg");
  overflow: hidden;
}
.cid-talzISJhAS .svg-top {
  display: none;
}
.cid-talzISJhAS .row {
  flex-direction: row-reverse;
}
.cid-talzISJhAS svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-talzISJhAS svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-talzISJhAS svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-talzISJhAS svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-talzISJhAS .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-talzISJhAS .col-12 {
    padding: 0 2rem;
  }
  .cid-talzISJhAS .row {
    margin: 0 -2rem;
  }
}
.cid-talzISJhAS .mbr-text,
.cid-talzISJhAS .mbr-section-btn {
  color: #ffffff;
}
.cid-tfC8kvqKzn {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #dfe7f6;
}
.cid-tfC8kvqKzn .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tfC8kvqKzn .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tfC8kvqKzn .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-tfC8kvqKzn .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tfC8kvqKzn .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-tfC8kvqKzn .col-12 {
    padding: 0 2rem;
  }
  .cid-tfC8kvqKzn .row {
    margin: 0 -2rem;
  }
}
.cid-tfC8kvqKzn .mbr-text,
.cid-tfC8kvqKzn .mbr-section-btn {
  color: #1a449a;
}
.cid-tfC8Lx7XF4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fff0b0;
}
.cid-tfC8Lx7XF4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tfC8Lx7XF4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tfC8Lx7XF4 .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-tfC8Lx7XF4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tfC8Lx7XF4 .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-tfC8Lx7XF4 .col-12 {
    padding: 0 2rem;
  }
  .cid-tfC8Lx7XF4 .row {
    margin: 0 -2rem;
  }
}
.cid-tfC8Lx7XF4 .mbr-text,
.cid-tfC8Lx7XF4 .mbr-section-btn {
  color: #1a449a;
}
.cid-tfC9uiYUKP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfe7f6;
}
.cid-tfC9uiYUKP .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tfC9uiYUKP .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tfC9uiYUKP .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-tfC9uiYUKP .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tfC9uiYUKP .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-tfC9uiYUKP .col-12 {
    padding: 0 2rem;
  }
  .cid-tfC9uiYUKP .row {
    margin: 0 -2rem;
  }
}
.cid-tfC9uiYUKP .mbr-text,
.cid-tfC9uiYUKP .mbr-section-btn {
  color: #1a449a;
}
.cid-tfC9FEtbDC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fff0b0;
}
.cid-tfC9FEtbDC .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tfC9FEtbDC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tfC9FEtbDC .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-tfC9FEtbDC .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tfC9FEtbDC .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-tfC9FEtbDC .col-12 {
    padding: 0 2rem;
  }
  .cid-tfC9FEtbDC .row {
    margin: 0 -2rem;
  }
}
.cid-tfC9FEtbDC .mbr-text,
.cid-tfC9FEtbDC .mbr-section-btn {
  color: #1a449a;
}
.cid-talEaNG4oG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f8f8f8;
}
.cid-talEaNG4oG .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-talEaNG4oG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-talEaNG4oG .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #1a449a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-talEaNG4oG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-talEaNG4oG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-talEaNG4oG .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-talEaNG4oG .svg-top {
    width: 1000px;
  }
}
.cid-talEaNG4oG .mbr-text {
  color: #1a449a;
}
.cid-talEaNG4oG .mbr-section-title {
  color: #1a449a;
}
.cid-talFgjm1Gj {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #dfe7f6;
}
.cid-talFgjm1Gj .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-talFgjm1Gj .img-wrapper {
  width: 41.66%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-talFgjm1Gj .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-talFgjm1Gj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-talFgjm1Gj .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-talFgjm1Gj .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-talFgjm1Gj .img1 {
  background: #1a449a;
}
.cid-talFgjm1Gj .img2 {
  background: #1a449a;
}
.cid-talFgjm1Gj .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-talFgjm1Gj .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-talFgjm1Gj .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-talFgjm1Gj .card-wrapper {
    flex-direction: column;
  }
  .cid-talFgjm1Gj .card-box {
    padding: 1rem;
  }
  .cid-talFgjm1Gj .card-box,
  .cid-talFgjm1Gj .img-wrapper {
    width: 100%;
  }
  .cid-talFgjm1Gj .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-talFgjm1Gj .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-talFgjm1Gj .card-subtitle {
  color: #1a449a;
}
.cid-talFgjm1Gj .mbr-text,
.cid-talFgjm1Gj .link-wrap {
  color: #555555;
}
.cid-talFgjm1Gj .card-title,
.cid-talFgjm1Gj .card-box {
  color: #1a449a;
}
.cid-talFgjm1Gj .mbr-text,
.cid-talFgjm1Gj .mbr-section-btn {
  color: #1a449a;
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-talIkowhdR .navbar-dropdown {
  position: relative !important;
}
.cid-talIkowhdR .navbar-dropdown {
  position: absolute !important;
}
.cid-talIkowhdR .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-talIkowhdR .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-talIkowhdR .nav-link:hover:before {
  width: 100%;
}
.cid-talIkowhdR .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-talIkowhdR .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-talIkowhdR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-talIkowhdR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-talIkowhdR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-talIkowhdR .dropdown-item:hover,
.cid-talIkowhdR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-talIkowhdR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-talIkowhdR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-talIkowhdR .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-talIkowhdR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-talIkowhdR .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-talIkowhdR .dropdown-menu,
.cid-talIkowhdR .navbar.opened {
  background: #1a449a !important;
}
.cid-talIkowhdR .nav-item:focus,
.cid-talIkowhdR .nav-link:focus {
  outline: none;
}
.cid-talIkowhdR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-talIkowhdR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-talIkowhdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-talIkowhdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-talIkowhdR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-talIkowhdR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-talIkowhdR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-talIkowhdR .navbar.opened {
  transition: all 0.3s;
}
.cid-talIkowhdR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-talIkowhdR .navbar .navbar-logo img {
  width: auto;
}
.cid-talIkowhdR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-talIkowhdR .navbar.collapsed {
  justify-content: center;
}
.cid-talIkowhdR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-talIkowhdR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-talIkowhdR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-talIkowhdR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-talIkowhdR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-talIkowhdR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-talIkowhdR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-talIkowhdR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-talIkowhdR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-talIkowhdR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-talIkowhdR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-talIkowhdR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-talIkowhdR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-talIkowhdR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-talIkowhdR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-talIkowhdR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-talIkowhdR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-talIkowhdR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-talIkowhdR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-talIkowhdR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-talIkowhdR .navbar.navbar-short {
  min-height: 80px;
}
.cid-talIkowhdR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-talIkowhdR .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-talIkowhdR .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-talIkowhdR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-talIkowhdR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-talIkowhdR .dropdown-item.active,
.cid-talIkowhdR .dropdown-item:active {
  background-color: transparent;
}
.cid-talIkowhdR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-talIkowhdR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-talIkowhdR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-talIkowhdR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-talIkowhdR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-talIkowhdR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-talIkowhdR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-talIkowhdR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-talIkowhdR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-talIkowhdR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-talIkowhdR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-talIkowhdR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-talIkowhdR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-talIkowhdR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-talIkowhdR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-talIkowhdR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-talIkowhdR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-talIkowhdR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-talIkowhdR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-talIkowhdR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-talIkowhdR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-talIkowhdR .navbar {
    height: 70px;
  }
  .cid-talIkowhdR .navbar.opened {
    height: auto;
  }
  .cid-talIkowhdR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-talIkp6grz {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sct-202400-1200x858.jpg");
  overflow: hidden;
}
.cid-talIkp6grz .svg-top {
  display: none;
}
.cid-talIkp6grz .row {
  flex-direction: row-reverse;
}
.cid-talIkp6grz svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-talIkp6grz svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-talIkp6grz svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-talIkp6grz svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-talIkp6grz .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-talIkp6grz .col-12 {
    padding: 0 2rem;
  }
  .cid-talIkp6grz .row {
    margin: 0 -2rem;
  }
}
.cid-talIkp6grz .mbr-text,
.cid-talIkp6grz .mbr-section-btn {
  color: #ffffff;
}
.cid-tfBSwCfMHv {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #dfe7f6;
}
@media (min-width: 992px) {
  .cid-tfBSwCfMHv .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfBSwCfMHv .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tfBSwCfMHv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tfBSwCfMHv .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-tfBSwCfMHv .svg-top {
    width: 1000px;
  }
}
.cid-tfBSwCfMHv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tfBSwCfMHv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tfBSwCfMHv .mbr-text {
  color: #1a449a;
}
.cid-tfBSwCfMHv .name {
  color: #1a449a;
}
.cid-tfBSwCfMHv .position {
  color: #1a449a;
}
.cid-tfBSwCfMHv .mbr-section-title {
  color: #1a449a;
  text-align: left;
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-talKNfribX .navbar-dropdown {
  position: relative !important;
}
.cid-talKNfribX .navbar-dropdown {
  position: absolute !important;
}
.cid-talKNfribX .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-talKNfribX .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-talKNfribX .nav-link:hover:before {
  width: 100%;
}
.cid-talKNfribX .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-talKNfribX .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-talKNfribX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-talKNfribX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-talKNfribX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-talKNfribX .dropdown-item:hover,
.cid-talKNfribX .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-talKNfribX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-talKNfribX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-talKNfribX .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-talKNfribX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-talKNfribX .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-talKNfribX .dropdown-menu,
.cid-talKNfribX .navbar.opened {
  background: #1a449a !important;
}
.cid-talKNfribX .nav-item:focus,
.cid-talKNfribX .nav-link:focus {
  outline: none;
}
.cid-talKNfribX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-talKNfribX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-talKNfribX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-talKNfribX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-talKNfribX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-talKNfribX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-talKNfribX .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-talKNfribX .navbar.opened {
  transition: all 0.3s;
}
.cid-talKNfribX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-talKNfribX .navbar .navbar-logo img {
  width: auto;
}
.cid-talKNfribX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-talKNfribX .navbar.collapsed {
  justify-content: center;
}
.cid-talKNfribX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-talKNfribX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-talKNfribX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-talKNfribX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-talKNfribX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-talKNfribX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-talKNfribX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-talKNfribX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-talKNfribX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-talKNfribX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-talKNfribX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-talKNfribX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-talKNfribX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-talKNfribX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-talKNfribX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-talKNfribX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-talKNfribX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-talKNfribX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-talKNfribX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-talKNfribX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-talKNfribX .navbar.navbar-short {
  min-height: 80px;
}
.cid-talKNfribX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-talKNfribX .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-talKNfribX .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-talKNfribX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-talKNfribX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-talKNfribX .dropdown-item.active,
.cid-talKNfribX .dropdown-item:active {
  background-color: transparent;
}
.cid-talKNfribX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-talKNfribX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-talKNfribX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-talKNfribX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-talKNfribX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-talKNfribX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-talKNfribX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-talKNfribX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-talKNfribX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-talKNfribX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-talKNfribX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-talKNfribX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-talKNfribX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-talKNfribX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-talKNfribX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-talKNfribX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-talKNfribX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-talKNfribX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-talKNfribX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-talKNfribX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-talKNfribX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-talKNfribX .navbar {
    height: 70px;
  }
  .cid-talKNfribX .navbar.opened {
    height: auto;
  }
  .cid-talKNfribX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-talKNgmcN7 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/big-shlafzimmer-1240x885.jpg");
  overflow: hidden;
}
.cid-talKNgmcN7 .svg-top {
  display: none;
}
.cid-talKNgmcN7 .row {
  flex-direction: row-reverse;
}
.cid-talKNgmcN7 svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-talKNgmcN7 svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-talKNgmcN7 svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-talKNgmcN7 svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-talKNgmcN7 .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-talKNgmcN7 .col-12 {
    padding: 0 2rem;
  }
  .cid-talKNgmcN7 .row {
    margin: 0 -2rem;
  }
}
.cid-talKNgmcN7 .mbr-text,
.cid-talKNgmcN7 .mbr-section-btn {
  color: #ffffff;
}
.cid-talMdmm34J {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-talMdmm34J ul {
  padding: 0;
}
.cid-talMdmm34J li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-talMdmm34J .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-talMdmm34J .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-talMdmm34J .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-talMdmm34J .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-talMdmm34J .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-talMdmm34J .col-12 {
    padding: 0 2rem;
  }
  .cid-talMdmm34J .row {
    margin: 0 -2rem;
  }
}
.cid-talMdmm34J .mbr-text,
.cid-talMdmm34J .mbr-section-btn {
  color: #1a449a;
}
.cid-talMgn0OeW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #dfe7f6;
}
.cid-talMgn0OeW .mbr-section-title {
  color: #1a449a;
}
.cid-talMgn0OeW .mbr-text {
  color: #1a449a;
}
.cid-talMgn0OeW .mbr-section-subtitle {
  color: #1a449a;
}
.cid-talMgn0OeW .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-talMgn0OeW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-talMgn0OeW .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-talMgn0OeW .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tmwk18ssNQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tmwk18ssNQ .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tmwk18ssNQ .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-tmwk18ssNQ .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tmwk18ssNQ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tmwk18ssNQ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tmwk18ssNQ .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tmwk18ssNQ .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taqF4mVOGz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #fff0b0;
}
.cid-taqF4mVOGz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taqF4mVOGz .team-card:hover {
  transform: translateY(-10px);
}
.cid-taqF4mVOGz .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taqF4mVOGz .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taqF4mVOGz .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taqF4mVOGz .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taqF4mVOGz .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taqF4mVOGz .svg-top {
    width: 1000px;
  }
}
.cid-taqF4mVOGz .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taqF4mVOGz .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taqF4mVOGz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taqF4mVOGz .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taqF4mVOGz .social-row {
  text-align: center;
}
.cid-taqF4mVOGz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taqF4mVOGz .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taqF4mVOGz .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taqF4mVOGz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taqF4mVOGz .card-title,
.cid-taqF4mVOGz .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taqF4mVOGz .mbr-role,
.cid-taqF4mVOGz .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taqF4mVOGz .card-text,
.cid-taqF4mVOGz .mbr-section-btn,
.cid-taqF4mVOGz .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taqF4mVOGz .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taqFbWYk3K {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fff0b0;
}
.cid-taqFbWYk3K .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taqFbWYk3K .team-card:hover {
  transform: translateY(-10px);
}
.cid-taqFbWYk3K .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taqFbWYk3K .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taqFbWYk3K .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taqFbWYk3K .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taqFbWYk3K .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taqFbWYk3K .svg-top {
    width: 1000px;
  }
}
.cid-taqFbWYk3K .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taqFbWYk3K .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taqFbWYk3K .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taqFbWYk3K .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taqFbWYk3K .social-row {
  text-align: center;
}
.cid-taqFbWYk3K .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taqFbWYk3K .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taqFbWYk3K .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taqFbWYk3K .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taqFbWYk3K .card-title,
.cid-taqFbWYk3K .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taqFbWYk3K .mbr-role,
.cid-taqFbWYk3K .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taqFbWYk3K .card-text,
.cid-taqFbWYk3K .mbr-section-btn,
.cid-taqFbWYk3K .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taqFbWYk3K .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taBOMiEhZZ {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-taBOMiEhZZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-taBOMiEhZZ .row {
  flex-direction: row-reverse;
}
.cid-taBOMiEhZZ img {
  width: 100%;
}
.cid-taBOMiEhZZ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taBOMiEhZZ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taBOMiEhZZ .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-taBOMiEhZZ .svg-top {
    width: 1000px;
  }
}
.cid-taBOMiEhZZ .mbr-description {
  color: #ffffff;
}
.cid-taCPUyT0sk {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #dfe7f6;
}
.cid-taCPUyT0sk .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-taCPUyT0sk .img-wrapper {
  width: 41.66%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-taCPUyT0sk .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCPUyT0sk .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCPUyT0sk .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-taCPUyT0sk .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taCPUyT0sk .img1 {
  background: #1a449a;
}
.cid-taCPUyT0sk .img2 {
  background: #1a449a;
}
.cid-taCPUyT0sk .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-taCPUyT0sk .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-taCPUyT0sk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taCPUyT0sk .card-wrapper {
    flex-direction: column;
  }
  .cid-taCPUyT0sk .card-box {
    padding: 1rem;
  }
  .cid-taCPUyT0sk .card-box,
  .cid-taCPUyT0sk .img-wrapper {
    width: 100%;
  }
  .cid-taCPUyT0sk .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-taCPUyT0sk .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-taCPUyT0sk .card-subtitle {
  color: #1a449a;
}
.cid-taCPUyT0sk .mbr-text,
.cid-taCPUyT0sk .link-wrap {
  color: #555555;
}
.cid-taCPUyT0sk .card-title,
.cid-taCPUyT0sk .card-box {
  color: #1a449a;
}
.cid-taCPUyT0sk .mbr-text,
.cid-taCPUyT0sk .mbr-section-btn {
  color: #1a449a;
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-taCqwVe42Z .navbar-dropdown {
  position: relative !important;
}
.cid-taCqwVe42Z .navbar-dropdown {
  position: absolute !important;
}
.cid-taCqwVe42Z .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-taCqwVe42Z .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-taCqwVe42Z .nav-link:hover:before {
  width: 100%;
}
.cid-taCqwVe42Z .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-taCqwVe42Z .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-taCqwVe42Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCqwVe42Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taCqwVe42Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taCqwVe42Z .dropdown-item:hover,
.cid-taCqwVe42Z .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-taCqwVe42Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taCqwVe42Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taCqwVe42Z .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-taCqwVe42Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taCqwVe42Z .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taCqwVe42Z .dropdown-menu,
.cid-taCqwVe42Z .navbar.opened {
  background: #1a449a !important;
}
.cid-taCqwVe42Z .nav-item:focus,
.cid-taCqwVe42Z .nav-link:focus {
  outline: none;
}
.cid-taCqwVe42Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taCqwVe42Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taCqwVe42Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taCqwVe42Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCqwVe42Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taCqwVe42Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taCqwVe42Z .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-taCqwVe42Z .navbar.opened {
  transition: all 0.3s;
}
.cid-taCqwVe42Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taCqwVe42Z .navbar .navbar-logo img {
  width: auto;
}
.cid-taCqwVe42Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taCqwVe42Z .navbar.collapsed {
  justify-content: center;
}
.cid-taCqwVe42Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taCqwVe42Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taCqwVe42Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-taCqwVe42Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taCqwVe42Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taCqwVe42Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taCqwVe42Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taCqwVe42Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taCqwVe42Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taCqwVe42Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taCqwVe42Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taCqwVe42Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taCqwVe42Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taCqwVe42Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taCqwVe42Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taCqwVe42Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taCqwVe42Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taCqwVe42Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taCqwVe42Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taCqwVe42Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taCqwVe42Z .navbar.navbar-short {
  min-height: 80px;
}
.cid-taCqwVe42Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taCqwVe42Z .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-taCqwVe42Z .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taCqwVe42Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taCqwVe42Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taCqwVe42Z .dropdown-item.active,
.cid-taCqwVe42Z .dropdown-item:active {
  background-color: transparent;
}
.cid-taCqwVe42Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taCqwVe42Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taCqwVe42Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taCqwVe42Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-taCqwVe42Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taCqwVe42Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taCqwVe42Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taCqwVe42Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taCqwVe42Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taCqwVe42Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-taCqwVe42Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taCqwVe42Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCqwVe42Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCqwVe42Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taCqwVe42Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCqwVe42Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taCqwVe42Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taCqwVe42Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCqwVe42Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taCqwVe42Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taCqwVe42Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taCqwVe42Z .navbar {
    height: 70px;
  }
  .cid-taCqwVe42Z .navbar.opened {
    height: auto;
  }
  .cid-taCqwVe42Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taCqwVVVFS {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/big-sct-6405-28467-1600-1240x782.jpg");
  overflow: hidden;
}
.cid-taCqwVVVFS .svg-top {
  display: none;
}
.cid-taCqwVVVFS .row {
  flex-direction: row-reverse;
}
.cid-taCqwVVVFS svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-taCqwVVVFS svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-taCqwVVVFS svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-taCqwVVVFS svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-taCqwVVVFS .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-taCqwVVVFS .col-12 {
    padding: 0 2rem;
  }
  .cid-taCqwVVVFS .row {
    margin: 0 -2rem;
  }
}
.cid-taCqwVVVFS .mbr-text,
.cid-taCqwVVVFS .mbr-section-btn {
  color: #ffffff;
}
.cid-taCqwWiZIH {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-taCqwWiZIH ul {
  padding: 0;
}
.cid-taCqwWiZIH li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-taCqwWiZIH .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCqwWiZIH .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCqwWiZIH .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-taCqwWiZIH .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taCqwWiZIH .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-taCqwWiZIH .col-12 {
    padding: 0 2rem;
  }
  .cid-taCqwWiZIH .row {
    margin: 0 -2rem;
  }
}
.cid-taCqwWiZIH .mbr-text,
.cid-taCqwWiZIH .mbr-section-btn {
  color: #1a449a;
}
.cid-taCqwWDme6 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #dfe7f6;
}
.cid-taCqwWDme6 .mbr-section-title {
  color: #1a449a;
}
.cid-taCqwWDme6 .mbr-text {
  color: #1a449a;
}
.cid-taCqwWDme6 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-taCqwWDme6 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCqwWDme6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCqwWDme6 .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-taCqwWDme6 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tmpIzIpqx0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tmpIzIpqx0 .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tmpIzIpqx0 .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-tmpIzIpqx0 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tmpIzIpqx0 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tmpIzIpqx0 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tmpIzIpqx0 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tmpIzIpqx0 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taCqwX3tWJ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #fff0b0;
}
.cid-taCqwX3tWJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taCqwX3tWJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-taCqwX3tWJ .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taCqwX3tWJ .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taCqwX3tWJ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCqwX3tWJ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCqwX3tWJ .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taCqwX3tWJ .svg-top {
    width: 1000px;
  }
}
.cid-taCqwX3tWJ .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taCqwX3tWJ .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taCqwX3tWJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taCqwX3tWJ .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taCqwX3tWJ .social-row {
  text-align: center;
}
.cid-taCqwX3tWJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taCqwX3tWJ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taCqwX3tWJ .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taCqwX3tWJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taCqwX3tWJ .card-title,
.cid-taCqwX3tWJ .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCqwX3tWJ .mbr-role,
.cid-taCqwX3tWJ .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCqwX3tWJ .card-text,
.cid-taCqwX3tWJ .mbr-section-btn,
.cid-taCqwX3tWJ .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCqwX3tWJ .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taCqwXLSBI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #fff0b0;
}
.cid-taCqwXLSBI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taCqwXLSBI .team-card:hover {
  transform: translateY(-10px);
}
.cid-taCqwXLSBI .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taCqwXLSBI .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taCqwXLSBI .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCqwXLSBI .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCqwXLSBI .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taCqwXLSBI .svg-top {
    width: 1000px;
  }
}
.cid-taCqwXLSBI .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taCqwXLSBI .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taCqwXLSBI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taCqwXLSBI .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taCqwXLSBI .social-row {
  text-align: center;
}
.cid-taCqwXLSBI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taCqwXLSBI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taCqwXLSBI .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taCqwXLSBI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taCqwXLSBI .card-title,
.cid-taCqwXLSBI .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCqwXLSBI .mbr-role,
.cid-taCqwXLSBI .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCqwXLSBI .card-text,
.cid-taCqwXLSBI .mbr-section-btn,
.cid-taCqwXLSBI .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCqwXLSBI .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taCs4CdEAO {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fff0b0;
}
.cid-taCs4CdEAO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taCs4CdEAO .team-card:hover {
  transform: translateY(-10px);
}
.cid-taCs4CdEAO .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taCs4CdEAO .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taCs4CdEAO .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCs4CdEAO .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCs4CdEAO .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taCs4CdEAO .svg-top {
    width: 1000px;
  }
}
.cid-taCs4CdEAO .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taCs4CdEAO .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taCs4CdEAO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taCs4CdEAO .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taCs4CdEAO .social-row {
  text-align: center;
}
.cid-taCs4CdEAO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taCs4CdEAO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taCs4CdEAO .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taCs4CdEAO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taCs4CdEAO .card-title,
.cid-taCs4CdEAO .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCs4CdEAO .mbr-role,
.cid-taCs4CdEAO .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCs4CdEAO .card-text,
.cid-taCs4CdEAO .mbr-section-btn,
.cid-taCs4CdEAO .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCs4CdEAO .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taCqwYw07Z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-taCqwYw07Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-taCqwYw07Z .row {
  flex-direction: row-reverse;
}
.cid-taCqwYw07Z img {
  width: 100%;
}
.cid-taCqwYw07Z .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCqwYw07Z .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCqwYw07Z .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-taCqwYw07Z .svg-top {
    width: 1000px;
  }
}
.cid-taCqwYw07Z .mbr-description {
  color: #ffffff;
}
.cid-taCPY6UhkR {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #dfe7f6;
}
.cid-taCPY6UhkR .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-taCPY6UhkR .img-wrapper {
  width: 41.66%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-taCPY6UhkR .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCPY6UhkR .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCPY6UhkR .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-taCPY6UhkR .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taCPY6UhkR .img1 {
  background: #1a449a;
}
.cid-taCPY6UhkR .img2 {
  background: #1a449a;
}
.cid-taCPY6UhkR .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-taCPY6UhkR .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-taCPY6UhkR .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taCPY6UhkR .card-wrapper {
    flex-direction: column;
  }
  .cid-taCPY6UhkR .card-box {
    padding: 1rem;
  }
  .cid-taCPY6UhkR .card-box,
  .cid-taCPY6UhkR .img-wrapper {
    width: 100%;
  }
  .cid-taCPY6UhkR .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-taCPY6UhkR .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-taCPY6UhkR .card-subtitle {
  color: #1a449a;
}
.cid-taCPY6UhkR .mbr-text,
.cid-taCPY6UhkR .link-wrap {
  color: #555555;
}
.cid-taCPY6UhkR .card-title,
.cid-taCPY6UhkR .card-box {
  color: #1a449a;
}
.cid-taCPY6UhkR .mbr-text,
.cid-taCPY6UhkR .mbr-section-btn {
  color: #1a449a;
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-taCwIBRonw .navbar-dropdown {
  position: relative !important;
}
.cid-taCwIBRonw .navbar-dropdown {
  position: absolute !important;
}
.cid-taCwIBRonw .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-taCwIBRonw .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-taCwIBRonw .nav-link:hover:before {
  width: 100%;
}
.cid-taCwIBRonw .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-taCwIBRonw .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-taCwIBRonw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCwIBRonw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taCwIBRonw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taCwIBRonw .dropdown-item:hover,
.cid-taCwIBRonw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-taCwIBRonw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taCwIBRonw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taCwIBRonw .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-taCwIBRonw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taCwIBRonw .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taCwIBRonw .dropdown-menu,
.cid-taCwIBRonw .navbar.opened {
  background: #1a449a !important;
}
.cid-taCwIBRonw .nav-item:focus,
.cid-taCwIBRonw .nav-link:focus {
  outline: none;
}
.cid-taCwIBRonw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taCwIBRonw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taCwIBRonw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taCwIBRonw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCwIBRonw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taCwIBRonw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taCwIBRonw .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-taCwIBRonw .navbar.opened {
  transition: all 0.3s;
}
.cid-taCwIBRonw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taCwIBRonw .navbar .navbar-logo img {
  width: auto;
}
.cid-taCwIBRonw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taCwIBRonw .navbar.collapsed {
  justify-content: center;
}
.cid-taCwIBRonw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taCwIBRonw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taCwIBRonw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-taCwIBRonw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taCwIBRonw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taCwIBRonw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taCwIBRonw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taCwIBRonw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taCwIBRonw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taCwIBRonw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taCwIBRonw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taCwIBRonw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taCwIBRonw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taCwIBRonw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taCwIBRonw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taCwIBRonw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taCwIBRonw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taCwIBRonw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taCwIBRonw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taCwIBRonw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taCwIBRonw .navbar.navbar-short {
  min-height: 80px;
}
.cid-taCwIBRonw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taCwIBRonw .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-taCwIBRonw .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taCwIBRonw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taCwIBRonw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taCwIBRonw .dropdown-item.active,
.cid-taCwIBRonw .dropdown-item:active {
  background-color: transparent;
}
.cid-taCwIBRonw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taCwIBRonw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taCwIBRonw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taCwIBRonw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-taCwIBRonw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taCwIBRonw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taCwIBRonw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taCwIBRonw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taCwIBRonw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taCwIBRonw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-taCwIBRonw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taCwIBRonw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCwIBRonw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCwIBRonw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taCwIBRonw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCwIBRonw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taCwIBRonw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taCwIBRonw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCwIBRonw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taCwIBRonw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taCwIBRonw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taCwIBRonw .navbar {
    height: 70px;
  }
  .cid-taCwIBRonw .navbar.opened {
    height: auto;
  }
  .cid-taCwIBRonw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taCwICuEtF {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/big-leuchtturm-8-1240x824.jpg");
  overflow: hidden;
}
.cid-taCwICuEtF .svg-top {
  display: none;
}
.cid-taCwICuEtF .row {
  flex-direction: row-reverse;
}
.cid-taCwICuEtF svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-taCwICuEtF svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-taCwICuEtF svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-taCwICuEtF svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-taCwICuEtF .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-taCwICuEtF .col-12 {
    padding: 0 2rem;
  }
  .cid-taCwICuEtF .row {
    margin: 0 -2rem;
  }
}
.cid-taCwICuEtF .mbr-text,
.cid-taCwICuEtF .mbr-section-btn {
  color: #ffffff;
}
.cid-taCwICQDm0 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-taCwICQDm0 ul {
  padding: 0;
}
.cid-taCwICQDm0 li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-taCwICQDm0 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCwICQDm0 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCwICQDm0 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-taCwICQDm0 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taCwICQDm0 .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-taCwICQDm0 .col-12 {
    padding: 0 2rem;
  }
  .cid-taCwICQDm0 .row {
    margin: 0 -2rem;
  }
}
.cid-taCwICQDm0 .mbr-text,
.cid-taCwICQDm0 .mbr-section-btn {
  color: #1a449a;
}
.cid-taCwIDbfPb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #dfe7f6;
}
.cid-taCwIDbfPb .mbr-section-title {
  color: #1a449a;
}
.cid-taCwIDbfPb .mbr-text {
  color: #1a449a;
}
.cid-taCwIDbfPb .mbr-section-subtitle {
  color: #1a449a;
}
.cid-taCwIDbfPb .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCwIDbfPb .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCwIDbfPb .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-taCwIDbfPb .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tmwjKMXFVV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tmwjKMXFVV .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tmwjKMXFVV .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-tmwjKMXFVV .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tmwjKMXFVV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tmwjKMXFVV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tmwjKMXFVV .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tmwjKMXFVV .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taCwIDEWKv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #fff0b0;
}
.cid-taCwIDEWKv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taCwIDEWKv .team-card:hover {
  transform: translateY(-10px);
}
.cid-taCwIDEWKv .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taCwIDEWKv .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taCwIDEWKv .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCwIDEWKv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCwIDEWKv .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taCwIDEWKv .svg-top {
    width: 1000px;
  }
}
.cid-taCwIDEWKv .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIDEWKv .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taCwIDEWKv .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taCwIDEWKv .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taCwIDEWKv .social-row {
  text-align: center;
}
.cid-taCwIDEWKv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taCwIDEWKv .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taCwIDEWKv .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taCwIDEWKv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taCwIDEWKv .card-title,
.cid-taCwIDEWKv .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIDEWKv .mbr-role,
.cid-taCwIDEWKv .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIDEWKv .card-text,
.cid-taCwIDEWKv .mbr-section-btn,
.cid-taCwIDEWKv .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIDEWKv .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIEnScs {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #fff0b0;
}
.cid-taCwIEnScs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taCwIEnScs .team-card:hover {
  transform: translateY(-10px);
}
.cid-taCwIEnScs .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taCwIEnScs .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taCwIEnScs .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCwIEnScs .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCwIEnScs .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taCwIEnScs .svg-top {
    width: 1000px;
  }
}
.cid-taCwIEnScs .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIEnScs .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taCwIEnScs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taCwIEnScs .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taCwIEnScs .social-row {
  text-align: center;
}
.cid-taCwIEnScs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taCwIEnScs .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taCwIEnScs .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taCwIEnScs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taCwIEnScs .card-title,
.cid-taCwIEnScs .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIEnScs .mbr-role,
.cid-taCwIEnScs .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIEnScs .card-text,
.cid-taCwIEnScs .mbr-section-btn,
.cid-taCwIEnScs .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIEnScs .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIF6Bft {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fff0b0;
}
.cid-taCwIF6Bft .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taCwIF6Bft .team-card:hover {
  transform: translateY(-10px);
}
.cid-taCwIF6Bft .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taCwIF6Bft .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taCwIF6Bft .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCwIF6Bft .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCwIF6Bft .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taCwIF6Bft .svg-top {
    width: 1000px;
  }
}
.cid-taCwIF6Bft .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIF6Bft .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taCwIF6Bft .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taCwIF6Bft .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taCwIF6Bft .social-row {
  text-align: center;
}
.cid-taCwIF6Bft .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taCwIF6Bft .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taCwIF6Bft .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taCwIF6Bft .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taCwIF6Bft .card-title,
.cid-taCwIF6Bft .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIF6Bft .mbr-role,
.cid-taCwIF6Bft .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIF6Bft .card-text,
.cid-taCwIF6Bft .mbr-section-btn,
.cid-taCwIF6Bft .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIF6Bft .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taCwIFMbeC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-taCwIFMbeC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-taCwIFMbeC .row {
  flex-direction: row-reverse;
}
.cid-taCwIFMbeC img {
  width: 100%;
}
.cid-taCwIFMbeC .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCwIFMbeC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCwIFMbeC .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-taCwIFMbeC .svg-top {
    width: 1000px;
  }
}
.cid-taCwIFMbeC .mbr-description {
  color: #ffffff;
}
.cid-taCQ1jNnGJ {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #dfe7f6;
}
.cid-taCQ1jNnGJ .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-taCQ1jNnGJ .img-wrapper {
  width: 41.66%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-taCQ1jNnGJ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCQ1jNnGJ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCQ1jNnGJ .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-taCQ1jNnGJ .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taCQ1jNnGJ .img1 {
  background: #1a449a;
}
.cid-taCQ1jNnGJ .img2 {
  background: #1a449a;
}
.cid-taCQ1jNnGJ .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-taCQ1jNnGJ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-taCQ1jNnGJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taCQ1jNnGJ .card-wrapper {
    flex-direction: column;
  }
  .cid-taCQ1jNnGJ .card-box {
    padding: 1rem;
  }
  .cid-taCQ1jNnGJ .card-box,
  .cid-taCQ1jNnGJ .img-wrapper {
    width: 100%;
  }
  .cid-taCQ1jNnGJ .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-taCQ1jNnGJ .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-taCQ1jNnGJ .card-subtitle {
  color: #1a449a;
}
.cid-taCQ1jNnGJ .mbr-text,
.cid-taCQ1jNnGJ .link-wrap {
  color: #555555;
}
.cid-taCQ1jNnGJ .card-title,
.cid-taCQ1jNnGJ .card-box {
  color: #1a449a;
}
.cid-taCQ1jNnGJ .mbr-text,
.cid-taCQ1jNnGJ .mbr-section-btn {
  color: #1a449a;
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-taCzpnGlD3 .navbar-dropdown {
  position: relative !important;
}
.cid-taCzpnGlD3 .navbar-dropdown {
  position: absolute !important;
}
.cid-taCzpnGlD3 .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-taCzpnGlD3 .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-taCzpnGlD3 .nav-link:hover:before {
  width: 100%;
}
.cid-taCzpnGlD3 .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-taCzpnGlD3 .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-taCzpnGlD3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCzpnGlD3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taCzpnGlD3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taCzpnGlD3 .dropdown-item:hover,
.cid-taCzpnGlD3 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-taCzpnGlD3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taCzpnGlD3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taCzpnGlD3 .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-taCzpnGlD3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taCzpnGlD3 .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taCzpnGlD3 .dropdown-menu,
.cid-taCzpnGlD3 .navbar.opened {
  background: #1a449a !important;
}
.cid-taCzpnGlD3 .nav-item:focus,
.cid-taCzpnGlD3 .nav-link:focus {
  outline: none;
}
.cid-taCzpnGlD3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taCzpnGlD3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taCzpnGlD3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taCzpnGlD3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCzpnGlD3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taCzpnGlD3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taCzpnGlD3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-taCzpnGlD3 .navbar.opened {
  transition: all 0.3s;
}
.cid-taCzpnGlD3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taCzpnGlD3 .navbar .navbar-logo img {
  width: auto;
}
.cid-taCzpnGlD3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taCzpnGlD3 .navbar.collapsed {
  justify-content: center;
}
.cid-taCzpnGlD3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taCzpnGlD3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taCzpnGlD3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-taCzpnGlD3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taCzpnGlD3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taCzpnGlD3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taCzpnGlD3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taCzpnGlD3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taCzpnGlD3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taCzpnGlD3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taCzpnGlD3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taCzpnGlD3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taCzpnGlD3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taCzpnGlD3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taCzpnGlD3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taCzpnGlD3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taCzpnGlD3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taCzpnGlD3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taCzpnGlD3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taCzpnGlD3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taCzpnGlD3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-taCzpnGlD3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taCzpnGlD3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-taCzpnGlD3 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taCzpnGlD3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taCzpnGlD3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taCzpnGlD3 .dropdown-item.active,
.cid-taCzpnGlD3 .dropdown-item:active {
  background-color: transparent;
}
.cid-taCzpnGlD3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taCzpnGlD3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taCzpnGlD3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taCzpnGlD3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-taCzpnGlD3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taCzpnGlD3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taCzpnGlD3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taCzpnGlD3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taCzpnGlD3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taCzpnGlD3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-taCzpnGlD3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taCzpnGlD3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCzpnGlD3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCzpnGlD3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taCzpnGlD3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCzpnGlD3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taCzpnGlD3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taCzpnGlD3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCzpnGlD3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taCzpnGlD3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taCzpnGlD3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taCzpnGlD3 .navbar {
    height: 70px;
  }
  .cid-taCzpnGlD3 .navbar.opened {
    height: auto;
  }
  .cid-taCzpnGlD3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taCzpolsja {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/big-strandkorb-1-1240x824.jpg");
  overflow: hidden;
}
.cid-taCzpolsja .svg-top {
  display: none;
}
.cid-taCzpolsja .row {
  flex-direction: row-reverse;
}
.cid-taCzpolsja svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-taCzpolsja svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-taCzpolsja svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-taCzpolsja svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-taCzpolsja .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-taCzpolsja .col-12 {
    padding: 0 2rem;
  }
  .cid-taCzpolsja .row {
    margin: 0 -2rem;
  }
}
.cid-taCzpolsja .mbr-text,
.cid-taCzpolsja .mbr-section-btn {
  color: #ffffff;
}
.cid-taCzpoU4Hi {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-taCzpoU4Hi ul {
  padding: 0;
}
.cid-taCzpoU4Hi li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-taCzpoU4Hi .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCzpoU4Hi .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCzpoU4Hi .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-taCzpoU4Hi .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taCzpoU4Hi .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-taCzpoU4Hi .col-12 {
    padding: 0 2rem;
  }
  .cid-taCzpoU4Hi .row {
    margin: 0 -2rem;
  }
}
.cid-taCzpoU4Hi .mbr-text,
.cid-taCzpoU4Hi .mbr-section-btn {
  color: #1a449a;
}
.cid-taCzpplqts {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #dfe7f6;
}
.cid-taCzpplqts .mbr-section-title {
  color: #1a449a;
}
.cid-taCzpplqts .mbr-text {
  color: #1a449a;
}
.cid-taCzpplqts .mbr-section-subtitle {
  color: #1a449a;
}
.cid-taCzpplqts .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCzpplqts .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCzpplqts .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-taCzpplqts .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tmwjSWqDLb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tmwjSWqDLb .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tmwjSWqDLb .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-tmwjSWqDLb .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tmwjSWqDLb .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tmwjSWqDLb .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tmwjSWqDLb .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tmwjSWqDLb .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taCzppWqxG {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #fff0b0;
}
.cid-taCzppWqxG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taCzppWqxG .team-card:hover {
  transform: translateY(-10px);
}
.cid-taCzppWqxG .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taCzppWqxG .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taCzppWqxG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCzppWqxG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCzppWqxG .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taCzppWqxG .svg-top {
    width: 1000px;
  }
}
.cid-taCzppWqxG .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taCzppWqxG .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taCzppWqxG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taCzppWqxG .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taCzppWqxG .social-row {
  text-align: center;
}
.cid-taCzppWqxG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taCzppWqxG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taCzppWqxG .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taCzppWqxG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taCzppWqxG .card-title,
.cid-taCzppWqxG .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCzppWqxG .mbr-role,
.cid-taCzppWqxG .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCzppWqxG .card-text,
.cid-taCzppWqxG .mbr-section-btn,
.cid-taCzppWqxG .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCzppWqxG .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taCzprmkpo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #fff0b0;
}
.cid-taCzprmkpo .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taCzprmkpo .team-card:hover {
  transform: translateY(-10px);
}
.cid-taCzprmkpo .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taCzprmkpo .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taCzprmkpo .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCzprmkpo .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCzprmkpo .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taCzprmkpo .svg-top {
    width: 1000px;
  }
}
.cid-taCzprmkpo .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taCzprmkpo .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taCzprmkpo .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taCzprmkpo .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taCzprmkpo .social-row {
  text-align: center;
}
.cid-taCzprmkpo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taCzprmkpo .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taCzprmkpo .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taCzprmkpo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taCzprmkpo .card-title,
.cid-taCzprmkpo .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCzprmkpo .mbr-role,
.cid-taCzprmkpo .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCzprmkpo .card-text,
.cid-taCzprmkpo .mbr-section-btn,
.cid-taCzprmkpo .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCzprmkpo .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taCzpsnor0 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fff0b0;
}
.cid-taCzpsnor0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taCzpsnor0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-taCzpsnor0 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taCzpsnor0 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taCzpsnor0 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCzpsnor0 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCzpsnor0 .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taCzpsnor0 .svg-top {
    width: 1000px;
  }
}
.cid-taCzpsnor0 .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taCzpsnor0 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taCzpsnor0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taCzpsnor0 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taCzpsnor0 .social-row {
  text-align: center;
}
.cid-taCzpsnor0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taCzpsnor0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taCzpsnor0 .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taCzpsnor0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taCzpsnor0 .card-title,
.cid-taCzpsnor0 .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCzpsnor0 .mbr-role,
.cid-taCzpsnor0 .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCzpsnor0 .card-text,
.cid-taCzpsnor0 .mbr-section-btn,
.cid-taCzpsnor0 .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCzpsnor0 .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-taCzptp8ek {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-taCzptp8ek .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-taCzptp8ek .row {
  flex-direction: row-reverse;
}
.cid-taCzptp8ek img {
  width: 100%;
}
.cid-taCzptp8ek .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCzptp8ek .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCzptp8ek .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-taCzptp8ek .svg-top {
    width: 1000px;
  }
}
.cid-taCzptp8ek .mbr-description {
  color: #ffffff;
}
.cid-taCQ3QeoPA {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #dfe7f6;
}
.cid-taCQ3QeoPA .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-taCQ3QeoPA .img-wrapper {
  width: 41.66%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-taCQ3QeoPA .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCQ3QeoPA .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCQ3QeoPA .svg-top .st0 {
  fill: #dfe7f6;
}
@media (max-width: 992px) {
  .cid-taCQ3QeoPA .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-taCQ3QeoPA .img1 {
  background: #1a449a;
}
.cid-taCQ3QeoPA .img2 {
  background: #1a449a;
}
.cid-taCQ3QeoPA .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-taCQ3QeoPA .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-taCQ3QeoPA .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taCQ3QeoPA .card-wrapper {
    flex-direction: column;
  }
  .cid-taCQ3QeoPA .card-box {
    padding: 1rem;
  }
  .cid-taCQ3QeoPA .card-box,
  .cid-taCQ3QeoPA .img-wrapper {
    width: 100%;
  }
  .cid-taCQ3QeoPA .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-taCQ3QeoPA .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-taCQ3QeoPA .card-subtitle {
  color: #1a449a;
}
.cid-taCQ3QeoPA .mbr-text,
.cid-taCQ3QeoPA .link-wrap {
  color: #555555;
}
.cid-taCQ3QeoPA .card-title,
.cid-taCQ3QeoPA .card-box {
  color: #1a449a;
}
.cid-taCQ3QeoPA .mbr-text,
.cid-taCQ3QeoPA .mbr-section-btn {
  color: #1a449a;
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-taCBmc2bvn .navbar-dropdown {
  position: relative !important;
}
.cid-taCBmc2bvn .navbar-dropdown {
  position: absolute !important;
}
.cid-taCBmc2bvn .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-taCBmc2bvn .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-taCBmc2bvn .nav-link:hover:before {
  width: 100%;
}
.cid-taCBmc2bvn .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-taCBmc2bvn .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-taCBmc2bvn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCBmc2bvn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taCBmc2bvn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taCBmc2bvn .dropdown-item:hover,
.cid-taCBmc2bvn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-taCBmc2bvn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taCBmc2bvn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taCBmc2bvn .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-taCBmc2bvn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taCBmc2bvn .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taCBmc2bvn .dropdown-menu,
.cid-taCBmc2bvn .navbar.opened {
  background: #1a449a !important;
}
.cid-taCBmc2bvn .nav-item:focus,
.cid-taCBmc2bvn .nav-link:focus {
  outline: none;
}
.cid-taCBmc2bvn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taCBmc2bvn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taCBmc2bvn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taCBmc2bvn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCBmc2bvn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taCBmc2bvn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taCBmc2bvn .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-taCBmc2bvn .navbar.opened {
  transition: all 0.3s;
}
.cid-taCBmc2bvn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taCBmc2bvn .navbar .navbar-logo img {
  width: auto;
}
.cid-taCBmc2bvn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taCBmc2bvn .navbar.collapsed {
  justify-content: center;
}
.cid-taCBmc2bvn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taCBmc2bvn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taCBmc2bvn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-taCBmc2bvn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taCBmc2bvn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taCBmc2bvn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taCBmc2bvn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taCBmc2bvn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taCBmc2bvn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taCBmc2bvn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taCBmc2bvn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taCBmc2bvn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taCBmc2bvn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taCBmc2bvn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taCBmc2bvn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taCBmc2bvn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taCBmc2bvn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taCBmc2bvn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taCBmc2bvn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taCBmc2bvn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taCBmc2bvn .navbar.navbar-short {
  min-height: 80px;
}
.cid-taCBmc2bvn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taCBmc2bvn .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-taCBmc2bvn .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taCBmc2bvn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taCBmc2bvn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taCBmc2bvn .dropdown-item.active,
.cid-taCBmc2bvn .dropdown-item:active {
  background-color: transparent;
}
.cid-taCBmc2bvn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taCBmc2bvn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taCBmc2bvn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taCBmc2bvn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-taCBmc2bvn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taCBmc2bvn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taCBmc2bvn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taCBmc2bvn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taCBmc2bvn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taCBmc2bvn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-taCBmc2bvn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taCBmc2bvn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCBmc2bvn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCBmc2bvn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taCBmc2bvn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCBmc2bvn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taCBmc2bvn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taCBmc2bvn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCBmc2bvn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taCBmc2bvn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taCBmc2bvn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taCBmc2bvn .navbar {
    height: 70px;
  }
  .cid-taCBmc2bvn .navbar.opened {
    height: auto;
  }
  .cid-taCBmc2bvn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taCBmcNMi5 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpg");
  overflow: hidden;
}
.cid-taCBmcNMi5 .svg-top {
  display: none;
}
.cid-taCBmcNMi5 .row {
  flex-direction: row-reverse;
}
.cid-taCBmcNMi5 svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-taCBmcNMi5 svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-taCBmcNMi5 svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-taCBmcNMi5 svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-taCBmcNMi5 .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-taCBmcNMi5 .col-12 {
    padding: 0 2rem;
  }
  .cid-taCBmcNMi5 .row {
    margin: 0 -2rem;
  }
}
.cid-taCBmcNMi5 .mbr-text,
.cid-taCBmcNMi5 .mbr-section-btn {
  color: #ffffff;
}
.cid-taCBJyKSSh {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-taCBJyKSSh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-taCBJyKSSh .wrapper {
  border: 2px solid #6592e6;
  padding: 6rem 4rem;
}
@media (max-width: 767px) {
  .cid-taCBJyKSSh .wrapper {
    padding: 4rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-taCBJyKSSh .col-auto {
    margin: auto;
  }
}
.cid-taCBJyKSSh .btn {
  min-height: 60px;
}
.cid-taCBJyKSSh .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCBJyKSSh .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCBJyKSSh .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-taCBJyKSSh .svg-top {
    width: 1000px;
  }
}
.cid-taCBJyKSSh .form-row > .col,
.cid-taCBJyKSSh .form-row > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}
.cid-taCBJyKSSh input::-webkit-clear-button {
  display: none;
}
.cid-taCBJyKSSh input::-webkit-inner-spin-button {
  display: none;
}
.cid-taCBJyKSSh input::-webkit-outer-spin-button {
  display: none;
}
.cid-taCBJyKSSh input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-taCGGyQMJe {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #fff0b0;
}
.cid-taCGGyQMJe .mbr-section-title {
  color: #1a449a;
}
.cid-taCGGyQMJe .mbr-text {
  color: #1a449a;
}
.cid-taCGGyQMJe .mbr-section-subtitle {
  color: #1a449a;
}
.cid-taCGGyQMJe .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCGGyQMJe .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCGGyQMJe .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-taCGGyQMJe .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-taCETHxVah .navbar-dropdown {
  position: relative !important;
}
.cid-taCETHxVah .navbar-dropdown {
  position: absolute !important;
}
.cid-taCETHxVah .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-taCETHxVah .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-taCETHxVah .nav-link:hover:before {
  width: 100%;
}
.cid-taCETHxVah .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-taCETHxVah .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-taCETHxVah .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCETHxVah .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taCETHxVah .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taCETHxVah .dropdown-item:hover,
.cid-taCETHxVah .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-taCETHxVah .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taCETHxVah .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taCETHxVah .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-taCETHxVah .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taCETHxVah .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taCETHxVah .dropdown-menu,
.cid-taCETHxVah .navbar.opened {
  background: #1a449a !important;
}
.cid-taCETHxVah .nav-item:focus,
.cid-taCETHxVah .nav-link:focus {
  outline: none;
}
.cid-taCETHxVah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taCETHxVah .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taCETHxVah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taCETHxVah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCETHxVah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taCETHxVah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taCETHxVah .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-taCETHxVah .navbar.opened {
  transition: all 0.3s;
}
.cid-taCETHxVah .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taCETHxVah .navbar .navbar-logo img {
  width: auto;
}
.cid-taCETHxVah .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taCETHxVah .navbar.collapsed {
  justify-content: center;
}
.cid-taCETHxVah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taCETHxVah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taCETHxVah .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-taCETHxVah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taCETHxVah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taCETHxVah .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taCETHxVah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taCETHxVah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taCETHxVah .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taCETHxVah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taCETHxVah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taCETHxVah .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taCETHxVah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taCETHxVah .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taCETHxVah .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taCETHxVah .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taCETHxVah .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taCETHxVah .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taCETHxVah .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taCETHxVah .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taCETHxVah .navbar.navbar-short {
  min-height: 80px;
}
.cid-taCETHxVah .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taCETHxVah .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-taCETHxVah .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taCETHxVah .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taCETHxVah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taCETHxVah .dropdown-item.active,
.cid-taCETHxVah .dropdown-item:active {
  background-color: transparent;
}
.cid-taCETHxVah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taCETHxVah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taCETHxVah .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taCETHxVah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-taCETHxVah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taCETHxVah .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taCETHxVah ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taCETHxVah .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taCETHxVah button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taCETHxVah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-taCETHxVah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taCETHxVah button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCETHxVah button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCETHxVah button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taCETHxVah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCETHxVah nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taCETHxVah nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taCETHxVah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCETHxVah .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taCETHxVah a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taCETHxVah .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taCETHxVah .navbar {
    height: 70px;
  }
  .cid-taCETHxVah .navbar.opened {
    height: auto;
  }
  .cid-taCETHxVah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taCETImzCM {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
  overflow: hidden;
}
.cid-taCETImzCM .svg-top {
  display: none;
}
.cid-taCETImzCM .row {
  flex-direction: row-reverse;
}
.cid-taCETImzCM svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-taCETImzCM svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-taCETImzCM svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-taCETImzCM svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-taCETImzCM .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-taCETImzCM .col-12 {
    padding: 0 2rem;
  }
  .cid-taCETImzCM .row {
    margin: 0 -2rem;
  }
}
.cid-taCETImzCM .mbr-text,
.cid-taCETImzCM .mbr-section-btn {
  color: #ffffff;
}
.cid-taCF5bsx8X {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #f8f8f8;
}
.cid-taCF5bsx8X .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCF5bsx8X .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCF5bsx8X .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-taCF5bsx8X .svg-top {
    width: 1000px;
  }
}
.cid-taCF5bsx8X .google-map {
  height: 35rem;
  position: relative;
}
.cid-taCF5bsx8X .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-taCF5bsx8X .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-taCF5bsx8X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-taCF5bsx8X .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-taCF5bsx8X .mbr-section-title {
  color: #1a449a;
}
.cid-taCF5bsx8X .mbr-section-subtitle {
  color: #1a449a;
}
.cid-taCF5bsx8X .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-taCHhSRSe8 .navbar-dropdown {
  position: relative !important;
}
.cid-taCHhSRSe8 .navbar-dropdown {
  position: absolute !important;
}
.cid-taCHhSRSe8 .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-taCHhSRSe8 .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-taCHhSRSe8 .nav-link:hover:before {
  width: 100%;
}
.cid-taCHhSRSe8 .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-taCHhSRSe8 .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-taCHhSRSe8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCHhSRSe8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taCHhSRSe8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taCHhSRSe8 .dropdown-item:hover,
.cid-taCHhSRSe8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-taCHhSRSe8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taCHhSRSe8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taCHhSRSe8 .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-taCHhSRSe8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taCHhSRSe8 .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taCHhSRSe8 .dropdown-menu,
.cid-taCHhSRSe8 .navbar.opened {
  background: #1a449a !important;
}
.cid-taCHhSRSe8 .nav-item:focus,
.cid-taCHhSRSe8 .nav-link:focus {
  outline: none;
}
.cid-taCHhSRSe8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taCHhSRSe8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taCHhSRSe8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taCHhSRSe8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCHhSRSe8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taCHhSRSe8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taCHhSRSe8 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-taCHhSRSe8 .navbar.opened {
  transition: all 0.3s;
}
.cid-taCHhSRSe8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taCHhSRSe8 .navbar .navbar-logo img {
  width: auto;
}
.cid-taCHhSRSe8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taCHhSRSe8 .navbar.collapsed {
  justify-content: center;
}
.cid-taCHhSRSe8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taCHhSRSe8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taCHhSRSe8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-taCHhSRSe8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taCHhSRSe8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taCHhSRSe8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taCHhSRSe8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taCHhSRSe8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taCHhSRSe8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taCHhSRSe8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taCHhSRSe8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taCHhSRSe8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taCHhSRSe8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taCHhSRSe8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taCHhSRSe8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taCHhSRSe8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taCHhSRSe8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taCHhSRSe8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taCHhSRSe8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taCHhSRSe8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taCHhSRSe8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-taCHhSRSe8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taCHhSRSe8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-taCHhSRSe8 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taCHhSRSe8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taCHhSRSe8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taCHhSRSe8 .dropdown-item.active,
.cid-taCHhSRSe8 .dropdown-item:active {
  background-color: transparent;
}
.cid-taCHhSRSe8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taCHhSRSe8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taCHhSRSe8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taCHhSRSe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-taCHhSRSe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taCHhSRSe8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taCHhSRSe8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taCHhSRSe8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taCHhSRSe8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taCHhSRSe8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-taCHhSRSe8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taCHhSRSe8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCHhSRSe8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCHhSRSe8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taCHhSRSe8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCHhSRSe8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taCHhSRSe8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taCHhSRSe8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCHhSRSe8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taCHhSRSe8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taCHhSRSe8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taCHhSRSe8 .navbar {
    height: 70px;
  }
  .cid-taCHhSRSe8 .navbar.opened {
    height: auto;
  }
  .cid-taCHhSRSe8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taCHhTHVqt {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1047.jpg");
  overflow: hidden;
}
.cid-taCHhTHVqt .svg-top {
  display: none;
}
.cid-taCHhTHVqt .row {
  flex-direction: row-reverse;
}
.cid-taCHhTHVqt svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-taCHhTHVqt svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-taCHhTHVqt svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-taCHhTHVqt svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-taCHhTHVqt .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-taCHhTHVqt .col-12 {
    padding: 0 2rem;
  }
  .cid-taCHhTHVqt .row {
    margin: 0 -2rem;
  }
}
.cid-taCHhTHVqt .mbr-text,
.cid-taCHhTHVqt .mbr-section-btn {
  color: #ffffff;
}
.cid-taCHzO4XaH {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background: #f8f8f8;
}
.cid-taCHzO4XaH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-taCHzO4XaH .team-card:hover {
  transform: translateY(-10px);
}
.cid-taCHzO4XaH .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-taCHzO4XaH .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-taCHzO4XaH .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCHzO4XaH .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCHzO4XaH .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-taCHzO4XaH .svg-top {
    width: 1000px;
  }
}
.cid-taCHzO4XaH .mbr-section-subtitle {
  color: #1a449a;
  text-align: center;
}
.cid-taCHzO4XaH .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taCHzO4XaH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-taCHzO4XaH .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taCHzO4XaH .social-row {
  text-align: center;
}
.cid-taCHzO4XaH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-taCHzO4XaH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-taCHzO4XaH .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-taCHzO4XaH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-taCHzO4XaH .card-title,
.cid-taCHzO4XaH .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCHzO4XaH .mbr-role,
.cid-taCHzO4XaH .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCHzO4XaH .card-text,
.cid-taCHzO4XaH .mbr-section-btn,
.cid-taCHzO4XaH .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-taCHzO4XaH .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-taCLe8Pxe7 .navbar-dropdown {
  position: relative !important;
}
.cid-taCLe8Pxe7 .navbar-dropdown {
  position: absolute !important;
}
.cid-taCLe8Pxe7 .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-taCLe8Pxe7 .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-taCLe8Pxe7 .nav-link:hover:before {
  width: 100%;
}
.cid-taCLe8Pxe7 .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-taCLe8Pxe7 .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-taCLe8Pxe7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCLe8Pxe7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taCLe8Pxe7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taCLe8Pxe7 .dropdown-item:hover,
.cid-taCLe8Pxe7 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-taCLe8Pxe7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taCLe8Pxe7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taCLe8Pxe7 .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-taCLe8Pxe7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taCLe8Pxe7 .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taCLe8Pxe7 .dropdown-menu,
.cid-taCLe8Pxe7 .navbar.opened {
  background: #1a449a !important;
}
.cid-taCLe8Pxe7 .nav-item:focus,
.cid-taCLe8Pxe7 .nav-link:focus {
  outline: none;
}
.cid-taCLe8Pxe7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taCLe8Pxe7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taCLe8Pxe7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taCLe8Pxe7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCLe8Pxe7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taCLe8Pxe7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taCLe8Pxe7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-taCLe8Pxe7 .navbar.opened {
  transition: all 0.3s;
}
.cid-taCLe8Pxe7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taCLe8Pxe7 .navbar .navbar-logo img {
  width: auto;
}
.cid-taCLe8Pxe7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taCLe8Pxe7 .navbar.collapsed {
  justify-content: center;
}
.cid-taCLe8Pxe7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taCLe8Pxe7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taCLe8Pxe7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-taCLe8Pxe7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taCLe8Pxe7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taCLe8Pxe7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taCLe8Pxe7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taCLe8Pxe7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taCLe8Pxe7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taCLe8Pxe7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taCLe8Pxe7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taCLe8Pxe7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taCLe8Pxe7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taCLe8Pxe7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taCLe8Pxe7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taCLe8Pxe7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taCLe8Pxe7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taCLe8Pxe7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taCLe8Pxe7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taCLe8Pxe7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taCLe8Pxe7 .navbar.navbar-short {
  min-height: 80px;
}
.cid-taCLe8Pxe7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taCLe8Pxe7 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-taCLe8Pxe7 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taCLe8Pxe7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taCLe8Pxe7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taCLe8Pxe7 .dropdown-item.active,
.cid-taCLe8Pxe7 .dropdown-item:active {
  background-color: transparent;
}
.cid-taCLe8Pxe7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taCLe8Pxe7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taCLe8Pxe7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taCLe8Pxe7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-taCLe8Pxe7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taCLe8Pxe7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taCLe8Pxe7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taCLe8Pxe7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taCLe8Pxe7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taCLe8Pxe7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-taCLe8Pxe7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taCLe8Pxe7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCLe8Pxe7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCLe8Pxe7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taCLe8Pxe7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCLe8Pxe7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taCLe8Pxe7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taCLe8Pxe7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCLe8Pxe7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taCLe8Pxe7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taCLe8Pxe7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taCLe8Pxe7 .navbar {
    height: 70px;
  }
  .cid-taCLe8Pxe7 .navbar.opened {
    height: auto;
  }
  .cid-taCLe8Pxe7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taCLe9vfZx {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
  overflow: hidden;
}
.cid-taCLe9vfZx .svg-top {
  display: none;
}
.cid-taCLe9vfZx .row {
  flex-direction: row-reverse;
}
.cid-taCLe9vfZx svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-taCLe9vfZx svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-taCLe9vfZx svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-taCLe9vfZx svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-taCLe9vfZx .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-taCLe9vfZx .col-12 {
    padding: 0 2rem;
  }
  .cid-taCLe9vfZx .row {
    margin: 0 -2rem;
  }
}
.cid-taCLe9vfZx .mbr-text,
.cid-taCLe9vfZx .mbr-section-btn {
  color: #ffffff;
}
.cid-taCLqBYSx9 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-taCLqBYSx9 .mbr-section-title {
  color: #1a449a;
}
.cid-taCLqBYSx9 .mbr-text {
  color: #1a449a;
}
.cid-taCLqBYSx9 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-taCLqBYSx9 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCLqBYSx9 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCLqBYSx9 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-taCLqBYSx9 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-taCLPOQpia .navbar-dropdown {
  position: relative !important;
}
.cid-taCLPOQpia .navbar-dropdown {
  position: absolute !important;
}
.cid-taCLPOQpia .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-taCLPOQpia .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-taCLPOQpia .nav-link:hover:before {
  width: 100%;
}
.cid-taCLPOQpia .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-taCLPOQpia .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-taCLPOQpia .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCLPOQpia .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taCLPOQpia .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taCLPOQpia .dropdown-item:hover,
.cid-taCLPOQpia .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-taCLPOQpia .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taCLPOQpia .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taCLPOQpia .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-taCLPOQpia .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taCLPOQpia .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taCLPOQpia .dropdown-menu,
.cid-taCLPOQpia .navbar.opened {
  background: #1a449a !important;
}
.cid-taCLPOQpia .nav-item:focus,
.cid-taCLPOQpia .nav-link:focus {
  outline: none;
}
.cid-taCLPOQpia .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taCLPOQpia .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taCLPOQpia .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taCLPOQpia .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taCLPOQpia .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taCLPOQpia .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taCLPOQpia .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-taCLPOQpia .navbar.opened {
  transition: all 0.3s;
}
.cid-taCLPOQpia .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taCLPOQpia .navbar .navbar-logo img {
  width: auto;
}
.cid-taCLPOQpia .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taCLPOQpia .navbar.collapsed {
  justify-content: center;
}
.cid-taCLPOQpia .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taCLPOQpia .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taCLPOQpia .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-taCLPOQpia .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taCLPOQpia .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taCLPOQpia .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taCLPOQpia .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taCLPOQpia .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taCLPOQpia .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taCLPOQpia .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taCLPOQpia .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taCLPOQpia .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taCLPOQpia .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taCLPOQpia .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taCLPOQpia .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taCLPOQpia .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taCLPOQpia .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taCLPOQpia .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taCLPOQpia .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taCLPOQpia .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taCLPOQpia .navbar.navbar-short {
  min-height: 80px;
}
.cid-taCLPOQpia .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taCLPOQpia .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-taCLPOQpia .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taCLPOQpia .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taCLPOQpia .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taCLPOQpia .dropdown-item.active,
.cid-taCLPOQpia .dropdown-item:active {
  background-color: transparent;
}
.cid-taCLPOQpia .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taCLPOQpia .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taCLPOQpia .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taCLPOQpia .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-taCLPOQpia .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taCLPOQpia .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taCLPOQpia ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taCLPOQpia .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taCLPOQpia button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taCLPOQpia button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-taCLPOQpia button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taCLPOQpia button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCLPOQpia button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taCLPOQpia button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taCLPOQpia nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCLPOQpia nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taCLPOQpia nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taCLPOQpia nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taCLPOQpia .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taCLPOQpia a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taCLPOQpia .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taCLPOQpia .navbar {
    height: 70px;
  }
  .cid-taCLPOQpia .navbar.opened {
    height: auto;
  }
  .cid-taCLPOQpia .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taCLPPB9bP {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
  overflow: hidden;
}
.cid-taCLPPB9bP .svg-top {
  display: none;
}
.cid-taCLPPB9bP .row {
  flex-direction: row-reverse;
}
.cid-taCLPPB9bP svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-taCLPPB9bP svg path {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-taCLPPB9bP svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-taCLPPB9bP svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-taCLPPB9bP .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-taCLPPB9bP .col-12 {
    padding: 0 2rem;
  }
  .cid-taCLPPB9bP .row {
    margin: 0 -2rem;
  }
}
.cid-taCLPPB9bP .mbr-text,
.cid-taCLPPB9bP .mbr-section-btn {
  color: #ffffff;
}
.cid-taCLPQ3Sqt {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-taCLPQ3Sqt .mbr-section-title {
  color: #1a449a;
}
.cid-taCLPQ3Sqt .mbr-text {
  color: #1a449a;
}
.cid-taCLPQ3Sqt .mbr-section-subtitle {
  color: #1a449a;
}
.cid-taCLPQ3Sqt .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-taCLPQ3Sqt .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-taCLPQ3Sqt .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-taCLPQ3Sqt .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tg05krZfMK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tg05krZfMK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tg05krZfMK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tg05krZfMK .svg-top .st0 {
  fill: #6592e6;
}
@media (max-width: 992px) {
  .cid-tg05krZfMK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tg05krZfMK .col-12 {
    padding: 0 2rem;
  }
  .cid-tg05krZfMK .row {
    margin: 0 -2rem;
  }
}
.cid-tg05krZfMK .mbr-text,
.cid-tg05krZfMK .mbr-section-btn {
  color: #dfe7f6;
  text-align: center;
}
.cid-tg05krZfMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
