body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Fredoka', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Fredoka', sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.56rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0051b2 !important;
}
.bg-success {
  background-color: #00bed5 !important;
}
.bg-info {
  background-color: #1d4f9b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #4159d0 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #0051b2 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0051b2 !important;
  border-color: #0051b2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #002e66 !important;
  border-color: #002e66 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002e66 !important;
  border-color: #002e66 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #0051b2 inset !important;
  background: transparent !important;
  border: none !important;
  color: #0051b2 !important;
}
.btn-primary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: #181818 !important;
}
.btn-secondary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #1d4f9b inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background-color: #1d4f9b !important;
  border-color: #1d4f9b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #112e5b !important;
  border-color: #112e5b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #112e5b !important;
  border-color: #112e5b !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #1d4f9b inset !important;
  background: transparent !important;
  border: none !important;
  color: #1d4f9b !important;
}
.btn-info span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #00bed5 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background-color: #00bed5 !important;
  border-color: #00bed5 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #007a89 !important;
  border-color: #007a89 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #007a89 !important;
  border-color: #007a89 !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #00bed5 inset !important;
  background: transparent !important;
  border: none !important;
  color: #00bed5 !important;
}
.btn-success span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent !important;
  border: none !important;
  color: #879a9f !important;
}
.btn-warning span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #4159d0 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4159d0 !important;
  border-color: #4159d0 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #273b9e !important;
  border-color: #273b9e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #273b9e !important;
  border-color: #273b9e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #4159d0 inset !important;
  background: transparent !important;
  border: none !important;
  color: #4159d0 !important;
}
.btn-danger span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #0051b2 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #00234c;
  color: #00234c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0051b2;
  border-color: #0051b2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0051b2 !important;
  border-color: #0051b2 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #0051b2 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #0051b2;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #181818;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #1d4f9b inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0d2345;
  color: #0d2345;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #1d4f9b;
  border-color: #1d4f9b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1d4f9b !important;
  border-color: #1d4f9b !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #1d4f9b inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #1d4f9b;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #00bed5 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #00636f;
  color: #00636f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00bed5;
  border-color: #00bed5;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00bed5 !important;
  border-color: #00bed5 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #00bed5 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-success-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-success-outline span:after {
  content: '';
  position: absolute;
  background: #00bed5;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #879a9f;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #4159d0 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #223389;
  color: #223389;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #4159d0;
  border-color: #4159d0;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4159d0 !important;
  border-color: #4159d0 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #4159d0 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #4159d0;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0051b2 !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #00bed5 !important;
}
.text-info {
  color: #1d4f9b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #4159d0 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0051b2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #181818 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00636f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0d2345 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #223389 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1d4f9b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #4159d0;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0051b2;
  border-color: #0051b2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0051b2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3290ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a2f5ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #588ee0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e5e8f8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.56rem;
}
blockquote {
  border-color: #0051b2;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 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: #0051b2;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0051b2;
  border-bottom-color: #0051b2;
}
.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: #0051b2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #181818 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-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='%230051b2' %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-sfaot0WkH7 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sfaot0WkH7 .nav-item:focus,
.cid-sfaot0WkH7 .nav-link:focus {
  outline: none;
}
.cid-sfaot0WkH7 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:active,
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #0051b2 !important;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sfaot0WkH7 .navbar-caption:hover {
  color: inherit !important;
}
.cid-sfaot0WkH7 .container {
  max-width: 1380px;
}
.cid-sfaot0WkH7 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sfaot0WkH7 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sfaot0WkH7 .nav-link:hover,
.cid-sfaot0WkH7 .nav-link:active,
.cid-sfaot0WkH7 .nav-link:focus {
  border-bottom: 3px solid #0051b2;
  color: #0051b2 !important;
}
.cid-sfaot0WkH7 .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #aff0f6;
}
.cid-sfaot0WkH7 .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #aff0f6 !important;
}
.cid-sfaot0WkH7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sfaot0WkH7 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfaot0WkH7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfaot0WkH7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfaot0WkH7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sfaot0WkH7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfaot0WkH7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfaot0WkH7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfaot0WkH7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sfaot0WkH7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfaot0WkH7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfaot0WkH7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sfaot0WkH7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfaot0WkH7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfaot0WkH7 .navbar.navbar-short {
  background: #aff0f6 !important;
  min-height: 60px;
}
.cid-sfaot0WkH7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfaot0WkH7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfaot0WkH7 .icons-menu span {
  color: #ed6436 !important;
}
.cid-sfaot0WkH7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfaot0WkH7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sfaot0WkH7 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfaot0WkH7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfaot0WkH7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfaot0WkH7 .dropdown-item.active,
.cid-sfaot0WkH7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfaot0WkH7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfaot0WkH7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfaot0WkH7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfaot0WkH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aff0f6;
}
.cid-sfaot0WkH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfaot0WkH7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfaot0WkH7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfaot0WkH7 .navbar-buttons {
  text-align: center;
}
.cid-sfaot0WkH7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfaot0WkH7 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sfaot0WkH7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfaot0WkH7 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sfaot0WkH7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfaot0WkH7 .navbar {
    height: 77px;
  }
  .cid-sfaot0WkH7 .navbar.opened {
    height: auto;
  }
  .cid-sfaot0WkH7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfaod8WWCq {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pet-shop-banho-e-tosa-doglovers-petstore-1440x960.webp");
}
.cid-sfaod8WWCq .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sfaod8WWCq .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sfaod8WWCq .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sfaod8WWCq .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sfaod8WWCq .container {
  max-width: 1600px;
}
.cid-sfaod8WWCq .mbr-bold,
.cid-sfaod8WWCq b {
  font-weight: 900;
}
.cid-sfaod8WWCq .btn {
  color: white !important;
}
.cid-sfaod8WWCq svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sfaod8WWCq svg path {
  fill: #00bed5;
}
@media (max-width: 1200px) {
  .cid-sfaod8WWCq svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sfaod8WWCq svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sfaod8WWCq svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sfaod8WWCq .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sfaod8WWCq H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sfaod8WWCq .mbr-text,
.cid-sfaod8WWCq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uvwLVWugo9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #00bed5;
}
.cid-uvwLVWugo9 img {
  width: 180px;
  margin: auto;
}
.cid-uvwLVWugo9 .card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uvwLVWugo9 H1 {
  color: #ffffff;
}
.cid-uvwLVWugo9 .mbr-text,
.cid-uvwLVWugo9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvwLVWugo9 H3 {
  color: #ffffff;
}
.cid-uvUn5fRUoR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvUn5fRUoR .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uvUn5fRUoR .content {
    padding: 0 2rem;
  }
}
.cid-uvUn5fRUoR .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-uvUn5fRUoR .img-col {
  padding: 0;
}
.cid-uvUn5fRUoR .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-uvUn5fRUoR .icon-wrap h3 {
  margin: 0;
}
.cid-uvUn5fRUoR .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uvUn5fRUoR .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-uvUn5fRUoR .icon-title,
.cid-uvUn5fRUoR .mbr-iconfont {
  color: #181818;
}
.cid-uvUn5fRUoR .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvUn5fRUoR .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uvUn5fRUoR .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uvUn5fRUoR .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-uvUn5fRUoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUn5fRUoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUn5fRUoR H1 {
  color: #0051b2;
}
.cid-uvwPhSYCeP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uvwPhSYCeP .mbr-text {
  color: #767676;
}
.cid-uvwPhSYCeP .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-uvwPhSYCeP .card-img {
  margin-bottom: 3rem;
}
.cid-uvwPhSYCeP .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-uvwPhSYCeP .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-uvwPhSYCeP .card1 {
  background: #00bed5;
}
.cid-uvwPhSYCeP .card2 {
  background: #00bed5;
}
.cid-uvwPhSYCeP .card3 {
  background: #00bed5;
}
.cid-uvwPhSYCeP .card4 {
  background: #00bed5;
}
.cid-uvwPhSYCeP .link {
  margin: 0;
}
.cid-uvwPhSYCeP p {
  font-weight: 400;
}
.cid-uvwPhSYCeP .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uvwPhSYCeP .link a:hover {
  color: #6e7ceb !important;
}
.cid-uvwPhSYCeP .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-uvwPhSYCeP .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvwPhSYCeP .card {
    margin-bottom: 3rem;
  }
}
.cid-uvwPhSYCeP .mbr-text,
.cid-uvwPhSYCeP .link {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uvwPhSYCeP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uvwPhSYCeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwPhSYCeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwPhSYCeP .card-title,
.cid-uvwPhSYCeP .card-img {
  color: #ffffff;
}
.cid-uvUTax5DZN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uvUTax5DZN .mbr-text {
  color: #767676;
}
.cid-uvUTax5DZN img {
  width: 100%;
}
.cid-uvUTax5DZN .card-img {
  margin-bottom: 0rem;
}
.cid-uvUTax5DZN .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-uvUTax5DZN .card-box {
  padding: 2rem 1rem;
}
.cid-uvUTax5DZN p {
  font-weight: 400;
}
.cid-uvUTax5DZN .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvUTax5DZN .card {
    margin-bottom: 2rem;
  }
}
.cid-uvUTax5DZN .mbr-text,
.cid-uvUTax5DZN .mbr-section-btn {
  text-align: center;
}
.cid-uvUTax5DZN .card-title,
.cid-uvUTax5DZN .card-img {
  text-align: center;
  color: #0051b2;
}
.cid-uvUTax5DZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUTax5DZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5xBNdcGt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0051b2;
}
.cid-uw5xBNdcGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5xBNdcGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5xBNdcGt .user {
  background: #00bed5;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uw5xBNdcGt .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-uw5xBNdcGt .user {
    padding: 1rem;
  }
}
.cid-uw5xBNdcGt .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uw5xBNdcGt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-uw5xBNdcGt .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uw5xBNdcGt .embla__button--next,
.cid-uw5xBNdcGt .embla__button--prev {
  display: flex;
}
.cid-uw5xBNdcGt .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uw5xBNdcGt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uw5xBNdcGt .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uw5xBNdcGt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw5xBNdcGt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uw5xBNdcGt .embla__button {
    top: auto;
  }
}
.cid-uw5xBNdcGt .img-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uw5xBNdcGt .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-uw5xBNdcGt .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uw5xBNdcGt .embla {
  position: relative;
  width: 100%;
}
.cid-uw5xBNdcGt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uw5xBNdcGt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uw5xBNdcGt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uw5xBNdcGt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uw5xBNdcGt .user_desk {
  color: #bbbbbb;
}
.cid-uw5xBNdcGt H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uw5xBNdcGt .user_text {
  color: #ffffff;
}
.cid-uw5xBNdcGt .user_name {
  color: #ffffff;
}
.cid-uvV1IrDkxN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvV1IrDkxN .mbr-iconfont {
  color: #181818 !important;
  font-size: 1.8rem !important;
  padding-right: 1rem;
  margin-top: 0.2rem;
  display: block;
}
.cid-uvV1IrDkxN .card-col {
  max-width: 360px;
}
@media (min-width: 1700px) {
  .cid-uvV1IrDkxN .card-col {
    margin-right: 15rem !important;
  }
}
.cid-uvV1IrDkxN img {
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.cid-uvV1IrDkxN .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-uvV1IrDkxN svg {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.cid-uvV1IrDkxN path {
  fill: #ffffff;
}
.cid-uvV1IrDkxN .google-map {
  height: 100%;
  min-height: 15rem;
  position: relative;
}
.cid-uvV1IrDkxN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvV1IrDkxN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uvV1IrDkxN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvV1IrDkxN .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-uvV1IrDkxN .card-img {
  margin-bottom: 3rem;
}
.cid-uvV1IrDkxN .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  display: flex;
}
.cid-uvV1IrDkxN .card-wrapper {
  background: #f2f2f4;
  padding: 2rem 1.4rem;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-uvV1IrDkxN p {
  font-weight: 400;
}
.cid-uvV1IrDkxN .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvV1IrDkxN .svg-col {
    margin-bottom: 3rem;
  }
  .cid-uvV1IrDkxN .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-uvV1IrDkxN .google-map {
    height: 10rem;
  }
  .cid-uvV1IrDkxN svg {
    display: none;
  }
  .cid-uvV1IrDkxN .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uvV1IrDkxN .svg-col {
    padding: 0 1rem;
  }
  .cid-uvV1IrDkxN .card-img {
    margin-bottom: 1rem;
  }
  .cid-uvV1IrDkxN .mbr-iconfont {
    padding-right: 0;
  }
  .cid-uvV1IrDkxN .card-box {
    text-align: center;
  }
}
.cid-uvV1IrDkxN .card-title,
.cid-uvV1IrDkxN .card-img {
  color: #0051b2;
}
.cid-uvVgO09sTC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1a449a;
}
.cid-uvVgO09sTC .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uvVgO09sTC .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: #0051b2;
}
.cid-uvVgO09sTC .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-uvVgO09sTC .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uvVgO09sTC .text-content {
    max-width: none;
  }
}
.cid-uvVgO09sTC .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uvVgO09sTC .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uvVgO09sTC .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uvVgO09sTC .icons {
    justify-content: center !important;
  }
  .cid-uvVgO09sTC .text-content * {
    text-align: center;
  }
}
.cid-uvVgO09sTC P {
  color: #ffffff;
}
.cid-uvVgO09sTC .mbr-section-title {
  color: #ffffff;
}
.cid-rGtUo6gJTl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00bed5;
}
