@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+TAS+Beginner:wght@400;600&display=swap');


.btn {
  border-width: 2px;
}
body {
  font-family: JetBrains Mono;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Edu TAS Beginner', cursive;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-8 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.1rem;
  line-height: 1.1;
  padding-bottom: 30px;
}
/* ---- 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: #1a449a !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: #1a449a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a449a !important;
  border-color: #1a449a !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: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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 #1a449a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1a449a;
  color: #1a449a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1a449a;
  background-color: transparent!important;
  border-color: #1a449a !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a449a !important;
  border-color: #1a449a !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: #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-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 #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe161;
  background-color: transparent!important;
  border-color: #ffe161 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !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: #ffe161;
  -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 #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff9966;
  background-color: transparent!important;
  border-color: #ff9966 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff9966;
  -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: #1a449a !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1a449a !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: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #1a449a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1a449a;
  border-color: #1a449a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1a449a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5281e2;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1a449a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1a449a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1a449a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1a449a;
}
.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: #1a449a;
  border-bottom-color: #1a449a;
}
.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: #1a449a !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='%231a449a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-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: #1a449a !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: #000000 !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;
}
.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: #1a449a;
}
.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: 15rem;
  padding-bottom: 7rem;
  background-image: url("../../images/background1.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: #1a449a;
}
@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: #1a449a;
}
@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: #1a449a;
}
.cid-sBUeZxDTz4 {
  padding-top: 7rem;
  /*padding-bottom: 10rem;*/
  background-color: #1a449a;
}
@media (min-width: 1500px) {
  .cid-sBUeZxDTz4 .container {
    max-width: 1400px;
  }
}
.cid-sBUeZxDTz4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUeZxDTz4 .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-sBUeZxDTz4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sBUeZxDTz4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sBUeZxDTz4 .card-wrapper {
  margin-top: 3rem;
}
.cid-sBUeZxDTz4 .row {
  justify-content: center;
}
.cid-sBUeZxDTz4 .mbr-section-title {
  color: #ffffff;
}
.cid-sBUeZxDTz4 .card-title,
.cid-sBUeZxDTz4 .iconfont-wrapper {
  color: #ffffff;
}
.cid-sBUeZxDTz4 .card-text {
  color: #ffffff;
}
.cid-sBUeZxDTz4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sBUf7bgybF {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-sBUf7bgybF .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUf7bgybF .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sBUf7bgybF .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sBUf7bgybF .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-sBUf7bgybF .col-12 {
    padding: 0 2rem;
  }
  .cid-sBUf7bgybF .row {
    margin: 0 -2rem;
  }
}
.cid-sBUf7bgybF .mbr-text,
.cid-sBUf7bgybF .mbr-section-btn {
  color: #1a449a;
}
.cid-sBUf61wsqI {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #1a449a;
}
.cid-sBUf61wsqI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sBUf61wsqI .team-card:hover {
  transform: translateY(-10px);
}
.cid-sBUf61wsqI .more {
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-sBUf61wsqI .image-wrap {
  position: relative;
  height: 350px;
  cursor: pointer;
  padding-bottom: 1rem;
}
.cid-sBUf61wsqI .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-sBUf61wsqI .image-wrap:hover .read,
.cid-sBUf61wsqI .image-wrap:focus-within .read,
.cid-sBUf61wsqI .image-wrap:hover .img-svg,
.cid-sBUf61wsqI .image-wrap:focus-within .img-svg {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.cid-sBUf61wsqI .image-wrap:hover .more,
.cid-sBUf61wsqI .image-wrap:focus-within .more {
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-sBUf61wsqI .image-wrap .read,
  .cid-sBUf61wsqI .image-wrap .img-svg {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  .cid-sBUf61wsqI .image-wrap .more {
    transform: scale(1);
  }
}
.cid-sBUf61wsqI .read {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transition: all 0.3s;
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}
.cid-sBUf61wsqI .img-svg {
  transition: all 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  fill: #1a449a;
  left: 50%;
  animation: 1s ease-in-out infinite alternate curs;
}
.cid-sBUf61wsqI .img-svg path {
  fill: #1a449a;
}
@keyframes curs {
  from {
    transform: translate(-50%, -50%) skew(3deg, 0deg) scale(1);
  }
  to {
    transform: translate(-50%, -50%) skew(-3deg, 0deg) scale(0.95);
  }
}
.cid-sBUf61wsqI .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUf61wsqI .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-sBUf61wsqI .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-sBUf61wsqI h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-sBUf61wsqI h5:before {
  content: '';
  position: absolute;
  right: -65px;
  top: 50%;
  transform-origin: left;
  height: 2px;
  width: 45px;
  background: currentColor;
}
@media (max-width: 991px) {
  .cid-sBUf61wsqI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sBUf61wsqI .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-sBUf61wsqI .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-sBUf61wsqI .card-title,
.cid-sBUf61wsqI .social-row {
  color: #1a449a;
}
.cid-sBUf61wsqI .mbr-role,
.cid-sBUf61wsqI .social-row {
  color: #ffffff;
}
.cid-sBUf61wsqI .card-text,
.cid-sBUf61wsqI .mbr-section-btn,
.cid-sBUf61wsqI .social-row {
  color: #ffffff;
}
.cid-sBUf61wsqI .mbr-section-title {
  color: #ffffff;
}
.cid-sBUf61wsqI .card-title,
.cid-sBUf61wsqI .content-wrap {
  color: #ffffff;
}
.cid-sBUf61wsqI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sBUfD7LVU5 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.cid-sBUfD7LVU5 .progress {
  width: 100%;
}
.cid-sBUfD7LVU5 .pb-5 {
  padding-bottom: 2.5rem!important;
}
.cid-sBUfD7LVU5 p {
  margin-bottom: 0.4rem;
}
.cid-sBUfD7LVU5 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sBUfD7LVU5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUfD7LVU5 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sBUfD7LVU5 .svg-top {
    width: 1000px;
  }
}
.cid-sBUfD7LVU5 progress {
  height: 3px;
}
.cid-sBUfD7LVU5 .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-sBUfD7LVU5 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sBUfD7LVU5 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sBUfD7LVU5 .progress_value {
  position: relative;
}
.cid-sBUfD7LVU5 .progress1 .progressbar-number:before,
.cid-sBUfD7LVU5 .progress2 .progressbar-number:before,
.cid-sBUfD7LVU5 .progress3 .progressbar-number:before,
.cid-sBUfD7LVU5 .progress4 .progressbar-number:before,
.cid-sBUfD7LVU5 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sBUfD7LVU5 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sBUfD7LVU5 progress::-webkit-progress-value {
  background: #1a449a;
}
.cid-sBUfD7LVU5 progress[value]::-moz-progress-bar {
  background: #1a449a;
}
.cid-sBUfD7LVU5 progress::-ms-fill {
  background: #1a449a;
}
.cid-sBUfD7LVU5 .progress1 .progressbar-number:before {
  content: '45';
}
.cid-sBUfD7LVU5 .progress2 .progressbar-number:before {
  content: '71';
}
.cid-sBUfD7LVU5 .progress3 .progressbar-number:before {
  content: '53';
}
.cid-sBUfD7LVU5 .progress4 .progressbar-number:before {
  content: '85';
}
.cid-sBUfD7LVU5 .progress5 .progressbar-number:before {
  content: '60';
}
.cid-sBUfD7LVU5 .section-content-text {
  color: #1a449a;
}
.cid-sBUfD7LVU5 .progressbar-title p,
.cid-sBUfD7LVU5 .progress_value {
  color: #1a449a;
}
.cid-sBUfD7LVU5 .mbr-section-subtitle {
  color: #454545;
}
.cid-sBUfD7LVU5 .section-content-title {
  color: #1a449a;
}
.cid-sBUfSVK3HR {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-sBUfSVK3HR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sBUfSVK3HR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-sBUfSVK3HR .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-sBUfSVK3HR .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUfSVK3HR .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sBUfSVK3HR .svg-top {
    width: 1000px;
  }
}
.cid-sBUfSVK3HR .mbr-text {
  color: #1a449a;
}
.cid-sBUfR1pTVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a449a;
}
.cid-sBUfR1pTVP .timeline-element {
  position: relative;
}
.cid-sBUfR1pTVP .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sBUfR1pTVP .image-wrapper {
  padding: 1rem;
}
.cid-sBUfR1pTVP .row {
  flex-direction: row-reverse;
}
.cid-sBUfR1pTVP .row:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 2px;
  height: calc(100% - 20px);
  top: 82px;
  left: 50%;
}
@media (max-width: 992px) {
  .cid-sBUfR1pTVP .row:after {
    top: 64px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sBUfR1pTVP .row:after {
    height: calc(100% + 50px);
    top: 0px;
    left: 15px;
  }
}
.cid-sBUfR1pTVP .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUfR1pTVP .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-sBUfR1pTVP .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sBUfR1pTVP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBUfR1pTVP .mbr-section-title,
.cid-sBUfR1pTVP .mbr-section-subtitle,
.cid-sBUfR1pTVP .timeline-date {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sBUfR1pTVP .timeline-date-wrapper,
  .cid-sBUfR1pTVP .timeline-text-wrapper,
  .cid-sBUfR1pTVP .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-sBUfR1pTVP .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-sBUfR1pTVP .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sBUfR1pTVP .timeline-date-wrapper,
  .cid-sBUfR1pTVP .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sBUfR1pTVP .timeline-date-wrapper,
  .cid-sBUfR1pTVP .timeline-text-wrapper,
  .cid-sBUfR1pTVP .image-wrapper {
    padding: 2rem;
  }
}
.cid-sBUfR1pTVP .mbr-text {
  color: #ffffff;
}
.cid-sBUfR1pTVP .mbr-timeline-date {
  color: #ffffff;
}
.cid-sBUfR1pTVP .mbr-timeline-title {
  color: #ffffff;
}
.cid-sBUfR1pTVP .mbr-section-title {
  color: #ffffff;
}
.cid-sBUfmkfnZ5 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-sBUfmkfnZ5 .row {
  flex-direction: row-reverse;
}
.cid-sBUfmkfnZ5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUfmkfnZ5 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sBUfmkfnZ5 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sBUfmkfnZ5 .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-sBUfmkfnZ5 .col-12 {
    padding: 0 2rem;
  }
  .cid-sBUfmkfnZ5 .row {
    margin: 0 -2rem;
  }
}
.cid-sBUfmkfnZ5 .mbr-text,
.cid-sBUfmkfnZ5 .mbr-section-btn {
  color: #1a449a;
}
.cid-sBUfjk3ukH {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1a449a;
}
.cid-sBUfjk3ukH ul {
  padding: 0;
}
.cid-sBUfjk3ukH li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-sBUfjk3ukH .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUfjk3ukH .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-sBUfjk3ukH .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sBUfjk3ukH .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-sBUfjk3ukH .col-12 {
    padding: 0 2rem;
  }
  .cid-sBUfjk3ukH .row {
    margin: 0 -2rem;
  }
}
.cid-sBUfjk3ukH .mbr-text,
.cid-sBUfjk3ukH .mbr-section-btn {
  color: #ffffff;
}
.cid-sBUg49pgRP {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #fff;
}
.cid-sBUg49pgRP .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBUg49pgRP .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUg49pgRP .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sBUg49pgRP .svg-top {
    width: 1000px;
  }
}
.cid-sBUg49pgRP .card-header {
  border-bottom: 2px solid #1a449a;
  margin-bottom: 0px!important;
}
.cid-sBUg49pgRP .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sBUg49pgRP span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-sBUg49pgRP .collapsed span {
  transform: rotate(0deg);
}
.cid-sBUg49pgRP .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sBUg49pgRP .panel-group {
  width: 100%;
}
.cid-sBUg49pgRP .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-sBUg49pgRP .card {
  border-radius: 0px;
}
.cid-sBUg49pgRP .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-sBUg49pgRP .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sBUg49pgRP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBUg49pgRP .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-sBUg49pgRP .panel-text {
  color: #333;
}
.cid-sBUg49pgRP .header-text,
.cid-sBUg49pgRP .sign {
  color: #263d5a;
}
.cid-sBUg49pgRP .mbr-section-title {
  color: #1a449a;
}
.cid-sBUg49pgRP .header-text,
.cid-sBUg49pgRP .sign,
.cid-sBUg49pgRP .card-header {
  color: #1a449a;
}
.cid-sBUg49pgRP .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sBUgdQiKen {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #1a449a;
}
.cid-sBUgdQiKen .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUgdQiKen .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-sBUgdQiKen .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sBUgdQiKen .mbr-section-title {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-sBUgdQiKen .col-12 {
    padding: 0 2rem;
  }
  .cid-sBUgdQiKen .row {
    margin: 0 -2rem;
  }
}
.cid-sBUgdQiKen .mbr-text,
.cid-sBUgdQiKen .mbr-section-btn {
  color: #ffffff;
}
.cid-sBUg5eUVXs {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #1a449a;
}
.cid-sBUg5eUVXs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sBUg5eUVXs .team-card:hover {
  transform: translateY(-10px);
}
.cid-sBUg5eUVXs .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-sBUg5eUVXs .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-sBUg5eUVXs .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUg5eUVXs .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-sBUg5eUVXs .svg-top {
    width: 1000px;
  }
}
.cid-sBUg5eUVXs .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-sBUg5eUVXs .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sBUg5eUVXs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sBUg5eUVXs .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-sBUg5eUVXs .social-row {
  text-align: center;
}
.cid-sBUg5eUVXs .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 #6592e6;
  transition: all 0.3s;
}
.cid-sBUg5eUVXs .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sBUg5eUVXs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sBUg5eUVXs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sBUg5eUVXs .card-title,
.cid-sBUg5eUVXs .social-row {
  color: #1a449a;
}
.cid-sBUg5eUVXs .mbr-role,
.cid-sBUg5eUVXs .social-row {
  color: #ffffff;
}
.cid-sBUg5eUVXs .card-text,
.cid-sBUg5eUVXs .mbr-section-btn,
.cid-sBUg5eUVXs .social-row {
  color: #ffffff;
}
.cid-sBUg5eUVXs .mbr-section-title {
  color: #ffffff;
}
.cid-sBUg5JUEQb {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-sBUg5JUEQb img {
  max-width: 140px;
  margin: auto;
}
.cid-sBUg5JUEQb .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sBUg5JUEQb .card:hover {
  transform: scale(0.9);
}
.cid-sBUg5JUEQb .mbr-text {
  max-width: 700px;
  color: #1a449a;
}
.cid-sBUg5JUEQb .mbr-section-title {
  color: #1a449a;
}
.cid-sBUg5JUEQb .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUg5JUEQb .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sBUg5JUEQb .svg-top {
    width: 1000px;
  }
}
.cid-sBUg7pkpIK {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1a449a;
}
.cid-sBUg7pkpIK .image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-sBUg7pkpIK .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sBUg7pkpIK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUg7pkpIK .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-sBUg7pkpIK .svg-top {
    width: 1000px;
  }
}
.cid-sBUg7pkpIK .mbr-text {
  color: #ffffff;
}
.cid-sBUg7pkpIK .mbr-section-title {
  color: #ffffff;
}
.cid-sBUg7pkpIK .name {
  color: #ffffff;
}
.cid-sBUg7pkpIK .position {
  color: #ffffff;
}
.cid-sBUg8EYY1q {
  padding-top: 45px;
  padding-bottom: 95px;
  background-color: #f8f8f8;
}
.cid-sBUg8EYY1q .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUg8EYY1q .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sBUg8EYY1q .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-sBUg8EYY1q .text-content {
    max-width: none;
  }
}
.cid-sBUg8EYY1q .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #1a449a;
  border: 2px solid #1a449a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sBUg8EYY1q .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sBUg8EYY1q .mbr-iconfont-social:hover {
  background-color: #1a449a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sBUg8EYY1q .icons {
    justify-content: center !important;
  }
  .cid-sBUg8EYY1q .text-content * {
    text-align: center;
  }
}
.cid-sBUg8EYY1q P {
  color: #1a449a;
  text-align: center;
}
.cid-sBUg8EYY1q .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-sBUg9Iaey5 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background: #f8f8f8;
}
.cid-sBUg9Iaey5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1a449a;
}
.cid-sBUg9Iaey5 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sBUg9Iaey5 .svg-top {
    width: 1000px;
  }
}
.cid-sBUg9Iaey5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-sBUg9Iaey5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sBUg9Iaey5 .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-sBUg9Iaey5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sBUg9Iaey5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sBUgaYn7WO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a449a;
}
.cid-sBUgaYn7WO svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-sBUgaYn7WO svg .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-sBUgaYn7WO svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-sBUgaYn7WO .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sBUgaYn7WO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sBUgaYn7WO .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sBUgaYn7WO .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sBUgaYn7WO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sBUgaYn7WO .copyright {
  color: #ffffff;
}
.cid-tSMRtcjAw2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSMRtcjAw2 nav.navbar {
  position: fixed;
}
.cid-tSMRtcjAw2 .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-tSMRtcjAw2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSMRtcjAw2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSMRtcjAw2 .dropdown-item:hover,
.cid-tSMRtcjAw2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tSMRtcjAw2 .dropdown-item:hover span {
  color: white;
}
.cid-tSMRtcjAw2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSMRtcjAw2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSMRtcjAw2 .nav-dropdown .link {
  padding: 0 0.00em !important;
  margin: 0.667em 1em !important;
}
.cid-tSMRtcjAw2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSMRtcjAw2 .nav-link {
  position: relative;
}
.cid-tSMRtcjAw2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSMRtcjAw2 .container {
    flex-wrap: wrap;
  }
}
.cid-tSMRtcjAw2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSMRtcjAw2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tSMRtcjAw2 .iconfont-wrapper {
  color: #bed3f9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSMRtcjAw2 .dropdown-menu,
.cid-tSMRtcjAw2 .navbar.opened {
  background: #1a449a !important;
}
.cid-tSMRtcjAw2 .nav-item:focus,
.cid-tSMRtcjAw2 .nav-link:focus {
  outline: none;
}
.cid-tSMRtcjAw2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSMRtcjAw2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSMRtcjAw2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSMRtcjAw2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSMRtcjAw2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSMRtcjAw2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSMRtcjAw2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a449a;
}
.cid-tSMRtcjAw2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tSMRtcjAw2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSMRtcjAw2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tSMRtcjAw2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSMRtcjAw2 .navbar.collapsed {
  justify-content: center;
}
.cid-tSMRtcjAw2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSMRtcjAw2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tSMRtcjAw2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSMRtcjAw2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSMRtcjAw2 .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-tSMRtcjAw2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSMRtcjAw2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSMRtcjAw2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSMRtcjAw2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSMRtcjAw2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSMRtcjAw2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSMRtcjAw2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSMRtcjAw2 .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-tSMRtcjAw2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSMRtcjAw2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSMRtcjAw2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSMRtcjAw2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSMRtcjAw2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSMRtcjAw2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tSMRtcjAw2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tSMRtcjAw2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSMRtcjAw2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSMRtcjAw2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSMRtcjAw2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSMRtcjAw2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSMRtcjAw2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSMRtcjAw2 .dropdown-item.active,
.cid-tSMRtcjAw2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tSMRtcjAw2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSMRtcjAw2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSMRtcjAw2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSMRtcjAw2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-tSMRtcjAw2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSMRtcjAw2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSMRtcjAw2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSMRtcjAw2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSMRtcjAw2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSMRtcjAw2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSMRtcjAw2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSMRtcjAw2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSMRtcjAw2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSMRtcjAw2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSMRtcjAw2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSMRtcjAw2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSMRtcjAw2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSMRtcjAw2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSMRtcjAw2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSMRtcjAw2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSMRtcjAw2 .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-tSMRtcjAw2 .navbar {
    height: 70px;
  }
  .cid-tSMRtcjAw2 .navbar.opened {
    height: auto;
  }
  .cid-tSMRtcjAw2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSP1A7Af3W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
  z-index:0;
}
.cid-tSP1A7Af3W .carousel {
  height: 800px;
}
.cid-tSP1A7Af3W .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tSP1A7Af3W .carousel-item,
.cid-tSP1A7Af3W .carousel-inner {
  height: 100%;
}
.cid-tSP1A7Af3W .carousel-caption {
  bottom: 40px;
}
.cid-tSP1A7Af3W .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tSP1A7Af3W .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tSP1A7Af3W .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tSP1A7Af3W .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tSP1A7Af3W .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tSP1A7Af3W .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tSP1A7Af3W .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tSP1A7Af3W .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tSP1A7Af3W .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSP1A7Af3W .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tSP1A7Af3W .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tSP1A7Af3W .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tSP1A7Af3W .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tSP1A7Af3W .carousel-indicators li.active,
.cid-tSP1A7Af3W .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tSP1A7Af3W .carousel-indicators li::after,
.cid-tSP1A7Af3W .carousel-indicators li::before {
  content: none;
}
.cid-tSP1A7Af3W .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tSP1A7Af3W .carousel-indicators {
    display: none !important;
  }
}
.whatsfixed{
  position: fixed;
  right: 10px;
  bottom:100px;
  width: 90px;
  min-height: 91px;
  z-index: 1000;
}

.whatsfixed span{
  width: 100%;
  color: #333;
  padding-bottom: 3px;
  display: block;
}

.whatsfixed img{
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

@media only screen and (max-width: 480px) {
.whatsfixed{
    width:40px;
    min-height: 41px;
  }
  .whatsfixed span{
    font-size: 10px;
  }
}
.enlace{
  color: #fff;
  transition: all 0.2s linear;
}

.enlace:hover{
  color: #ccc;

}

.cid-tU8VwzLS7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tU8VwzLS7F .left{
  float: left;
}
.cid-tU8VwzLS7F .right{
  float: right;
}
.cid-tU8VwzLS7F .ch{
  width:50% !important;
}
.cid-tU8VwzLS7F .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tU8VwzLS7F .form-content {
  border-radius: 10px;
  background-color: #fafafa;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-tU8VwzLS7F .form-content {
    padding: 3rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tU8VwzLS7F .form-content {
    padding: 1rem;
  }
}
.cid-tU8VwzLS7F .form-content .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tU8VwzLS7F .form-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUFl7qLTGC {
  background-image: url("../../assets/images/fondo-prop.jpg");
}
.cid-tUFl7qLTGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFl7qLTGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUFANBgCpS {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tUFANBgCpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFANBgCpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUFANBgCpS .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tUFANBgCpS .card {
    margin-bottom: 2rem!important;
  }
  .cid-tUFANBgCpS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tUFANBgCpS .link-wrap {
    align-items: center;
  }
}
.cid-tUFANBgCpS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tUFAT5zuVI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUFAT5zuVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFAT5zuVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUFAT5zuVI .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tUFAT5zuVI .card {
    margin-bottom: 2rem!important;
  }
  .cid-tUFAT5zuVI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tUFAT5zuVI .link-wrap {
    align-items: center;
  }
}
.cid-tUFAT5zuVI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.whatsappCH {
  width:60px;
  height:60px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
}
.whats{
  margin-top:20px;
  font-size: 1.5rem;
  transition: all 1s;
}
.whats:hover{
  font-size: 1.5rem;
  color:#25d366;
}
.cid-tUFl7qLTGC2 {
  background-image: url("../../assets/images/fondo-2.jpg");
}
.cid-tUFl7qLTGC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFl7qLTGC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tUG0O6bxld {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tUG0O6bxld .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUG0O6bxld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUG0O6bxld .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tUG0O6bxld .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUG0O6bxld .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tUG0O6bxld .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tUG0O6bxld .row .row {
    flex-direction: column-reverse;
  }
  .cid-tUG0O6bxld .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUG0O6bxld .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tUG0O6bxld .card-subtitle {
  color: #0095ff;
}
.cid-tUG0O6bxld .mbr-text {
  color: #555555;
}
.cid-tUG0W122oF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUG0W122oF blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}

.cid-tUFl7qLTGC3 {
  background-image: url("../../assets/images/fondo-idiomas.jpg");
}
.cid-tUFl7qLTGC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFl7qLTGC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tUGhgaf2UZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tUGhgaf2UZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGhgaf2UZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUGhgaf2UZ .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-tUGhgaf2UZ img {
  margin: auto;
  width: 140px;
}
.cid-tUGhgaf2UZ .row {
  align-items: flex-start;
}
.cid-tUGhgaf2UZ .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-tUGhgaf2UZ .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tUGhgaf2UZ .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUGhgaf2UZ .item-wrapper {
    padding: 1rem;
  }
}
.cid-tUGhgaf2UZ .icon{
  font-size: 4rem;
  color: #BED3F9;
}

.cid-tUGhgaf2UZ2 {
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tUGhgaf2UZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGhgaf2UZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUGhgaf2UZ2 .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-tUGhgaf2UZ2 img {
  margin: auto;
  width: 140px;
}
.cid-tUGhgaf2UZ2 .row {
  align-items: flex-start;
}
.cid-tUGhgaf2UZ2 .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-tUGhgaf2UZ2 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tUGhgaf2UZ2 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUGhgaf2UZ2 .item-wrapper {
    padding: 1rem;
  }
}
.cid-tUGhgaf2UZ2 .icon{
  font-size: 4rem;
  color: #BED3F9;
}
.cid-tUGhm3Gt9U {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUGhm3Gt9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGhm3Gt9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUGhm3Gt9U .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tUGhm3Gt9U .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tUGhm3Gt9U .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tUGhm3Gt9U .card {
    margin-bottom: 2rem;
  }
  .cid-tUGhm3Gt9U .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tUGhm3Gt9U .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUGKwYrqs8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../assets/images/fondo-3.jpg");
}
.cid-tUGKwYrqs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGKwYrqs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUGKwYrqs8 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tUGKwYrqs8 .item-wrapper {
  background-color: #98dee8;
  border-radius: 4px;
}
.cid-tUGKwYrqs8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tUGKwYrqs8 .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 #6592e6;
  transition: all 0.3s;
}
.cid-tUGKwYrqs8 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tUGKwYrqs8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUGKwYrqs8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tUGKwYrqs8 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tUGKwYrqs8 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUGKwYrqs8 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tUFl7qLTGC5 {
  background-image: url("../../assets/images/fondo-talleres.jpg");
}
.cid-tUFl7qLTGC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFl7qLTGC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUHW6n50a9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUHW6n50a9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUHW6n50a9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUHW6n50a9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tUHW6n50a9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tUHW6n50a9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tUHW6n50a9 .panel-body,
.cid-tUHW6n50a9 .card-header {
  padding: 1rem 0;
}
.cid-tUHW6n50a9 .panel-title-edit {
  color: #000000;
}
.amarillo {
  color:#FF9900 !important;
}

.cid-tUFl7qLTGC6 {
  background-image: url("../../assets/images/fondo-enarm.jpg");
}
.cid-tUFl7qLTGC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFl7qLTGC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}