body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.2rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
}
.display-5 {
  font-family: 'Abel', sans-serif;
  font-size: 1.4rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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))));
  }
  .display-2 {
    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))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.8rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #dfba0c !important;
}
.bg-success {
  background-color: #d452d1 !important;
}
.bg-info {
  background-color: #1ba1e2 !important;
}
.bg-warning {
  background-color: #82786e !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #967d08;
  border-color: #967d08;
  border-radius: 100px;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #dfba0c !important;
  border-color: #dfba0c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #967d08 !important;
  border-color: #967d08 !important;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #967d08 !important;
  border-color: #967d08 !important;
}
.btn-secondary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #fe0613;
  border-color: #fe0613;
  border-radius: 100px;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #fe525b !important;
  border-color: #fe525b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #fe0613 !important;
  border-color: #fe0613 !important;
}
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-secondary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fe0613 !important;
  border-color: #fe0613 !important;
}
.btn-info {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #13709e;
  border-color: #13709e;
  border-radius: 100px;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #1ba1e2 !important;
  border-color: #1ba1e2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-success {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ae2bab;
  border-color: #ae2bab;
  border-radius: 100px;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #d452d1 !important;
  border-color: #d452d1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #ae2bab !important;
  border-color: #ae2bab !important;
}
.btn-success:hover:before,
.btn-success:focus:before,
.btn-success.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ae2bab !important;
  border-color: #ae2bab !important;
}
.btn-warning {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #59524b;
  border-color: #59524b;
  border-radius: 100px;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-warning.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-danger {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #82acb6;
  border-color: #82acb6;
  border-radius: 100px;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger:hover:before,
.btn-danger:focus:before,
.btn-danger.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-black {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  border-radius: 100px;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover:before,
.btn-black:focus:before,
.btn-black.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  border-radius: 100px;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover:before,
.btn-white:focus:before,
.btn-white.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #dfba0c;
  border-color: #dfba0c;
  border-radius: 100px;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #7e6907;
  color: #7e6907 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #dfba0c;
  border-color: #dfba0c;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dfba0c !important;
  border-color: #dfba0c !important;
}
.btn-secondary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #fe525b;
  border-color: #fe525b;
  border-radius: 100px;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9010d;
  color: #e9010d !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #fe525b;
  border-color: #fe525b;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe525b !important;
  border-color: #fe525b !important;
}
.btn-info-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
  border-radius: 100px;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #106087;
  color: #106087 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1ba1e2 !important;
  border-color: #1ba1e2 !important;
}
.btn-success-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #d452d1;
  border-color: #d452d1;
  border-radius: 100px;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #9a2697;
  color: #9a2697 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #d452d1;
  border-color: #d452d1;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d452d1 !important;
  border-color: #d452d1 !important;
}
.btn-warning-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #82786e;
  border-color: #82786e;
  border-radius: 100px;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-danger-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
  border-radius: 100px;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #333333;
  border-color: #333333;
  border-radius: 100px;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 100px;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-outline:hover:before,
.btn-white-outline:focus:before,
.btn-white-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.text-primary {
  color: #dfba0c !important;
}
.text-secondary {
  color: #fe525b !important;
}
.text-success {
  color: #d452d1 !important;
}
.text-info {
  color: #1ba1e2 !important;
}
.text-warning {
  color: #82786e !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7e6907 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9010d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9a2697 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #106087 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #4b453f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #d452d1;
}
.alert-info {
  background-color: #1ba1e2;
}
.alert-warning {
  background-color: #82786e;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s, .3s, .3s, .8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dfba0c;
  border-color: #dfba0c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dfba0c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbf0bc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf5fc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d0ecf9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #beb8b2;
}
.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: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
blockquote {
  border-color: #dfba0c;
}
/* Forms */
.mbr-form .btn {
  margin: .3rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background: #efefef;
  color: #000000;
}
.jq-selectbox li {
  border-radius: 22px;
  background-color: #dfba0c;
  border: 1px solid #e8e8e8;
}
.jq-selectbox li:not(:nth-last-child(1)) {
  margin-bottom: 5px;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 22px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dfba0c;
  border-bottom-color: #dfba0c;
}
.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: #000000 !important;
  background-color: #dfba0c !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: #fe525b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23dfba0c' %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-rxINBgECvV {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #e0f5ff;
}
.cid-rxINBgECvV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rxINBgECvV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dfba0c, #fe525b);
  display: inline-block;
}
.cid-rxINBgECvV .container-fluid {
  padding: 0 3rem;
}
.cid-rxINBgECvV .mbr-iconfont {
  color: #cccccc;
  font-size: 1.6rem;
}
.cid-rxINBgECvV .mbr-iconfont:hover {
  color: #ffa0a4;
}
.cid-rxINBgECvV .image-wrap img {
  border-radius: 50%;
  width: 70%;
  height: 70%;
}
.cid-rxINBgECvV .mbr-title {
  margin-bottom: 0;
}
.cid-rxINBgECvV .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rxINBgECvV .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-rxINBgECvV .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-rxINBgECvV .card-wrap {
    padding: 0 1rem;
  }
  .cid-rxINBgECvV .container-fluid {
    padding: 0 1rem;
  }
  .cid-rxINBgECvV .mbr-role {
    margin-top: .5rem;
  }
}
.cid-rxINBgECvV .mbr-section-subtitle {
  color: #fe525b;
}
.cid-rwttVykIkz {
  background-image: url("../../../assets/images/home-bg2-1-1920x1234.jpg");
  overflow: hidden !important;
}
.cid-rwttVykIkz .container-fluid {
  padding: 0 3rem;
}
.cid-rwttVykIkz .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rwttVykIkz .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rHfwUxZybt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #535148;
}
.cid-rHfwUxZybt .line {
  background-color: #535148;
  color: #535148;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHfwUxZybt .mbr-text {
  padding: 2rem 0;
  margin: 0;
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-rHfwUxZybt .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-rL0UVda1CM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rL0UVda1CM p {
  color: #767676;
}
.cid-rL0UVda1CM .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rL0UVda1CM .row-element,
.cid-rL0UVda1CM .image-element {
  padding: 0;
}
.cid-rL0UVda1CM .image-element {
  display: flex;
  justify-content: center;
}
.cid-rL0UVda1CM .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rL0UVda1CM .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rL0UVda1CM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dfba0c, #fe525b);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rL0UVda1CM .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rL0UVda1CM .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rL0UVda1CM .text-content {
    padding: 2rem 1rem;
  }
  .cid-rL0UVda1CM .underline .line {
    height: 2px;
  }
  .cid-rL0UVda1CM .mbr-title,
  .cid-rL0UVda1CM .underline,
  .cid-rL0UVda1CM .mbr-text,
  .cid-rL0UVda1CM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rOuvr8zZZV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5e4;
}
.cid-rOuvr8zZZV p {
  color: #767676;
}
.cid-rOuvr8zZZV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rOuvr8zZZV .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rOuvr8zZZV .row-element,
.cid-rOuvr8zZZV .image-element {
  padding: 0;
}
.cid-rOuvr8zZZV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOuvr8zZZV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rOuvr8zZZV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rOuvr8zZZV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dfba0c, #fe525b);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rOuvr8zZZV .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rOuvr8zZZV .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rOuvr8zZZV .text-content {
    padding: 2rem 1rem;
  }
  .cid-rOuvr8zZZV .underline .line {
    height: 2px;
  }
  .cid-rOuvr8zZZV .mbr-title,
  .cid-rOuvr8zZZV .underline,
  .cid-rOuvr8zZZV .mbr-text,
  .cid-rOuvr8zZZV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rOuvr8zZZV .mbr-text,
.cid-rOuvr8zZZV .mbr-section-btn {
  color: #832a80;
}
.cid-rOuvr8zZZV .mbr-title,
.cid-rOuvr8zZZV .underline {
  color: #fe525b;
}
.cid-rNEBMApIDE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNEBMApIDE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rNEBMApIDE p {
  color: #767676;
  text-align: left;
}
.cid-rNEBMApIDE .card-box {
  padding-top: 2rem;
}
.cid-rNEBMApIDE .card-wrapper {
  height: 100%;
}
.cid-rHIM8xaxB4 .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;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rHIM8xaxB4 .nav-item:focus,
.cid-rHIM8xaxB4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rHIM8xaxB4 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rHIM8xaxB4 .nav-item .nav-link {
    position: relative;
  }
  .cid-rHIM8xaxB4 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dfba0c, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-rHIM8xaxB4 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-rHIM8xaxB4 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rHIM8xaxB4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rHIM8xaxB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rHIM8xaxB4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-rHIM8xaxB4 .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-rHIM8xaxB4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rHIM8xaxB4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rHIM8xaxB4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rHIM8xaxB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rHIM8xaxB4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rHIM8xaxB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rHIM8xaxB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rHIM8xaxB4 .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-rHIM8xaxB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rHIM8xaxB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rHIM8xaxB4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rHIM8xaxB4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rHIM8xaxB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rHIM8xaxB4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rHIM8xaxB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rHIM8xaxB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rHIM8xaxB4 .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-rHIM8xaxB4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rHIM8xaxB4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rHIM8xaxB4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rHIM8xaxB4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rHIM8xaxB4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rHIM8xaxB4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rHIM8xaxB4 .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-rHIM8xaxB4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rHIM8xaxB4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rHIM8xaxB4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rHIM8xaxB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rHIM8xaxB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rHIM8xaxB4 .dropdown-item.active,
.cid-rHIM8xaxB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rHIM8xaxB4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rHIM8xaxB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rHIM8xaxB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rHIM8xaxB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-rHIM8xaxB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rHIM8xaxB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHIM8xaxB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rHIM8xaxB4 .navbar-buttons {
  text-align: center;
}
.cid-rHIM8xaxB4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rHIM8xaxB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rHIM8xaxB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHIM8xaxB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHIM8xaxB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHIM8xaxB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHIM8xaxB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHIM8xaxB4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHIM8xaxB4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHIM8xaxB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHIM8xaxB4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rHIM8xaxB4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rHIM8xaxB4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rHIM8xaxB4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rHIM8xaxB4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rHIM8xaxB4 .navbar {
    height: 77px;
  }
  .cid-rHIM8xaxB4 .navbar.opened {
    height: auto;
  }
  .cid-rHIM8xaxB4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rL0TZkZEdr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #404040;
}
.cid-rL0TZkZEdr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rL0TZkZEdr .form1 .input-wrap {
  margin-bottom: 1rem;
}
.cid-rL0TZkZEdr .form1 .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-rL0TZkZEdr .form1 .input-group-btn {
  width: 100%;
}
.cid-rL0TZkZEdr .form1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-rL0TZkZEdr .form1 .form-label-outside {
  color: #ffffff;
}
.cid-rL0TZkZEdr .google-map {
  width: 100%;
  height: 25rem;
}
.cid-rL0TZkZEdr .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rL0TZkZEdr .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-rL0TZkZEdr .info-row ol li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-rL0TZkZEdr .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-rL0TZkZEdr .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rL0TZkZEdr .form-subtitle {
    text-align: center;
  }
}
.cid-rT22rAJDYo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-rT22rAJDYo {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.cid-rT22rAJDYo img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rT22rAJDYo H1 {
  color: #e6e6e6;
  text-align: center;
}
.cid-rT22rAJDYo .mbr-text,
.cid-rT22rAJDYo .mbr-section-btn {
  color: #132c70;
}
.cid-rT22rAJDYo H3 {
  color: #132c70;
}
.cid-rT22rAJDYo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rT22rAJDYo .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rT22rAJDYo .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rT22rAJDYo .link:hover {
  color: #dfba0c !important;
}
.cid-rT22rAJDYo .link:hover .link-ico {
  color: #dfba0c !important;
  padding-left: 10px;
}
.cid-rT22rAJDYo DIV {
  color: #57468b;
}
.cid-rT22rAJDYo .text-1 {
  line-height: 1;
}
.cid-rT22rAJDYo .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-rT22rAJDYo .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-rT22rAJDYo .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
#custom-html-18 {
  /* Type valid CSS here */
}
#custom-html-18 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-18 p {
  font-size: 60px;
  color: #777;
}
.cid-rHIM8xaxB4 .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;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rHIM8xaxB4 .nav-item:focus,
.cid-rHIM8xaxB4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rHIM8xaxB4 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rHIM8xaxB4 .nav-item .nav-link {
    position: relative;
  }
  .cid-rHIM8xaxB4 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dfba0c, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-rHIM8xaxB4 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-rHIM8xaxB4 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rHIM8xaxB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rHIM8xaxB4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rHIM8xaxB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rHIM8xaxB4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-rHIM8xaxB4 .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-rHIM8xaxB4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rHIM8xaxB4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rHIM8xaxB4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rHIM8xaxB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rHIM8xaxB4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rHIM8xaxB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rHIM8xaxB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rHIM8xaxB4 .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-rHIM8xaxB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rHIM8xaxB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rHIM8xaxB4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rHIM8xaxB4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rHIM8xaxB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rHIM8xaxB4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rHIM8xaxB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rHIM8xaxB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rHIM8xaxB4 .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-rHIM8xaxB4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rHIM8xaxB4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rHIM8xaxB4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rHIM8xaxB4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rHIM8xaxB4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rHIM8xaxB4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rHIM8xaxB4 .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-rHIM8xaxB4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rHIM8xaxB4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rHIM8xaxB4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rHIM8xaxB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rHIM8xaxB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rHIM8xaxB4 .dropdown-item.active,
.cid-rHIM8xaxB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rHIM8xaxB4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rHIM8xaxB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rHIM8xaxB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rHIM8xaxB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-rHIM8xaxB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rHIM8xaxB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHIM8xaxB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rHIM8xaxB4 .navbar-buttons {
  text-align: center;
}
.cid-rHIM8xaxB4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rHIM8xaxB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rHIM8xaxB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHIM8xaxB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHIM8xaxB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHIM8xaxB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHIM8xaxB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHIM8xaxB4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHIM8xaxB4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHIM8xaxB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHIM8xaxB4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rHIM8xaxB4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rHIM8xaxB4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rHIM8xaxB4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rHIM8xaxB4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rHIM8xaxB4 .navbar {
    height: 77px;
  }
  .cid-rHIM8xaxB4 .navbar.opened {
    height: auto;
  }
  .cid-rHIM8xaxB4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rL0WZYUUHk {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #e0f5ff;
}
.cid-rL0WZYUUHk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rL0WZYUUHk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dfba0c, #fe525b);
  display: inline-block;
}
.cid-rL0WZYUUHk .container-fluid {
  padding: 0 3rem;
}
.cid-rL0WZYUUHk .mbr-iconfont {
  color: #cccccc;
  font-size: 1.6rem;
}
.cid-rL0WZYUUHk .mbr-iconfont:hover {
  color: #ffa0a4;
}
.cid-rL0WZYUUHk .image-wrap img {
  border-radius: 50%;
  width: 70%;
  height: 70%;
}
.cid-rL0WZYUUHk .mbr-title {
  margin-bottom: 0;
}
.cid-rL0WZYUUHk .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rL0WZYUUHk .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-rL0WZYUUHk .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-rL0WZYUUHk .card-wrap {
    padding: 0 1rem;
  }
  .cid-rL0WZYUUHk .container-fluid {
    padding: 0 1rem;
  }
  .cid-rL0WZYUUHk .mbr-role {
    margin-top: .5rem;
  }
}
.cid-rL0WZYUUHk .mbr-section-subtitle {
  color: #fe525b;
}
.cid-rL0Xg5Dcpm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/gdpr-bg-1920x1080.jpg");
}
.cid-rL0Xg5Dcpm .container-fluid {
  padding: 0 3rem;
}
.cid-rL0Xg5Dcpm .media-container-column {
  padding: 0 2rem;
}
.cid-rL0Xg5Dcpm .mbr-section-title {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rL0Xg5Dcpm .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rL0Xg5Dcpm .mbr-section-subtitle {
  color: #efefef;
}
.cid-rL0XcRm4tX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rL0XcRm4tX .mbr-text,
.cid-rL0XcRm4tX blockquote {
  color: #232323;
}
.cid-rT22wntXlS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-rT22wntXlS {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.cid-rT22wntXlS img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rT22wntXlS H1 {
  color: #e6e6e6;
  text-align: center;
}
.cid-rT22wntXlS .mbr-text,
.cid-rT22wntXlS .mbr-section-btn {
  color: #132c70;
}
.cid-rT22wntXlS H3 {
  color: #132c70;
}
.cid-rT22wntXlS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rT22wntXlS .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rT22wntXlS .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rT22wntXlS .link:hover {
  color: #dfba0c !important;
}
.cid-rT22wntXlS .link:hover .link-ico {
  color: #dfba0c !important;
  padding-left: 10px;
}
.cid-rT22wntXlS DIV {
  color: #57468b;
}
.cid-rT22wntXlS .text-1 {
  line-height: 1;
}
.cid-rT22wntXlS .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-rT22wntXlS .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-rT22wntXlS .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-rOusld8kdu .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;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOusld8kdu .nav-item:focus,
.cid-rOusld8kdu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rOusld8kdu .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rOusld8kdu .nav-item .nav-link {
    position: relative;
  }
  .cid-rOusld8kdu .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dfba0c, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-rOusld8kdu .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-rOusld8kdu .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOusld8kdu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOusld8kdu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOusld8kdu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-rOusld8kdu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rOusld8kdu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOusld8kdu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOusld8kdu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOusld8kdu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rOusld8kdu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-rOusld8kdu .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-rOusld8kdu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rOusld8kdu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rOusld8kdu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOusld8kdu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rOusld8kdu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rOusld8kdu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOusld8kdu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOusld8kdu .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-rOusld8kdu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOusld8kdu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rOusld8kdu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rOusld8kdu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOusld8kdu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOusld8kdu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rOusld8kdu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOusld8kdu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOusld8kdu .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-rOusld8kdu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rOusld8kdu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOusld8kdu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOusld8kdu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rOusld8kdu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rOusld8kdu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rOusld8kdu .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-rOusld8kdu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rOusld8kdu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOusld8kdu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rOusld8kdu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOusld8kdu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOusld8kdu .dropdown-item.active,
.cid-rOusld8kdu .dropdown-item:active {
  background-color: transparent;
}
.cid-rOusld8kdu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rOusld8kdu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOusld8kdu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOusld8kdu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-rOusld8kdu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOusld8kdu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOusld8kdu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rOusld8kdu .navbar-buttons {
  text-align: center;
}
.cid-rOusld8kdu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rOusld8kdu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rOusld8kdu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOusld8kdu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOusld8kdu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOusld8kdu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOusld8kdu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOusld8kdu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOusld8kdu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOusld8kdu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOusld8kdu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rOusld8kdu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rOusld8kdu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rOusld8kdu .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rOusld8kdu .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOusld8kdu .navbar {
    height: 77px;
  }
  .cid-rOusld8kdu .navbar.opened {
    height: auto;
  }
  .cid-rOusld8kdu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOusldKBpx {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #e0f5ff;
}
.cid-rOusldKBpx .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rOusldKBpx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dfba0c, #fe525b);
  display: inline-block;
}
.cid-rOusldKBpx .container-fluid {
  padding: 0 3rem;
}
.cid-rOusldKBpx .mbr-iconfont {
  color: #cccccc;
  font-size: 1.6rem;
}
.cid-rOusldKBpx .mbr-iconfont:hover {
  color: #ffa0a4;
}
.cid-rOusldKBpx .image-wrap img {
  border-radius: 50%;
  width: 70%;
  height: 70%;
}
.cid-rOusldKBpx .mbr-title {
  margin-bottom: 0;
}
.cid-rOusldKBpx .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rOusldKBpx .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-rOusldKBpx .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-rOusldKBpx .card-wrap {
    padding: 0 1rem;
  }
  .cid-rOusldKBpx .container-fluid {
    padding: 0 1rem;
  }
  .cid-rOusldKBpx .mbr-role {
    margin-top: .5rem;
  }
}
.cid-rOusldKBpx .mbr-section-subtitle {
  color: #fe525b;
}
.cid-rOuslh6va9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/home-bg2-1-1920x1234.jpg");
}
.cid-rOuslh6va9 .container-fluid {
  padding: 0 3rem;
}
.cid-rOuslh6va9 .media-container-column {
  padding: 0 2rem;
}
.cid-rOuslh6va9 .mbr-section-title {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rOuslh6va9 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rOusIBh5Hq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rOusIBh5Hq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rOusIBh5Hq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rOusIBh5Hq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rOusIBh5Hq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rOusIBh5Hq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #1ba1e2);
}
.cid-rOusIBh5Hq .icon-focus {
  display: none;
}
.cid-rOusIBh5Hq .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: right;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rOusIBh5Hq ul {
  font-size: 0;
}
.cid-rOusIBh5Hq .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rOusIBh5Hq .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-rOusIBh5Hq .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #dfba0c, #fe525b);
}
.cid-rOusIBh5Hq .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rOusIBh5Hq .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rOusIBh5Hq .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rOusIBh5Hq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rOusIBh5Hq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dfba0c, #fe525b);
  display: inline-block;
}
.cid-rOusIBh5Hq .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rOusIBh5Hq .btn:hover {
  background: transparent !important;
}
.cid-rOusIBh5Hq .btn:hover:before {
  background: transparent !important;
}
.cid-rOusIBh5Hq .btn:before {
  background-color: transparent !important;
}
.cid-rOusIBh5Hq .btn:focus {
  box-shadow: none;
}
.cid-rT22IBsG6B {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-rT22IBsG6B {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.cid-rT22IBsG6B img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rT22IBsG6B H1 {
  color: #e6e6e6;
  text-align: center;
}
.cid-rT22IBsG6B .mbr-text,
.cid-rT22IBsG6B .mbr-section-btn {
  color: #132c70;
}
.cid-rT22IBsG6B H3 {
  color: #132c70;
}
.cid-rT22IBsG6B .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rT22IBsG6B .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rT22IBsG6B .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rT22IBsG6B .link:hover {
  color: #dfba0c !important;
}
.cid-rT22IBsG6B .link:hover .link-ico {
  color: #dfba0c !important;
  padding-left: 10px;
}
.cid-rT22IBsG6B DIV {
  color: #57468b;
}
.cid-rT22IBsG6B .text-1 {
  line-height: 1;
}
.cid-rT22IBsG6B .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-rT22IBsG6B .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-rT22IBsG6B .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-rT1W3WAxSN .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;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT1W3WAxSN .nav-item:focus,
.cid-rT1W3WAxSN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rT1W3WAxSN .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rT1W3WAxSN .nav-item .nav-link {
    position: relative;
  }
  .cid-rT1W3WAxSN .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dfba0c, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-rT1W3WAxSN .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-rT1W3WAxSN .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT1W3WAxSN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT1W3WAxSN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT1W3WAxSN .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-rT1W3WAxSN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rT1W3WAxSN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT1W3WAxSN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT1W3WAxSN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT1W3WAxSN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT1W3WAxSN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-rT1W3WAxSN .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-rT1W3WAxSN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rT1W3WAxSN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT1W3WAxSN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT1W3WAxSN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rT1W3WAxSN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT1W3WAxSN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT1W3WAxSN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT1W3WAxSN .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-rT1W3WAxSN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT1W3WAxSN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT1W3WAxSN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT1W3WAxSN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT1W3WAxSN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT1W3WAxSN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT1W3WAxSN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT1W3WAxSN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT1W3WAxSN .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-rT1W3WAxSN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT1W3WAxSN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT1W3WAxSN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT1W3WAxSN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT1W3WAxSN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rT1W3WAxSN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT1W3WAxSN .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-rT1W3WAxSN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT1W3WAxSN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT1W3WAxSN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rT1W3WAxSN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT1W3WAxSN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT1W3WAxSN .dropdown-item.active,
.cid-rT1W3WAxSN .dropdown-item:active {
  background-color: transparent;
}
.cid-rT1W3WAxSN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rT1W3WAxSN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rT1W3WAxSN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rT1W3WAxSN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-rT1W3WAxSN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT1W3WAxSN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT1W3WAxSN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rT1W3WAxSN .navbar-buttons {
  text-align: center;
}
.cid-rT1W3WAxSN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rT1W3WAxSN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rT1W3WAxSN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT1W3WAxSN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT1W3WAxSN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT1W3WAxSN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT1W3WAxSN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT1W3WAxSN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT1W3WAxSN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT1W3WAxSN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT1W3WAxSN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rT1W3WAxSN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rT1W3WAxSN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rT1W3WAxSN .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rT1W3WAxSN .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT1W3WAxSN .navbar {
    height: 77px;
  }
  .cid-rT1W3WAxSN .navbar.opened {
    height: auto;
  }
  .cid-rT1W3WAxSN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT1W3Xl3iG {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #e0f5ff;
}
.cid-rT1W3Xl3iG .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rT1W3Xl3iG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dfba0c, #fe525b);
  display: inline-block;
}
.cid-rT1W3Xl3iG .container-fluid {
  padding: 0 3rem;
}
.cid-rT1W3Xl3iG .mbr-iconfont {
  color: #cccccc;
  font-size: 1.6rem;
}
.cid-rT1W3Xl3iG .mbr-iconfont:hover {
  color: #ffa0a4;
}
.cid-rT1W3Xl3iG .image-wrap img {
  border-radius: 50%;
  width: 70%;
  height: 70%;
}
.cid-rT1W3Xl3iG .mbr-title {
  margin-bottom: 0;
}
.cid-rT1W3Xl3iG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rT1W3Xl3iG .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-rT1W3Xl3iG .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-rT1W3Xl3iG .card-wrap {
    padding: 0 1rem;
  }
  .cid-rT1W3Xl3iG .container-fluid {
    padding: 0 1rem;
  }
  .cid-rT1W3Xl3iG .mbr-role {
    margin-top: .5rem;
  }
}
.cid-rT1W3Xl3iG .mbr-section-subtitle {
  color: #fe525b;
}
.cid-rT1W40x0iq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/index-bnr1-1-1920x2880.jpg");
}
.cid-rT1W40x0iq .container-fluid {
  padding: 0 3rem;
}
.cid-rT1W40x0iq .media-container-column {
  padding: 0 2rem;
}
.cid-rT1W40x0iq .mbr-section-title {
  display: inline-block;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rT1W40x0iq .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rT1XoE40tw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rT1XoE40tw .container-fluid {
  padding: 0 3rem;
}
.cid-rT1XoE40tw .image-block {
  position: relative;
  margin: auto;
}
.cid-rT1XoE40tw .image-block img {
  width: 100%;
}
.cid-rT1XoE40tw .image-block .img-caption {
  background: #7ccbf1;
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-rT1XoE40tw .image-block .img-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rT1XoE40tw .container-fluid {
    padding: 0 1rem;
  }
  .cid-rT1XoE40tw .image-block {
    width: 100% !important;
  }
}
.cid-rT1Z375Obk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5e4;
}
.cid-rT1Z375Obk p {
  color: #767676;
}
.cid-rT1Z375Obk .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rT1Z375Obk .row-element,
.cid-rT1Z375Obk .image-element {
  padding: 0;
}
.cid-rT1Z375Obk .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT1Z375Obk .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rT1Z375Obk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rT1Z375Obk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dfba0c, #fe525b);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rT1Z375Obk .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rT1Z375Obk .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rT1Z375Obk .text-content {
    padding: 2rem 1rem;
  }
  .cid-rT1Z375Obk .underline .line {
    height: 2px;
  }
  .cid-rT1Z375Obk .mbr-title,
  .cid-rT1Z375Obk .underline,
  .cid-rT1Z375Obk .mbr-text,
  .cid-rT1Z375Obk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rT1Z375Obk .mbr-title,
.cid-rT1Z375Obk .underline {
  text-align: left;
  color: #832a80;
}
.cid-rT1Z375Obk .mbr-text,
.cid-rT1Z375Obk .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rT1W410TX4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rT1W410TX4 .mbr-text,
.cid-rT1W410TX4 blockquote {
  color: #232323;
}
.cid-rT20ODW8rA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f5e4;
}
.cid-rT20ODW8rA .container-fluid {
  padding: 0 3rem;
}
.cid-rT20ODW8rA .media-container-column {
  padding: 0 2rem;
}
.cid-rT20ODW8rA .mbr-section-title {
  display: inline-block;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rT20ODW8rA .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rT20ODW8rA .mbr-section-subtitle {
  text-align: left;
  color: #832a80;
}
.cid-rT22jwvqvd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-rT22jwvqvd {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.cid-rT22jwvqvd img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rT22jwvqvd H1 {
  color: #e6e6e6;
  text-align: center;
}
.cid-rT22jwvqvd .mbr-text,
.cid-rT22jwvqvd .mbr-section-btn {
  color: #132c70;
}
.cid-rT22jwvqvd H3 {
  color: #132c70;
}
.cid-rT22jwvqvd .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rT22jwvqvd .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rT22jwvqvd .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rT22jwvqvd .link:hover {
  color: #dfba0c !important;
}
.cid-rT22jwvqvd .link:hover .link-ico {
  color: #dfba0c !important;
  padding-left: 10px;
}
.cid-rT22jwvqvd DIV {
  color: #57468b;
}
.cid-rT22jwvqvd .text-1 {
  line-height: 1;
}
.cid-rT22jwvqvd .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-rT22jwvqvd .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-rT22jwvqvd .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
