@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  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: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #a38dfd !important;
}
.bg-success {
  background-color: #b2ccd2 !important;
}
.bg-info {
  background-color: #1ba1e2 !important;
}
.bg-warning {
  background-color: #82786e !important;
}
.bg-danger {
  background-color: #879a9f !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: #6642fc;
  border-color: #6642fc;
  border-radius: 100px;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #a38dfd !important;
  border-color: #a38dfd !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #6642fc !important;
  border-color: #6642fc !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: #6642fc !important;
  border-color: #6642fc !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: #82acb6;
  border-color: #82acb6;
  border-radius: 100px;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !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: #82acb6 !important;
  border-color: #82acb6 !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: #617479;
  border-color: #617479;
  border-radius: 100px;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #617479 !important;
  border-color: #617479 !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: #a38dfd;
  border-color: #a38dfd;
  border-radius: 100px;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #5229fb;
  color: #5229fb !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #a38dfd;
  border-color: #a38dfd;
}
.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: #a38dfd !important;
  border-color: #a38dfd !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: #b2ccd2;
  border-color: #b2ccd2;
  border-radius: 100px;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.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: #b2ccd2 !important;
  border-color: #b2ccd2 !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: #879a9f;
  border-color: #879a9f;
  border-radius: 100px;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #879a9f;
  border-color: #879a9f;
}
.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: #879a9f !important;
  border-color: #879a9f !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: #a38dfd !important;
}
.text-secondary {
  color: #fe525b !important;
}
.text-success {
  color: #b2ccd2 !important;
}
.text-info {
  color: #1ba1e2 !important;
}
.text-warning {
  color: #82786e !important;
}
.text-danger {
  color: #879a9f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5229fb !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9010d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #72a1ac !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: #55666b !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: #b2ccd2;
}
.alert-info {
  background-color: #1ba1e2;
}
.alert-warning {
  background-color: #82786e;
}
.alert-danger {
  background-color: #879a9f;
}
.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: #a38dfd;
  border-color: #a38dfd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a38dfd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ced6d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Comfortaa', display;
  font-size: 1.1rem;
}
blockquote {
  border-color: #a38dfd;
}
/* 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: #a38dfd;
  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: #a38dfd;
  border-bottom-color: #a38dfd;
}
.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: #a38dfd !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='%23a38dfd' %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-sFem9vIpHv {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sFem9vIpHv .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-sFem9vIpHv img {
  width: 100%;
}
.cid-sFem9vIpHv p {
  margin-top: 6rem;
}
.cid-sFem9vIpHv .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sFem9vIpHv .content-wrapper {
  padding-top: 6rem;
}
.cid-sFem9vIpHv h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sFem9vIpHv .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sFem9vIpHv p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sFem9vIpHv .back {
    width: 100%;
    height: 75%;
  }
  .cid-sFem9vIpHv .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sFem9vIpHv p {
    margin-top: 4rem;
  }
}
.cid-sFem9vIpHv .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-sFem9vIpHv .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sFem9vIpHv .content-wrapper {
    padding-right: 3rem;
  }
  .cid-sFem9vIpHv h4 {
    right: 2rem;
  }
}
.cid-uPASyzFjV2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uPASyzFjV2 .container-fluid {
  padding: 0 3rem;
}
.cid-uPASyzFjV2 .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uPASyzFjV2 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uPASyzFjV2 .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uPASyzFjV2 .blockquote-quote {
    text-align: left;
  }
  .cid-uPASyzFjV2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uPAVfzEVl0 {
  padding-top: 90px;
  padding-bottom: 180px;
  background-color: #efefef;
}
.cid-uPAVfzEVl0 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uPAVfzEVl0 .block {
  background-color: #ffda00;
}
.cid-uPAVfzEVl0 img {
  width: 100%;
}
.cid-uPAVfzEVl0 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-uPAVfzEVl0 .content {
  max-width: 600px;
}
.cid-uPAVfzEVl0 h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uPAVfzEVl0 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uPAVfzEVl0 h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPAVfzEVl0 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uPAVfzEVl0 h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-uPAVfzEVl0 .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-sFelWQUtTB {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sFelWQUtTB .mbr-section-title,
.cid-sFelWQUtTB .mbr-section-subtitle {
  color: #879a9f;
}
.cid-sFelWQUtTB .mbr-section-text {
  color: #767676;
}
.cid-sFelWQUtTB .mbr-text,
.cid-sFelWQUtTB .typed-text,
.cid-sFelWQUtTB .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sFelWQUtTB .btn {
  margin-left: 4px !important;
}
.cid-sFelWQUtTB .animated-element {
  color: #fe525b;
}
.cid-sFelWQUtTB .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fe525b;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tP00Ihb9zY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tP00Ihb9zY .counter-container {
  color: #767676;
}
.cid-tP00Ihb9zY .counter-container ul {
  margin-bottom: 0;
}
.cid-tP00Ihb9zY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tP00Ihb9zY .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #8264fd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8264fd, #ffa0a4);
  border-radius: 0;
  content: '✓';
}
.cid-sFem2868FA {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-sFem2868FA .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sFem2868FA .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sFem2868FA .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sFem2868FA img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sFem2868FA .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sFzGCWgtuF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sFzGCWgtuF .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sFzGCWgtuF .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sFzGCWgtuF .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-sFzGCWgtuF p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-sFzGCWgtuF .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-sFzGCWgtuF .box-title2,
.cid-sFzGCWgtuF .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sFzGCWgtuF .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sFzGCWgtuF .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sFzGCWgtuF .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sFzGCWgtuF .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sFzGCWgtuF .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sFzGCWgtuF .col:hover .box-title2,
.cid-sFzGCWgtuF .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sFzGCWgtuF .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-sFzGCWgtuF .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sFzGCWgtuF .img-content {
    opacity: 1;
  }
  .cid-sFzGCWgtuF .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sFzGCWgtuF .box-content {
    width: 100%;
  }
  .cid-sFzGCWgtuF .box-title2,
  .cid-sFzGCWgtuF .box-text2 {
    color: #ffffff !important;
  }
  .cid-sFzGCWgtuF p {
    margin-left: 0;
  }
  .cid-sFzGCWgtuF .content-block,
  .cid-sFzGCWgtuF .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sFzGCWgtuF .box-text1 {
  color: #333333;
}
.cid-sFzGCWgtuF .box-title2 {
  color: #767676;
}
.cid-sFzGCWgtuF .box-text2 {
  color: #333333;
}
.cid-sFzGCWgtuF .mbr-text,
.cid-sFzGCWgtuF .mbr-section-btn {
  color: #cccccc;
}
.cid-sFzGCWgtuF H2 {
  color: #ffffff;
}
.cid-sFzGCWgtuF H3 {
  color: #ffffff;
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-tOSC8Ky4iV .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-tOSC8Ky4iV .nav-item:focus,
.cid-tOSC8Ky4iV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tOSC8Ky4iV .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link {
    position: relative;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tOSC8Ky4iV .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSC8Ky4iV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOSC8Ky4iV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOSC8Ky4iV .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-tOSC8Ky4iV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOSC8Ky4iV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOSC8Ky4iV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tOSC8Ky4iV .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tOSC8Ky4iV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-tOSC8Ky4iV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOSC8Ky4iV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOSC8Ky4iV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOSC8Ky4iV .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-tOSC8Ky4iV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tOSC8Ky4iV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tOSC8Ky4iV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOSC8Ky4iV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOSC8Ky4iV .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-tOSC8Ky4iV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOSC8Ky4iV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOSC8Ky4iV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOSC8Ky4iV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tOSC8Ky4iV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tOSC8Ky4iV .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tOSC8Ky4iV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOSC8Ky4iV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOSC8Ky4iV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOSC8Ky4iV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOSC8Ky4iV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOSC8Ky4iV .dropdown-item.active,
.cid-tOSC8Ky4iV .dropdown-item:active {
  background-color: transparent;
}
.cid-tOSC8Ky4iV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOSC8Ky4iV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOSC8Ky4iV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOSC8Ky4iV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tOSC8Ky4iV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOSC8Ky4iV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOSC8Ky4iV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tOSC8Ky4iV .navbar-buttons {
  text-align: center;
}
.cid-tOSC8Ky4iV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSC8Ky4iV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tOSC8Ky4iV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOSC8Ky4iV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOSC8Ky4iV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tOSC8Ky4iV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOSC8Ky4iV .navbar {
    height: 77px;
  }
  .cid-tOSC8Ky4iV .navbar.opened {
    height: auto;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSgSHSGwM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tOSgSHSGwM .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-tOSgSHSGwM img {
  width: 100%;
}
.cid-tOSgSHSGwM p {
  margin-top: 6rem;
}
.cid-tOSgSHSGwM .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tOSgSHSGwM .content-wrapper {
  padding-top: 6rem;
}
.cid-tOSgSHSGwM h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tOSgSHSGwM .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tOSgSHSGwM p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tOSgSHSGwM .back {
    width: 100%;
    height: 75%;
  }
  .cid-tOSgSHSGwM .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tOSgSHSGwM p {
    margin-top: 4rem;
  }
}
.cid-tOSgSHSGwM .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tOSgSHSGwM .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tOSgSHSGwM .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tOSgSHSGwM h4 {
    right: 2rem;
  }
}
.cid-tOSjtUhcOC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tOSjtUhcOC .container-fluid {
  padding: 0 3rem;
}
.cid-tOSjtUhcOC .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-tOSjtUhcOC svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-tOSjtUhcOC .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-tOSjtUhcOC .blockquote-quote {
    text-align: left;
  }
  .cid-tOSjtUhcOC .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tOSgSJeFVs {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tOSgSJeFVs .mbr-section-title,
.cid-tOSgSJeFVs .mbr-section-subtitle {
  color: #879a9f;
}
.cid-tOSgSJeFVs .mbr-section-text {
  color: #767676;
}
.cid-tOSgSJeFVs .mbr-text,
.cid-tOSgSJeFVs .typed-text,
.cid-tOSgSJeFVs .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tOSgSJeFVs .btn {
  margin-left: 4px !important;
}
.cid-tOSgSJeFVs .animated-element {
  color: #fe525b;
}
.cid-tOSgSJeFVs .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fe525b;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tOTSHQjsSk {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tOTSHQjsSk .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-tOTSHQjsSk .text-content .btn-bgr {
  z-index: 0;
}
.cid-tOTSHQjsSk .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-tOTSHQjsSk .container-full-width {
  position: relative;
}
.cid-tOTSHQjsSk .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-tOTSHQjsSk .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-tOTSHQjsSk .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-tOTSHQjsSk .text-content {
    width: 540px;
  }
  .cid-tOTSHQjsSk .column-content {
    width: 100%;
  }
  .cid-tOTSHQjsSk .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-tOTSHQjsSk .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-tOTSHQjsSk .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-tOTSHQjsSk .column-content {
    width: 50%;
  }
  .cid-tOTSHQjsSk .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-tOTSHQjsSk .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOTSHQjsSk .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-tOTSHQjsSk .column-content {
    height: 33rem;
  }
}
.cid-tOTSHQjsSk .mbr-text,
.cid-tOTSHQjsSk .mbr-section-btn {
  color: #767676;
}
.cid-tOSgSKuYoI {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-tOSgSKuYoI .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tOSgSKuYoI .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tOSgSKuYoI .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tOSgSKuYoI img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tOSgSKuYoI .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tOSgSL6ypG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tOSgSL6ypG .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tOSgSL6ypG .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-tOSgSL6ypG .block2 {
  background: #232323;
  display: flex;
  justify-content: center;
}
.cid-tOSgSL6ypG p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-tOSgSL6ypG .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-tOSgSL6ypG .box-title2,
.cid-tOSgSL6ypG .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tOSgSL6ypG .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-tOSgSL6ypG .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-tOSgSL6ypG .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-tOSgSL6ypG .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tOSgSL6ypG .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-tOSgSL6ypG .col:hover .box-title2,
.cid-tOSgSL6ypG .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-tOSgSL6ypG .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-tOSgSL6ypG .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tOSgSL6ypG .img-content {
    opacity: 1;
  }
  .cid-tOSgSL6ypG .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-tOSgSL6ypG .box-content {
    width: 100%;
  }
  .cid-tOSgSL6ypG .box-title2,
  .cid-tOSgSL6ypG .box-text2 {
    color: #ffffff !important;
  }
  .cid-tOSgSL6ypG p {
    margin-left: 0;
  }
  .cid-tOSgSL6ypG .content-block,
  .cid-tOSgSL6ypG .content1 {
    padding: 3rem 1rem;
  }
}
.cid-tOSgSL6ypG .box-text1 {
  color: #333333;
}
.cid-tOSgSL6ypG .box-title2 {
  color: #767676;
}
.cid-tOSgSL6ypG .box-text2 {
  color: #333333;
}
.cid-tOSgSL6ypG .mbr-text,
.cid-tOSgSL6ypG .mbr-section-btn {
  color: #cccccc;
}
.cid-tOSgSL6ypG H2 {
  color: #ffffff;
}
.cid-tOSgSL6ypG H3 {
  color: #ffffff;
}
.cid-tOSC8Ky4iV .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-tOSC8Ky4iV .nav-item:focus,
.cid-tOSC8Ky4iV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tOSC8Ky4iV .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link {
    position: relative;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tOSC8Ky4iV .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSC8Ky4iV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOSC8Ky4iV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOSC8Ky4iV .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-tOSC8Ky4iV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOSC8Ky4iV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOSC8Ky4iV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tOSC8Ky4iV .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tOSC8Ky4iV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-tOSC8Ky4iV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOSC8Ky4iV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOSC8Ky4iV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOSC8Ky4iV .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-tOSC8Ky4iV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tOSC8Ky4iV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tOSC8Ky4iV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOSC8Ky4iV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOSC8Ky4iV .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-tOSC8Ky4iV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOSC8Ky4iV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOSC8Ky4iV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOSC8Ky4iV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tOSC8Ky4iV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tOSC8Ky4iV .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tOSC8Ky4iV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOSC8Ky4iV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOSC8Ky4iV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOSC8Ky4iV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOSC8Ky4iV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOSC8Ky4iV .dropdown-item.active,
.cid-tOSC8Ky4iV .dropdown-item:active {
  background-color: transparent;
}
.cid-tOSC8Ky4iV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOSC8Ky4iV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOSC8Ky4iV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOSC8Ky4iV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tOSC8Ky4iV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOSC8Ky4iV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOSC8Ky4iV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tOSC8Ky4iV .navbar-buttons {
  text-align: center;
}
.cid-tOSC8Ky4iV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSC8Ky4iV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tOSC8Ky4iV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOSC8Ky4iV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOSC8Ky4iV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tOSC8Ky4iV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOSC8Ky4iV .navbar {
    height: 77px;
  }
  .cid-tOSC8Ky4iV .navbar.opened {
    height: auto;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-tOSgZGZzHT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tOSgZGZzHT .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-tOSgZGZzHT img {
  width: 100%;
}
.cid-tOSgZGZzHT p {
  margin-top: 6rem;
}
.cid-tOSgZGZzHT .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tOSgZGZzHT .content-wrapper {
  padding-top: 6rem;
}
.cid-tOSgZGZzHT h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tOSgZGZzHT .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tOSgZGZzHT p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tOSgZGZzHT .back {
    width: 100%;
    height: 75%;
  }
  .cid-tOSgZGZzHT .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tOSgZGZzHT p {
    margin-top: 4rem;
  }
}
.cid-tOSgZGZzHT .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tOSgZGZzHT .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tOSgZGZzHT .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tOSgZGZzHT h4 {
    right: 2rem;
  }
}
.cid-uR0xzsYYlJ {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uR0xzsYYlJ .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-uR0xzsYYlJ .text-content .btn-bgr {
  z-index: 0;
}
.cid-uR0xzsYYlJ .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-uR0xzsYYlJ .container-full-width {
  position: relative;
}
.cid-uR0xzsYYlJ .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-uR0xzsYYlJ .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-uR0xzsYYlJ .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-uR0xzsYYlJ .text-content {
    width: 540px;
  }
  .cid-uR0xzsYYlJ .column-content {
    width: 100%;
  }
  .cid-uR0xzsYYlJ .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-uR0xzsYYlJ .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-uR0xzsYYlJ .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-uR0xzsYYlJ .column-content {
    width: 50%;
  }
  .cid-uR0xzsYYlJ .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-uR0xzsYYlJ .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR0xzsYYlJ .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-uR0xzsYYlJ .column-content {
    height: 33rem;
  }
}
.cid-uR0xzsYYlJ .mbr-text,
.cid-uR0xzsYYlJ .mbr-section-btn {
  color: #767676;
}
.cid-tOSgZJty8G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tOSgZJty8G .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tOSgZJty8G .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-tOSgZJty8G .block2 {
  background: #232323;
  display: flex;
  justify-content: center;
}
.cid-tOSgZJty8G p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-tOSgZJty8G .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-tOSgZJty8G .box-title2,
.cid-tOSgZJty8G .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tOSgZJty8G .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-tOSgZJty8G .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-tOSgZJty8G .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-tOSgZJty8G .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tOSgZJty8G .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-tOSgZJty8G .col:hover .box-title2,
.cid-tOSgZJty8G .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-tOSgZJty8G .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-tOSgZJty8G .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tOSgZJty8G .img-content {
    opacity: 1;
  }
  .cid-tOSgZJty8G .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-tOSgZJty8G .box-content {
    width: 100%;
  }
  .cid-tOSgZJty8G .box-title2,
  .cid-tOSgZJty8G .box-text2 {
    color: #ffffff !important;
  }
  .cid-tOSgZJty8G p {
    margin-left: 0;
  }
  .cid-tOSgZJty8G .content-block,
  .cid-tOSgZJty8G .content1 {
    padding: 3rem 1rem;
  }
}
.cid-tOSgZJty8G .box-text1 {
  color: #333333;
}
.cid-tOSgZJty8G .box-title2 {
  color: #767676;
}
.cid-tOSgZJty8G .box-text2 {
  color: #333333;
}
.cid-tOSgZJty8G .mbr-text,
.cid-tOSgZJty8G .mbr-section-btn {
  color: #cccccc;
}
.cid-tOSgZJty8G H2 {
  color: #ffffff;
}
.cid-tOSgZJty8G H3 {
  color: #ffffff;
}
.cid-tOSC8Ky4iV .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-tOSC8Ky4iV .nav-item:focus,
.cid-tOSC8Ky4iV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tOSC8Ky4iV .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link {
    position: relative;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tOSC8Ky4iV .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSC8Ky4iV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOSC8Ky4iV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOSC8Ky4iV .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-tOSC8Ky4iV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOSC8Ky4iV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOSC8Ky4iV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tOSC8Ky4iV .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tOSC8Ky4iV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-tOSC8Ky4iV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOSC8Ky4iV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOSC8Ky4iV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOSC8Ky4iV .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-tOSC8Ky4iV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOSC8Ky4iV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tOSC8Ky4iV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tOSC8Ky4iV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOSC8Ky4iV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOSC8Ky4iV .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-tOSC8Ky4iV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOSC8Ky4iV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOSC8Ky4iV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOSC8Ky4iV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOSC8Ky4iV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tOSC8Ky4iV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tOSC8Ky4iV .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tOSC8Ky4iV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOSC8Ky4iV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOSC8Ky4iV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOSC8Ky4iV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOSC8Ky4iV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOSC8Ky4iV .dropdown-item.active,
.cid-tOSC8Ky4iV .dropdown-item:active {
  background-color: transparent;
}
.cid-tOSC8Ky4iV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOSC8Ky4iV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOSC8Ky4iV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOSC8Ky4iV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tOSC8Ky4iV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOSC8Ky4iV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOSC8Ky4iV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tOSC8Ky4iV .navbar-buttons {
  text-align: center;
}
.cid-tOSC8Ky4iV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSC8Ky4iV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOSC8Ky4iV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSC8Ky4iV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tOSC8Ky4iV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOSC8Ky4iV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOSC8Ky4iV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tOSC8Ky4iV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOSC8Ky4iV .navbar {
    height: 77px;
  }
  .cid-tOSC8Ky4iV .navbar.opened {
    height: auto;
  }
  .cid-tOSC8Ky4iV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-tOSG0CCSbj {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tOSG0CCSbj .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-tOSG0CCSbj img {
  width: 100%;
}
.cid-tOSG0CCSbj p {
  margin-top: 6rem;
}
.cid-tOSG0CCSbj .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tOSG0CCSbj .content-wrapper {
  padding-top: 6rem;
}
.cid-tOSG0CCSbj h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tOSG0CCSbj .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tOSG0CCSbj p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tOSG0CCSbj .back {
    width: 100%;
    height: 75%;
  }
  .cid-tOSG0CCSbj .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tOSG0CCSbj p {
    margin-top: 4rem;
  }
}
.cid-tOSG0CCSbj .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tOSG0CCSbj .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tOSG0CCSbj .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tOSG0CCSbj h4 {
    right: 2rem;
  }
}
.cid-tOSG0DsV4O {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tOSG0DsV4O .mbr-section-title,
.cid-tOSG0DsV4O .mbr-section-subtitle {
  color: #879a9f;
}
.cid-tOSG0DsV4O .mbr-section-text {
  color: #767676;
}
.cid-tOSG0DsV4O .mbr-text,
.cid-tOSG0DsV4O .typed-text,
.cid-tOSG0DsV4O .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tOSG0DsV4O .btn {
  margin-left: 4px !important;
}
.cid-tOSG0DsV4O .animated-element {
  color: #fe525b;
}
.cid-tOSG0DsV4O .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fe525b;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tOSG0EdJrx {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-tOSG0EdJrx .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tOSG0EdJrx .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tOSG0EdJrx .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tOSG0EdJrx img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tOSG0EdJrx .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tOSG0EV9ck {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tOSG0EV9ck .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tOSG0EV9ck .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-tOSG0EV9ck .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-tOSG0EV9ck p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-tOSG0EV9ck .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-tOSG0EV9ck .box-title2,
.cid-tOSG0EV9ck .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tOSG0EV9ck .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-tOSG0EV9ck .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-tOSG0EV9ck .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-tOSG0EV9ck .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tOSG0EV9ck .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-tOSG0EV9ck .col:hover .box-title2,
.cid-tOSG0EV9ck .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-tOSG0EV9ck .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-tOSG0EV9ck .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tOSG0EV9ck .img-content {
    opacity: 1;
  }
  .cid-tOSG0EV9ck .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-tOSG0EV9ck .box-content {
    width: 100%;
  }
  .cid-tOSG0EV9ck .box-title2,
  .cid-tOSG0EV9ck .box-text2 {
    color: #ffffff !important;
  }
  .cid-tOSG0EV9ck p {
    margin-left: 0;
  }
  .cid-tOSG0EV9ck .content-block,
  .cid-tOSG0EV9ck .content1 {
    padding: 3rem 1rem;
  }
}
.cid-tOSG0EV9ck .box-text1 {
  color: #333333;
}
.cid-tOSG0EV9ck .box-title2 {
  color: #767676;
}
.cid-tOSG0EV9ck .box-text2 {
  color: #333333;
}
.cid-tOSG0EV9ck .mbr-text,
.cid-tOSG0EV9ck .mbr-section-btn {
  color: #cccccc;
}
.cid-tOSG0EV9ck H2 {
  color: #ffffff;
}
.cid-tOSG0EV9ck H3 {
  color: #ffffff;
}
.cid-tOSG0FBT5c .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-tOSG0FBT5c .nav-item:focus,
.cid-tOSG0FBT5c .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tOSG0FBT5c .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tOSG0FBT5c .nav-item .nav-link {
    position: relative;
  }
  .cid-tOSG0FBT5c .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tOSG0FBT5c .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tOSG0FBT5c .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSG0FBT5c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOSG0FBT5c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOSG0FBT5c .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-tOSG0FBT5c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOSG0FBT5c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOSG0FBT5c .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tOSG0FBT5c .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tOSG0FBT5c .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-tOSG0FBT5c .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOSG0FBT5c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOSG0FBT5c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOSG0FBT5c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOSG0FBT5c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOSG0FBT5c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOSG0FBT5c .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-tOSG0FBT5c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOSG0FBT5c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tOSG0FBT5c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tOSG0FBT5c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOSG0FBT5c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOSG0FBT5c .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOSG0FBT5c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOSG0FBT5c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOSG0FBT5c .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-tOSG0FBT5c .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOSG0FBT5c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOSG0FBT5c .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOSG0FBT5c .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOSG0FBT5c .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tOSG0FBT5c .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tOSG0FBT5c .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tOSG0FBT5c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOSG0FBT5c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOSG0FBT5c .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOSG0FBT5c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOSG0FBT5c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOSG0FBT5c .dropdown-item.active,
.cid-tOSG0FBT5c .dropdown-item:active {
  background-color: transparent;
}
.cid-tOSG0FBT5c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOSG0FBT5c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOSG0FBT5c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOSG0FBT5c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tOSG0FBT5c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOSG0FBT5c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOSG0FBT5c ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tOSG0FBT5c .navbar-buttons {
  text-align: center;
}
.cid-tOSG0FBT5c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOSG0FBT5c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOSG0FBT5c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOSG0FBT5c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSG0FBT5c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSG0FBT5c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOSG0FBT5c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSG0FBT5c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOSG0FBT5c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOSG0FBT5c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSG0FBT5c .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tOSG0FBT5c a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOSG0FBT5c .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOSG0FBT5c .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tOSG0FBT5c .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOSG0FBT5c .navbar {
    height: 77px;
  }
  .cid-tOSG0FBT5c .navbar.opened {
    height: auto;
  }
  .cid-tOSG0FBT5c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-tOSG7D8UxC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tOSG7D8UxC .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-tOSG7D8UxC img {
  width: 100%;
}
.cid-tOSG7D8UxC p {
  margin-top: 6rem;
}
.cid-tOSG7D8UxC .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tOSG7D8UxC .content-wrapper {
  padding-top: 6rem;
}
.cid-tOSG7D8UxC h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tOSG7D8UxC .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tOSG7D8UxC p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tOSG7D8UxC .back {
    width: 100%;
    height: 75%;
  }
  .cid-tOSG7D8UxC .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tOSG7D8UxC p {
    margin-top: 4rem;
  }
}
.cid-tOSG7D8UxC .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tOSG7D8UxC .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tOSG7D8UxC .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tOSG7D8UxC h4 {
    right: 2rem;
  }
}
.cid-tOSG7DWlvw {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tOSG7DWlvw .mbr-section-title,
.cid-tOSG7DWlvw .mbr-section-subtitle {
  color: #879a9f;
}
.cid-tOSG7DWlvw .mbr-section-text {
  color: #767676;
}
.cid-tOSG7DWlvw .mbr-text,
.cid-tOSG7DWlvw .typed-text,
.cid-tOSG7DWlvw .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tOSG7DWlvw .btn {
  margin-left: 4px !important;
}
.cid-tOSG7DWlvw .animated-element {
  color: #fe525b;
}
.cid-tOSG7DWlvw .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fe525b;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tOSG7EyRQf {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-tOSG7EyRQf .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tOSG7EyRQf .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tOSG7EyRQf .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tOSG7EyRQf img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tOSG7EyRQf .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tOSG7F5mJf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tOSG7F5mJf .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tOSG7F5mJf .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-tOSG7F5mJf .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-tOSG7F5mJf p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-tOSG7F5mJf .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-tOSG7F5mJf .box-title2,
.cid-tOSG7F5mJf .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tOSG7F5mJf .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-tOSG7F5mJf .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-tOSG7F5mJf .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-tOSG7F5mJf .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tOSG7F5mJf .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-tOSG7F5mJf .col:hover .box-title2,
.cid-tOSG7F5mJf .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-tOSG7F5mJf .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-tOSG7F5mJf .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tOSG7F5mJf .img-content {
    opacity: 1;
  }
  .cid-tOSG7F5mJf .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-tOSG7F5mJf .box-content {
    width: 100%;
  }
  .cid-tOSG7F5mJf .box-title2,
  .cid-tOSG7F5mJf .box-text2 {
    color: #ffffff !important;
  }
  .cid-tOSG7F5mJf p {
    margin-left: 0;
  }
  .cid-tOSG7F5mJf .content-block,
  .cid-tOSG7F5mJf .content1 {
    padding: 3rem 1rem;
  }
}
.cid-tOSG7F5mJf .box-text1 {
  color: #333333;
}
.cid-tOSG7F5mJf .box-title2 {
  color: #767676;
}
.cid-tOSG7F5mJf .box-text2 {
  color: #333333;
}
.cid-tOSG7F5mJf .mbr-text,
.cid-tOSG7F5mJf .mbr-section-btn {
  color: #cccccc;
}
.cid-tOSG7F5mJf H2 {
  color: #ffffff;
}
.cid-tOSG7F5mJf H3 {
  color: #ffffff;
}
.cid-tOSG7FBWEW .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-tOSG7FBWEW .nav-item:focus,
.cid-tOSG7FBWEW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tOSG7FBWEW .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tOSG7FBWEW .nav-item .nav-link {
    position: relative;
  }
  .cid-tOSG7FBWEW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tOSG7FBWEW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tOSG7FBWEW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSG7FBWEW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOSG7FBWEW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOSG7FBWEW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-tOSG7FBWEW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOSG7FBWEW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOSG7FBWEW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tOSG7FBWEW .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tOSG7FBWEW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-tOSG7FBWEW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOSG7FBWEW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOSG7FBWEW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOSG7FBWEW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOSG7FBWEW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOSG7FBWEW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOSG7FBWEW .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-tOSG7FBWEW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOSG7FBWEW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tOSG7FBWEW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tOSG7FBWEW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOSG7FBWEW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOSG7FBWEW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOSG7FBWEW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOSG7FBWEW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOSG7FBWEW .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-tOSG7FBWEW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOSG7FBWEW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOSG7FBWEW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOSG7FBWEW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOSG7FBWEW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tOSG7FBWEW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tOSG7FBWEW .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tOSG7FBWEW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOSG7FBWEW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOSG7FBWEW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOSG7FBWEW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOSG7FBWEW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOSG7FBWEW .dropdown-item.active,
.cid-tOSG7FBWEW .dropdown-item:active {
  background-color: transparent;
}
.cid-tOSG7FBWEW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOSG7FBWEW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOSG7FBWEW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOSG7FBWEW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tOSG7FBWEW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOSG7FBWEW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOSG7FBWEW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tOSG7FBWEW .navbar-buttons {
  text-align: center;
}
.cid-tOSG7FBWEW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOSG7FBWEW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOSG7FBWEW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOSG7FBWEW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSG7FBWEW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSG7FBWEW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOSG7FBWEW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSG7FBWEW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOSG7FBWEW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOSG7FBWEW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSG7FBWEW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tOSG7FBWEW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOSG7FBWEW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOSG7FBWEW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tOSG7FBWEW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOSG7FBWEW .navbar {
    height: 77px;
  }
  .cid-tOSG7FBWEW .navbar.opened {
    height: auto;
  }
  .cid-tOSG7FBWEW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-tOSNnhCu8V {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tOSNnhCu8V .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-tOSNnhCu8V img {
  width: 100%;
}
.cid-tOSNnhCu8V p {
  margin-top: 6rem;
}
.cid-tOSNnhCu8V .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tOSNnhCu8V .content-wrapper {
  padding-top: 6rem;
}
.cid-tOSNnhCu8V h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tOSNnhCu8V .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tOSNnhCu8V p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tOSNnhCu8V .back {
    width: 100%;
    height: 75%;
  }
  .cid-tOSNnhCu8V .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tOSNnhCu8V p {
    margin-top: 4rem;
  }
}
.cid-tOSNnhCu8V .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tOSNnhCu8V .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tOSNnhCu8V .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tOSNnhCu8V h4 {
    right: 2rem;
  }
}
.cid-tOSRe19QWS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tOSRe19QWS .mbr-text {
  position: relative;
}
.cid-tOSRe19QWS .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-tOSRe19QWS img {
  object-fit: contain;
}
.cid-tOSRe19QWS .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-tOSRe19QWS .mbr-text:after,
  .cid-tOSRe19QWS .mbr-text:before {
    display: none;
  }
}
.cid-tOT5IFJB0F {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tOT5IFJB0F svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tOT5IFJB0F #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-tOT5IFJB0F img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(254, 133, 139, 0.35);
}
@media (max-width: 576px) {
  .cid-tOT5IFJB0F img {
    width: 100%;
    left: 0;
  }
}
.cid-tOT5IFJB0F H1 {
  color: #1ba1e2;
}
.cid-tOT5IFJB0F .mbr-text,
.cid-tOT5IFJB0F .mbr-section-btn {
  color: #716c80;
}
.cid-tOSNnik7nN {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tOSNnik7nN .mbr-section-title,
.cid-tOSNnik7nN .mbr-section-subtitle {
  color: #879a9f;
}
.cid-tOSNnik7nN .mbr-section-text {
  color: #767676;
}
.cid-tOSNnik7nN .mbr-text,
.cid-tOSNnik7nN .typed-text,
.cid-tOSNnik7nN .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tOSNnik7nN .btn {
  margin-left: 4px !important;
}
.cid-tOSNnik7nN .animated-element {
  color: #fe525b;
}
.cid-tOSNnik7nN .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fe525b;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tOSVKyGhOJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tOSVKyGhOJ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tOSVKyGhOJ img:hover {
  transform: scale(1.1);
}
.cid-tOSVKyGhOJ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tOSVKyGhOJ h2 {
  padding: 0;
  margin: 0;
}
.cid-tOSVKyGhOJ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOSVKyGhOJ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tOSVKyGhOJ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tOSVKyGhOJ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tOSVKyGhOJ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tOSVKyGhOJ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tOSVKyGhOJ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tOSVKyGhOJ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tOSVKyGhOJ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tOSVKyGhOJ H2 {
  color: #333333;
}
.cid-tOSVKyGhOJ .mbr-text {
  color: #767676;
}
.cid-tOSNnjtx2V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tOSNnjtx2V .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tOSNnjtx2V .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-tOSNnjtx2V .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-tOSNnjtx2V p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-tOSNnjtx2V .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-tOSNnjtx2V .box-title2,
.cid-tOSNnjtx2V .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tOSNnjtx2V .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-tOSNnjtx2V .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-tOSNnjtx2V .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-tOSNnjtx2V .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tOSNnjtx2V .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-tOSNnjtx2V .col:hover .box-title2,
.cid-tOSNnjtx2V .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-tOSNnjtx2V .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-tOSNnjtx2V .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tOSNnjtx2V .img-content {
    opacity: 1;
  }
  .cid-tOSNnjtx2V .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-tOSNnjtx2V .box-content {
    width: 100%;
  }
  .cid-tOSNnjtx2V .box-title2,
  .cid-tOSNnjtx2V .box-text2 {
    color: #ffffff !important;
  }
  .cid-tOSNnjtx2V p {
    margin-left: 0;
  }
  .cid-tOSNnjtx2V .content-block,
  .cid-tOSNnjtx2V .content1 {
    padding: 3rem 1rem;
  }
}
.cid-tOSNnjtx2V .box-text1 {
  color: #333333;
}
.cid-tOSNnjtx2V .box-title2 {
  color: #767676;
}
.cid-tOSNnjtx2V .box-text2 {
  color: #333333;
}
.cid-tOSNnjtx2V .mbr-text,
.cid-tOSNnjtx2V .mbr-section-btn {
  color: #cccccc;
}
.cid-tOSNnjtx2V H2 {
  color: #ffffff;
}
.cid-tOSNnjtx2V H3 {
  color: #ffffff;
}
.cid-tOSNnk1oDO .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-tOSNnk1oDO .nav-item:focus,
.cid-tOSNnk1oDO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tOSNnk1oDO .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tOSNnk1oDO .nav-item .nav-link {
    position: relative;
  }
  .cid-tOSNnk1oDO .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tOSNnk1oDO .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tOSNnk1oDO .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSNnk1oDO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOSNnk1oDO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOSNnk1oDO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-tOSNnk1oDO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOSNnk1oDO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOSNnk1oDO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tOSNnk1oDO .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tOSNnk1oDO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-tOSNnk1oDO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOSNnk1oDO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOSNnk1oDO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOSNnk1oDO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOSNnk1oDO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOSNnk1oDO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOSNnk1oDO .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-tOSNnk1oDO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOSNnk1oDO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tOSNnk1oDO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tOSNnk1oDO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOSNnk1oDO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOSNnk1oDO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOSNnk1oDO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOSNnk1oDO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOSNnk1oDO .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-tOSNnk1oDO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOSNnk1oDO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOSNnk1oDO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOSNnk1oDO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOSNnk1oDO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tOSNnk1oDO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tOSNnk1oDO .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tOSNnk1oDO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOSNnk1oDO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOSNnk1oDO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOSNnk1oDO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOSNnk1oDO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOSNnk1oDO .dropdown-item.active,
.cid-tOSNnk1oDO .dropdown-item:active {
  background-color: transparent;
}
.cid-tOSNnk1oDO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOSNnk1oDO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOSNnk1oDO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOSNnk1oDO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tOSNnk1oDO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOSNnk1oDO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOSNnk1oDO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tOSNnk1oDO .navbar-buttons {
  text-align: center;
}
.cid-tOSNnk1oDO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOSNnk1oDO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOSNnk1oDO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOSNnk1oDO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSNnk1oDO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSNnk1oDO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOSNnk1oDO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSNnk1oDO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOSNnk1oDO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOSNnk1oDO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSNnk1oDO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tOSNnk1oDO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOSNnk1oDO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOSNnk1oDO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tOSNnk1oDO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOSNnk1oDO .navbar {
    height: 77px;
  }
  .cid-tOSNnk1oDO .navbar.opened {
    height: auto;
  }
  .cid-tOSNnk1oDO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-tOSWUUTf5c {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tOSWUUTf5c .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-tOSWUUTf5c img {
  width: 100%;
}
.cid-tOSWUUTf5c p {
  margin-top: 6rem;
}
.cid-tOSWUUTf5c .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tOSWUUTf5c .content-wrapper {
  padding-top: 6rem;
}
.cid-tOSWUUTf5c h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tOSWUUTf5c .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tOSWUUTf5c p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tOSWUUTf5c .back {
    width: 100%;
    height: 75%;
  }
  .cid-tOSWUUTf5c .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tOSWUUTf5c p {
    margin-top: 4rem;
  }
}
.cid-tOSWUUTf5c .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tOSWUUTf5c .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tOSWUUTf5c .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tOSWUUTf5c h4 {
    right: 2rem;
  }
}
.cid-tOSWUWJvuh {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tOSWUWJvuh .mbr-section-title,
.cid-tOSWUWJvuh .mbr-section-subtitle {
  color: #879a9f;
}
.cid-tOSWUWJvuh .mbr-section-text {
  color: #767676;
}
.cid-tOSWUWJvuh .mbr-text,
.cid-tOSWUWJvuh .typed-text,
.cid-tOSWUWJvuh .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tOSWUWJvuh .btn {
  margin-left: 4px !important;
}
.cid-tOSWUWJvuh .animated-element {
  color: #fe525b;
}
.cid-tOSWUWJvuh .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fe525b;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tOSWUZeDMc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tOSWUZeDMc .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tOSWUZeDMc .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-tOSWUZeDMc .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-tOSWUZeDMc p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-tOSWUZeDMc .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-tOSWUZeDMc .box-title2,
.cid-tOSWUZeDMc .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tOSWUZeDMc .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-tOSWUZeDMc .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-tOSWUZeDMc .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-tOSWUZeDMc .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tOSWUZeDMc .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-tOSWUZeDMc .col:hover .box-title2,
.cid-tOSWUZeDMc .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-tOSWUZeDMc .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-tOSWUZeDMc .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tOSWUZeDMc .img-content {
    opacity: 1;
  }
  .cid-tOSWUZeDMc .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-tOSWUZeDMc .box-content {
    width: 100%;
  }
  .cid-tOSWUZeDMc .box-title2,
  .cid-tOSWUZeDMc .box-text2 {
    color: #ffffff !important;
  }
  .cid-tOSWUZeDMc p {
    margin-left: 0;
  }
  .cid-tOSWUZeDMc .content-block,
  .cid-tOSWUZeDMc .content1 {
    padding: 3rem 1rem;
  }
}
.cid-tOSWUZeDMc .box-text1 {
  color: #333333;
}
.cid-tOSWUZeDMc .box-title2 {
  color: #767676;
}
.cid-tOSWUZeDMc .box-text2 {
  color: #333333;
}
.cid-tOSWUZeDMc .mbr-text,
.cid-tOSWUZeDMc .mbr-section-btn {
  color: #cccccc;
}
.cid-tOSWUZeDMc H2 {
  color: #ffffff;
}
.cid-tOSWUZeDMc H3 {
  color: #ffffff;
}
.cid-tOSWUZJQZO .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-tOSWUZJQZO .nav-item:focus,
.cid-tOSWUZJQZO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tOSWUZJQZO .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tOSWUZJQZO .nav-item .nav-link {
    position: relative;
  }
  .cid-tOSWUZJQZO .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tOSWUZJQZO .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tOSWUZJQZO .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSWUZJQZO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOSWUZJQZO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOSWUZJQZO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-tOSWUZJQZO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOSWUZJQZO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOSWUZJQZO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tOSWUZJQZO .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tOSWUZJQZO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-tOSWUZJQZO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOSWUZJQZO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOSWUZJQZO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOSWUZJQZO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOSWUZJQZO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOSWUZJQZO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOSWUZJQZO .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-tOSWUZJQZO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOSWUZJQZO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tOSWUZJQZO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tOSWUZJQZO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOSWUZJQZO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOSWUZJQZO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOSWUZJQZO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOSWUZJQZO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOSWUZJQZO .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-tOSWUZJQZO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOSWUZJQZO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOSWUZJQZO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOSWUZJQZO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOSWUZJQZO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tOSWUZJQZO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tOSWUZJQZO .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tOSWUZJQZO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOSWUZJQZO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOSWUZJQZO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOSWUZJQZO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOSWUZJQZO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOSWUZJQZO .dropdown-item.active,
.cid-tOSWUZJQZO .dropdown-item:active {
  background-color: transparent;
}
.cid-tOSWUZJQZO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOSWUZJQZO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOSWUZJQZO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOSWUZJQZO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tOSWUZJQZO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOSWUZJQZO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOSWUZJQZO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tOSWUZJQZO .navbar-buttons {
  text-align: center;
}
.cid-tOSWUZJQZO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOSWUZJQZO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOSWUZJQZO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOSWUZJQZO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSWUZJQZO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOSWUZJQZO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOSWUZJQZO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSWUZJQZO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOSWUZJQZO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOSWUZJQZO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOSWUZJQZO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tOSWUZJQZO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOSWUZJQZO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOSWUZJQZO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tOSWUZJQZO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOSWUZJQZO .navbar {
    height: 77px;
  }
  .cid-tOSWUZJQZO .navbar.opened {
    height: auto;
  }
  .cid-tOSWUZJQZO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-tOTU6xqVXk {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tOTU6xqVXk .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-tOTU6xqVXk img {
  width: 100%;
}
.cid-tOTU6xqVXk p {
  margin-top: 6rem;
}
.cid-tOTU6xqVXk .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tOTU6xqVXk .content-wrapper {
  padding-top: 6rem;
}
.cid-tOTU6xqVXk h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tOTU6xqVXk .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tOTU6xqVXk p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tOTU6xqVXk .back {
    width: 100%;
    height: 75%;
  }
  .cid-tOTU6xqVXk .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tOTU6xqVXk p {
    margin-top: 4rem;
  }
}
.cid-tOTU6xqVXk .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tOTU6xqVXk .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tOTU6xqVXk .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tOTU6xqVXk h4 {
    right: 2rem;
  }
}
.cid-tOTU6zGivz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tOTU6zGivz .container-fluid {
  padding: 0 3rem;
}
.cid-tOTU6zGivz .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-tOTU6zGivz svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-tOTU6zGivz .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-tOTU6zGivz .blockquote-quote {
    text-align: left;
  }
  .cid-tOTU6zGivz .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tOTU6ApQbK {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tOTU6ApQbK .mbr-section-title,
.cid-tOTU6ApQbK .mbr-section-subtitle {
  color: #879a9f;
}
.cid-tOTU6ApQbK .mbr-section-text {
  color: #767676;
}
.cid-tOTU6ApQbK .mbr-text,
.cid-tOTU6ApQbK .typed-text,
.cid-tOTU6ApQbK .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tOTU6ApQbK .btn {
  margin-left: 4px !important;
}
.cid-tOTU6ApQbK .animated-element {
  color: #fe525b;
}
.cid-tOTU6ApQbK .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fe525b;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tOTU6BR0VT {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tOTU6BR0VT .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-tOTU6BR0VT .text-content .btn-bgr {
  z-index: 0;
}
.cid-tOTU6BR0VT .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-tOTU6BR0VT .container-full-width {
  position: relative;
}
.cid-tOTU6BR0VT .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-tOTU6BR0VT .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-tOTU6BR0VT .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-tOTU6BR0VT .text-content {
    width: 540px;
  }
  .cid-tOTU6BR0VT .column-content {
    width: 100%;
  }
  .cid-tOTU6BR0VT .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-tOTU6BR0VT .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-tOTU6BR0VT .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-tOTU6BR0VT .column-content {
    width: 50%;
  }
  .cid-tOTU6BR0VT .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-tOTU6BR0VT .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOTU6BR0VT .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-tOTU6BR0VT .column-content {
    height: 33rem;
  }
}
.cid-tOTU6BR0VT .mbr-text,
.cid-tOTU6BR0VT .mbr-section-btn {
  color: #767676;
}
.cid-tOTU6CK0d0 {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-tOTU6CK0d0 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tOTU6CK0d0 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tOTU6CK0d0 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tOTU6CK0d0 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tOTU6CK0d0 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tOTU6DSM2n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tOTU6DSM2n .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tOTU6DSM2n .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-tOTU6DSM2n .block2 {
  background: #232323;
  display: flex;
  justify-content: center;
}
.cid-tOTU6DSM2n p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-tOTU6DSM2n .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-tOTU6DSM2n .box-title2,
.cid-tOTU6DSM2n .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tOTU6DSM2n .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-tOTU6DSM2n .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-tOTU6DSM2n .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-tOTU6DSM2n .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tOTU6DSM2n .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-tOTU6DSM2n .col:hover .box-title2,
.cid-tOTU6DSM2n .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-tOTU6DSM2n .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-tOTU6DSM2n .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tOTU6DSM2n .img-content {
    opacity: 1;
  }
  .cid-tOTU6DSM2n .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-tOTU6DSM2n .box-content {
    width: 100%;
  }
  .cid-tOTU6DSM2n .box-title2,
  .cid-tOTU6DSM2n .box-text2 {
    color: #ffffff !important;
  }
  .cid-tOTU6DSM2n p {
    margin-left: 0;
  }
  .cid-tOTU6DSM2n .content-block,
  .cid-tOTU6DSM2n .content1 {
    padding: 3rem 1rem;
  }
}
.cid-tOTU6DSM2n .box-text1 {
  color: #333333;
}
.cid-tOTU6DSM2n .box-title2 {
  color: #767676;
}
.cid-tOTU6DSM2n .box-text2 {
  color: #333333;
}
.cid-tOTU6DSM2n .mbr-text,
.cid-tOTU6DSM2n .mbr-section-btn {
  color: #cccccc;
}
.cid-tOTU6DSM2n H2 {
  color: #ffffff;
}
.cid-tOTU6DSM2n H3 {
  color: #ffffff;
}
.cid-tOTU6EMheV .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-tOTU6EMheV .nav-item:focus,
.cid-tOTU6EMheV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tOTU6EMheV .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tOTU6EMheV .nav-item .nav-link {
    position: relative;
  }
  .cid-tOTU6EMheV .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tOTU6EMheV .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tOTU6EMheV .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOTU6EMheV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOTU6EMheV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOTU6EMheV .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-tOTU6EMheV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOTU6EMheV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOTU6EMheV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tOTU6EMheV .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tOTU6EMheV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-tOTU6EMheV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOTU6EMheV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOTU6EMheV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOTU6EMheV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOTU6EMheV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOTU6EMheV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOTU6EMheV .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-tOTU6EMheV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOTU6EMheV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tOTU6EMheV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tOTU6EMheV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOTU6EMheV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOTU6EMheV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOTU6EMheV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOTU6EMheV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOTU6EMheV .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-tOTU6EMheV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOTU6EMheV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOTU6EMheV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOTU6EMheV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOTU6EMheV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tOTU6EMheV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tOTU6EMheV .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tOTU6EMheV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOTU6EMheV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOTU6EMheV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOTU6EMheV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOTU6EMheV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOTU6EMheV .dropdown-item.active,
.cid-tOTU6EMheV .dropdown-item:active {
  background-color: transparent;
}
.cid-tOTU6EMheV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOTU6EMheV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOTU6EMheV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOTU6EMheV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tOTU6EMheV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOTU6EMheV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOTU6EMheV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tOTU6EMheV .navbar-buttons {
  text-align: center;
}
.cid-tOTU6EMheV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOTU6EMheV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOTU6EMheV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOTU6EMheV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOTU6EMheV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOTU6EMheV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOTU6EMheV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOTU6EMheV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOTU6EMheV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOTU6EMheV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOTU6EMheV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tOTU6EMheV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOTU6EMheV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOTU6EMheV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tOTU6EMheV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOTU6EMheV .navbar {
    height: 77px;
  }
  .cid-tOTU6EMheV .navbar.opened {
    height: auto;
  }
  .cid-tOTU6EMheV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-tOXOfbAQPU {
  background-color: #efefef;
}
.cid-tOXOfbAQPU .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-tOXOfbAQPU img {
  width: 100%;
}
.cid-tOXOfbAQPU p {
  margin-top: 6rem;
}
.cid-tOXOfbAQPU .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tOXOfbAQPU .content-wrapper {
  padding-top: 6rem;
}
.cid-tOXOfbAQPU h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tOXOfbAQPU .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tOXOfbAQPU p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tOXOfbAQPU .back {
    width: 100%;
    height: 75%;
  }
  .cid-tOXOfbAQPU .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tOXOfbAQPU p {
    margin-top: 4rem;
  }
}
.cid-tOXOfbAQPU .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tOXOfbAQPU .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tOXOfbAQPU .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tOXOfbAQPU h4 {
    right: 2rem;
  }
}
.cid-tOXOfdUYBe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tOXOfdUYBe .mbr-text {
  position: relative;
}
.cid-tOXOfdUYBe .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-tOXOfdUYBe img {
  object-fit: contain;
}
.cid-tOXOfdUYBe .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-tOXOfdUYBe .mbr-text:after,
  .cid-tOXOfdUYBe .mbr-text:before {
    display: none;
  }
}
.cid-tOXOfeLzLH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tOXOfeLzLH svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tOXOfeLzLH #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-tOXOfeLzLH img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(254, 133, 139, 0.35);
}
@media (max-width: 576px) {
  .cid-tOXOfeLzLH img {
    width: 100%;
    left: 0;
  }
}
.cid-tOXOfeLzLH H1 {
  color: #1ba1e2;
}
.cid-tOXOfeLzLH .mbr-text,
.cid-tOXOfeLzLH .mbr-section-btn {
  color: #716c80;
}
.cid-tOXOfhcmS8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tOXOfhcmS8 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tOXOfhcmS8 img:hover {
  transform: scale(1.1);
}
.cid-tOXOfhcmS8 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tOXOfhcmS8 h2 {
  padding: 0;
  margin: 0;
}
.cid-tOXOfhcmS8 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOXOfhcmS8 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tOXOfhcmS8 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tOXOfhcmS8 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tOXOfhcmS8 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tOXOfhcmS8 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tOXOfhcmS8 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tOXOfhcmS8 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tOXOfhcmS8 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tOXOfhcmS8 H2 {
  color: #333333;
}
.cid-tOXOfhcmS8 .mbr-text {
  color: #767676;
}
.cid-tOXOfjhEST .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-tOXOfjhEST .nav-item:focus,
.cid-tOXOfjhEST .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tOXOfjhEST .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tOXOfjhEST .nav-item .nav-link {
    position: relative;
  }
  .cid-tOXOfjhEST .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tOXOfjhEST .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tOXOfjhEST .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOXOfjhEST .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOXOfjhEST .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOXOfjhEST .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-tOXOfjhEST .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOXOfjhEST .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOXOfjhEST .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tOXOfjhEST .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tOXOfjhEST .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-tOXOfjhEST .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOXOfjhEST .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOXOfjhEST .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOXOfjhEST .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOXOfjhEST .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOXOfjhEST .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOXOfjhEST .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-tOXOfjhEST .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOXOfjhEST .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tOXOfjhEST .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tOXOfjhEST .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOXOfjhEST .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOXOfjhEST .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOXOfjhEST .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOXOfjhEST .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOXOfjhEST .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-tOXOfjhEST .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOXOfjhEST .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOXOfjhEST .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOXOfjhEST .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOXOfjhEST .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tOXOfjhEST .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tOXOfjhEST .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tOXOfjhEST .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOXOfjhEST .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOXOfjhEST .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOXOfjhEST .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOXOfjhEST .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOXOfjhEST .dropdown-item.active,
.cid-tOXOfjhEST .dropdown-item:active {
  background-color: transparent;
}
.cid-tOXOfjhEST .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOXOfjhEST .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOXOfjhEST .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOXOfjhEST .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tOXOfjhEST .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOXOfjhEST .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOXOfjhEST ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tOXOfjhEST .navbar-buttons {
  text-align: center;
}
.cid-tOXOfjhEST button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOXOfjhEST button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOXOfjhEST button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOXOfjhEST button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOXOfjhEST button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOXOfjhEST button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOXOfjhEST nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOXOfjhEST nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOXOfjhEST nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOXOfjhEST nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOXOfjhEST .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tOXOfjhEST a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOXOfjhEST .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOXOfjhEST .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tOXOfjhEST .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOXOfjhEST .navbar {
    height: 77px;
  }
  .cid-tOXOfjhEST .navbar.opened {
    height: auto;
  }
  .cid-tOXOfjhEST .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-uPAGeBLdTh {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uPAGeBLdTh .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-uPAGeBLdTh img {
  width: 100%;
}
.cid-uPAGeBLdTh p {
  margin-top: 6rem;
}
.cid-uPAGeBLdTh .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uPAGeBLdTh .content-wrapper {
  padding-top: 6rem;
}
.cid-uPAGeBLdTh h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uPAGeBLdTh .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uPAGeBLdTh p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uPAGeBLdTh .back {
    width: 100%;
    height: 75%;
  }
  .cid-uPAGeBLdTh .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uPAGeBLdTh p {
    margin-top: 4rem;
  }
}
.cid-uPAGeBLdTh .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uPAGeBLdTh .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uPAGeBLdTh .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uPAGeBLdTh h4 {
    right: 2rem;
  }
}
.cid-uPAGCiads1 {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uPAGCiads1 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uPAGCiads1 .block {
  background-color: #ffda00;
}
.cid-uPAGCiads1 img {
  width: 100%;
}
.cid-uPAGCiads1 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-uPAGCiads1 .content {
  max-width: 600px;
}
.cid-uPAGCiads1 h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uPAGCiads1 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uPAGCiads1 h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPAGCiads1 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uPAGCiads1 h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-uPAGCiads1 .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-uPAGeDqi9z {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uPAGeDqi9z .container-fluid {
  padding: 0 3rem;
}
.cid-uPAGeDqi9z .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uPAGeDqi9z svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uPAGeDqi9z .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uPAGeDqi9z .blockquote-quote {
    text-align: left;
  }
  .cid-uPAGeDqi9z .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uPAJ5hFxvn {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uPAJ5hFxvn .container-fluid {
  padding: 0 3rem;
}
.cid-uPAJ5hFxvn .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uPAJ5hFxvn svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uPAJ5hFxvn .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uPAJ5hFxvn .blockquote-quote {
    text-align: left;
  }
  .cid-uPAJ5hFxvn .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uPAJ7o082t {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uPAJ7o082t .container-fluid {
  padding: 0 3rem;
}
.cid-uPAJ7o082t .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uPAJ7o082t svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uPAJ7o082t .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uPAJ7o082t .blockquote-quote {
    text-align: left;
  }
  .cid-uPAJ7o082t .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uPAMmeyJdO {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uPAMmeyJdO .container-fluid {
  padding: 0 3rem;
}
.cid-uPAMmeyJdO .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uPAMmeyJdO svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uPAMmeyJdO .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uPAMmeyJdO .blockquote-quote {
    text-align: left;
  }
  .cid-uPAMmeyJdO .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uPC3uIBcoT {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uPC3uIBcoT .container-fluid {
  padding: 0 3rem;
}
.cid-uPC3uIBcoT .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uPC3uIBcoT svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uPC3uIBcoT .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uPC3uIBcoT .blockquote-quote {
    text-align: left;
  }
  .cid-uPC3uIBcoT .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uPAGeGxWMz {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-uPAGeGxWMz .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-uPAGeGxWMz .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-uPAGeGxWMz .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-uPAGeGxWMz img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-uPAGeGxWMz .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uPAGeHGh83 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uPAGeHGh83 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-uPAGeHGh83 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uPAGeHGh83 .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-uPAGeHGh83 p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-uPAGeHGh83 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-uPAGeHGh83 .box-title2,
.cid-uPAGeHGh83 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uPAGeHGh83 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uPAGeHGh83 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uPAGeHGh83 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uPAGeHGh83 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uPAGeHGh83 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uPAGeHGh83 .col:hover .box-title2,
.cid-uPAGeHGh83 .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uPAGeHGh83 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-uPAGeHGh83 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uPAGeHGh83 .img-content {
    opacity: 1;
  }
  .cid-uPAGeHGh83 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uPAGeHGh83 .box-content {
    width: 100%;
  }
  .cid-uPAGeHGh83 .box-title2,
  .cid-uPAGeHGh83 .box-text2 {
    color: #ffffff !important;
  }
  .cid-uPAGeHGh83 p {
    margin-left: 0;
  }
  .cid-uPAGeHGh83 .content-block,
  .cid-uPAGeHGh83 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uPAGeHGh83 .box-text1 {
  color: #333333;
}
.cid-uPAGeHGh83 .box-title2 {
  color: #767676;
}
.cid-uPAGeHGh83 .box-text2 {
  color: #333333;
}
.cid-uPAGeHGh83 .mbr-text,
.cid-uPAGeHGh83 .mbr-section-btn {
  color: #cccccc;
}
.cid-uPAGeHGh83 H2 {
  color: #ffffff;
}
.cid-uPAGeHGh83 H3 {
  color: #ffffff;
}
.cid-uPAGeIA0zs .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-uPAGeIA0zs .nav-item:focus,
.cid-uPAGeIA0zs .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uPAGeIA0zs .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uPAGeIA0zs .nav-item .nav-link {
    position: relative;
  }
  .cid-uPAGeIA0zs .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uPAGeIA0zs .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uPAGeIA0zs .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPAGeIA0zs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPAGeIA0zs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPAGeIA0zs .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uPAGeIA0zs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPAGeIA0zs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPAGeIA0zs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uPAGeIA0zs .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uPAGeIA0zs .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uPAGeIA0zs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPAGeIA0zs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPAGeIA0zs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPAGeIA0zs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPAGeIA0zs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPAGeIA0zs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPAGeIA0zs .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-uPAGeIA0zs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPAGeIA0zs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPAGeIA0zs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPAGeIA0zs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPAGeIA0zs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPAGeIA0zs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPAGeIA0zs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPAGeIA0zs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPAGeIA0zs .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-uPAGeIA0zs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPAGeIA0zs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPAGeIA0zs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPAGeIA0zs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uPAGeIA0zs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uPAGeIA0zs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPAGeIA0zs .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uPAGeIA0zs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPAGeIA0zs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPAGeIA0zs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPAGeIA0zs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPAGeIA0zs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPAGeIA0zs .dropdown-item.active,
.cid-uPAGeIA0zs .dropdown-item:active {
  background-color: transparent;
}
.cid-uPAGeIA0zs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPAGeIA0zs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPAGeIA0zs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPAGeIA0zs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPAGeIA0zs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPAGeIA0zs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPAGeIA0zs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPAGeIA0zs .navbar-buttons {
  text-align: center;
}
.cid-uPAGeIA0zs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPAGeIA0zs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPAGeIA0zs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPAGeIA0zs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPAGeIA0zs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPAGeIA0zs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPAGeIA0zs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPAGeIA0zs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPAGeIA0zs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPAGeIA0zs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPAGeIA0zs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uPAGeIA0zs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPAGeIA0zs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPAGeIA0zs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uPAGeIA0zs .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPAGeIA0zs .navbar {
    height: 77px;
  }
  .cid-uPAGeIA0zs .navbar.opened {
    height: auto;
  }
  .cid-uPAGeIA0zs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-uR6aXuI0Qc {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uR6aXuI0Qc .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-uR6aXuI0Qc img {
  width: 100%;
}
.cid-uR6aXuI0Qc p {
  margin-top: 6rem;
}
.cid-uR6aXuI0Qc .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uR6aXuI0Qc .content-wrapper {
  padding-top: 6rem;
}
.cid-uR6aXuI0Qc h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uR6aXuI0Qc .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uR6aXuI0Qc p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uR6aXuI0Qc .back {
    width: 100%;
    height: 75%;
  }
  .cid-uR6aXuI0Qc .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uR6aXuI0Qc p {
    margin-top: 4rem;
  }
}
.cid-uR6aXuI0Qc .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uR6aXuI0Qc .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uR6aXuI0Qc .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uR6aXuI0Qc h4 {
    right: 2rem;
  }
}
.cid-uR6aXwa27v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uR6aXwa27v .container-fluid {
  padding: 0 3rem;
}
.cid-uR6aXwa27v .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uR6aXwa27v svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uR6aXwa27v .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uR6aXwa27v .blockquote-quote {
    text-align: left;
  }
  .cid-uR6aXwa27v .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uRtNnWed46 {
  padding-top: 90px;
  padding-bottom: 180px;
  background-color: #efefef;
}
.cid-uRtNnWed46 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uRtNnWed46 .block {
  background-color: #ffda00;
}
.cid-uRtNnWed46 img {
  width: 100%;
}
.cid-uRtNnWed46 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-uRtNnWed46 .content {
  max-width: 600px;
}
.cid-uRtNnWed46 h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uRtNnWed46 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uRtNnWed46 h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRtNnWed46 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uRtNnWed46 h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-uRtNnWed46 .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-uX30JAk2tu {
  padding-top: 90px;
  padding-bottom: 180px;
  background-color: #efefef;
}
.cid-uX30JAk2tu .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uX30JAk2tu .block {
  background-color: #ffef00;
}
.cid-uX30JAk2tu img {
  width: 100%;
}
.cid-uX30JAk2tu .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-uX30JAk2tu .content {
  max-width: 600px;
}
.cid-uX30JAk2tu h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uX30JAk2tu .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uX30JAk2tu h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uX30JAk2tu .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uX30JAk2tu h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-uX30JAk2tu .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-uR6aXC9ojI .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-uR6aXC9ojI .nav-item:focus,
.cid-uR6aXC9ojI .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uR6aXC9ojI .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uR6aXC9ojI .nav-item .nav-link {
    position: relative;
  }
  .cid-uR6aXC9ojI .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uR6aXC9ojI .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uR6aXC9ojI .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR6aXC9ojI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR6aXC9ojI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR6aXC9ojI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uR6aXC9ojI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR6aXC9ojI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR6aXC9ojI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uR6aXC9ojI .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uR6aXC9ojI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uR6aXC9ojI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR6aXC9ojI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR6aXC9ojI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR6aXC9ojI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uR6aXC9ojI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR6aXC9ojI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR6aXC9ojI .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-uR6aXC9ojI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR6aXC9ojI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uR6aXC9ojI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uR6aXC9ojI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR6aXC9ojI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR6aXC9ojI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uR6aXC9ojI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR6aXC9ojI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR6aXC9ojI .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-uR6aXC9ojI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR6aXC9ojI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR6aXC9ojI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR6aXC9ojI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uR6aXC9ojI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uR6aXC9ojI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uR6aXC9ojI .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uR6aXC9ojI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR6aXC9ojI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uR6aXC9ojI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR6aXC9ojI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR6aXC9ojI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR6aXC9ojI .dropdown-item.active,
.cid-uR6aXC9ojI .dropdown-item:active {
  background-color: transparent;
}
.cid-uR6aXC9ojI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR6aXC9ojI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR6aXC9ojI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR6aXC9ojI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uR6aXC9ojI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR6aXC9ojI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR6aXC9ojI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uR6aXC9ojI .navbar-buttons {
  text-align: center;
}
.cid-uR6aXC9ojI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uR6aXC9ojI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uR6aXC9ojI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR6aXC9ojI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR6aXC9ojI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR6aXC9ojI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR6aXC9ojI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR6aXC9ojI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR6aXC9ojI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR6aXC9ojI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR6aXC9ojI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uR6aXC9ojI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uR6aXC9ojI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR6aXC9ojI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uR6aXC9ojI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR6aXC9ojI .navbar {
    height: 77px;
  }
  .cid-uR6aXC9ojI .navbar.opened {
    height: auto;
  }
  .cid-uR6aXC9ojI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-uR7e33ovrW {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uR7e33ovrW .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-uR7e33ovrW img {
  width: 100%;
}
.cid-uR7e33ovrW p {
  margin-top: 6rem;
}
.cid-uR7e33ovrW .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uR7e33ovrW .content-wrapper {
  padding-top: 6rem;
}
.cid-uR7e33ovrW h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uR7e33ovrW .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uR7e33ovrW p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uR7e33ovrW .back {
    width: 100%;
    height: 75%;
  }
  .cid-uR7e33ovrW .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uR7e33ovrW p {
    margin-top: 4rem;
  }
}
.cid-uR7e33ovrW .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uR7e33ovrW .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uR7e33ovrW .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uR7e33ovrW h4 {
    right: 2rem;
  }
}
.cid-uR7e34NiCv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uR7e34NiCv .container-fluid {
  padding: 0 3rem;
}
.cid-uR7e34NiCv .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uR7e34NiCv svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uR7e34NiCv .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uR7e34NiCv .blockquote-quote {
    text-align: left;
  }
  .cid-uR7e34NiCv .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uR7e35Dplr {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/17.jpg");
}
.cid-uR7e35Dplr .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uR7e35Dplr .block {
  background-color: #ffda00;
}
.cid-uR7e35Dplr img {
  width: 100%;
}
.cid-uR7e35Dplr .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-uR7e35Dplr .content {
  max-width: 600px;
}
.cid-uR7e35Dplr h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uR7e35Dplr .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uR7e35Dplr h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uR7e35Dplr .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uR7e35Dplr h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-uR7e35Dplr .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-uR7e37Rla1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uR7e37Rla1 .counter-container {
  color: #767676;
}
.cid-uR7e37Rla1 .counter-container ul {
  margin-bottom: 0;
}
.cid-uR7e37Rla1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uR7e37Rla1 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #8264fd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8264fd, #ffa0a4);
  border-radius: 0;
  content: '✓';
}
.cid-uR7e38s1qA {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-uR7e38s1qA .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-uR7e38s1qA .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-uR7e38s1qA .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-uR7e38s1qA img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-uR7e38s1qA .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uR7e39yrqz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uR7e39yrqz .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-uR7e39yrqz .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uR7e39yrqz .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-uR7e39yrqz p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-uR7e39yrqz .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-uR7e39yrqz .box-title2,
.cid-uR7e39yrqz .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uR7e39yrqz .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uR7e39yrqz .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uR7e39yrqz .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uR7e39yrqz .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uR7e39yrqz .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uR7e39yrqz .col:hover .box-title2,
.cid-uR7e39yrqz .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uR7e39yrqz .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-uR7e39yrqz .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uR7e39yrqz .img-content {
    opacity: 1;
  }
  .cid-uR7e39yrqz .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uR7e39yrqz .box-content {
    width: 100%;
  }
  .cid-uR7e39yrqz .box-title2,
  .cid-uR7e39yrqz .box-text2 {
    color: #ffffff !important;
  }
  .cid-uR7e39yrqz p {
    margin-left: 0;
  }
  .cid-uR7e39yrqz .content-block,
  .cid-uR7e39yrqz .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uR7e39yrqz .box-text1 {
  color: #333333;
}
.cid-uR7e39yrqz .box-title2 {
  color: #767676;
}
.cid-uR7e39yrqz .box-text2 {
  color: #333333;
}
.cid-uR7e39yrqz .mbr-text,
.cid-uR7e39yrqz .mbr-section-btn {
  color: #cccccc;
}
.cid-uR7e39yrqz H2 {
  color: #ffffff;
}
.cid-uR7e39yrqz H3 {
  color: #ffffff;
}
.cid-uR7e3argcU .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-uR7e3argcU .nav-item:focus,
.cid-uR7e3argcU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uR7e3argcU .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uR7e3argcU .nav-item .nav-link {
    position: relative;
  }
  .cid-uR7e3argcU .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uR7e3argcU .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uR7e3argcU .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR7e3argcU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR7e3argcU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR7e3argcU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uR7e3argcU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR7e3argcU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR7e3argcU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uR7e3argcU .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uR7e3argcU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uR7e3argcU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR7e3argcU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR7e3argcU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR7e3argcU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uR7e3argcU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR7e3argcU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR7e3argcU .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-uR7e3argcU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR7e3argcU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uR7e3argcU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uR7e3argcU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR7e3argcU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR7e3argcU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uR7e3argcU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR7e3argcU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR7e3argcU .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-uR7e3argcU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR7e3argcU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR7e3argcU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR7e3argcU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uR7e3argcU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uR7e3argcU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uR7e3argcU .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uR7e3argcU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR7e3argcU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uR7e3argcU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR7e3argcU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR7e3argcU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR7e3argcU .dropdown-item.active,
.cid-uR7e3argcU .dropdown-item:active {
  background-color: transparent;
}
.cid-uR7e3argcU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR7e3argcU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR7e3argcU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR7e3argcU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uR7e3argcU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR7e3argcU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR7e3argcU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uR7e3argcU .navbar-buttons {
  text-align: center;
}
.cid-uR7e3argcU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uR7e3argcU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uR7e3argcU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR7e3argcU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR7e3argcU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR7e3argcU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR7e3argcU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR7e3argcU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR7e3argcU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR7e3argcU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR7e3argcU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uR7e3argcU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uR7e3argcU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR7e3argcU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uR7e3argcU .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR7e3argcU .navbar {
    height: 77px;
  }
  .cid-uR7e3argcU .navbar.opened {
    height: auto;
  }
  .cid-uR7e3argcU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-uS987BxEOJ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uS987BxEOJ .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-uS987BxEOJ img {
  width: 100%;
}
.cid-uS987BxEOJ p {
  margin-top: 6rem;
}
.cid-uS987BxEOJ .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uS987BxEOJ .content-wrapper {
  padding-top: 6rem;
}
.cid-uS987BxEOJ h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uS987BxEOJ .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uS987BxEOJ p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uS987BxEOJ .back {
    width: 100%;
    height: 75%;
  }
  .cid-uS987BxEOJ .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uS987BxEOJ p {
    margin-top: 4rem;
  }
}
.cid-uS987BxEOJ .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uS987BxEOJ .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uS987BxEOJ .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uS987BxEOJ h4 {
    right: 2rem;
  }
}
.cid-uS987DZVzE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uS987DZVzE .container-fluid {
  padding: 0 3rem;
}
.cid-uS987DZVzE .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uS987DZVzE svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uS987DZVzE .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uS987DZVzE .blockquote-quote {
    text-align: left;
  }
  .cid-uS987DZVzE .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uS987GKmQp {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-uS987GKmQp .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-uS987GKmQp .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-uS987GKmQp .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-uS987GKmQp img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-uS987GKmQp .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uS987HJUkd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uS987HJUkd .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-uS987HJUkd .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uS987HJUkd .block2 {
  background: #232323;
  display: flex;
  justify-content: center;
}
.cid-uS987HJUkd p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-uS987HJUkd .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-uS987HJUkd .box-title2,
.cid-uS987HJUkd .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uS987HJUkd .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uS987HJUkd .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uS987HJUkd .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uS987HJUkd .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uS987HJUkd .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uS987HJUkd .col:hover .box-title2,
.cid-uS987HJUkd .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uS987HJUkd .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-uS987HJUkd .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uS987HJUkd .img-content {
    opacity: 1;
  }
  .cid-uS987HJUkd .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uS987HJUkd .box-content {
    width: 100%;
  }
  .cid-uS987HJUkd .box-title2,
  .cid-uS987HJUkd .box-text2 {
    color: #ffffff !important;
  }
  .cid-uS987HJUkd p {
    margin-left: 0;
  }
  .cid-uS987HJUkd .content-block,
  .cid-uS987HJUkd .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uS987HJUkd .box-text1 {
  color: #333333;
}
.cid-uS987HJUkd .box-title2 {
  color: #767676;
}
.cid-uS987HJUkd .box-text2 {
  color: #333333;
}
.cid-uS987HJUkd .mbr-text,
.cid-uS987HJUkd .mbr-section-btn {
  color: #cccccc;
}
.cid-uS987HJUkd H2 {
  color: #ffffff;
}
.cid-uS987HJUkd H3 {
  color: #ffffff;
}
.cid-uS987IE57q .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-uS987IE57q .nav-item:focus,
.cid-uS987IE57q .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uS987IE57q .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uS987IE57q .nav-item .nav-link {
    position: relative;
  }
  .cid-uS987IE57q .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uS987IE57q .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uS987IE57q .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS987IE57q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS987IE57q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS987IE57q .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uS987IE57q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS987IE57q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS987IE57q .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uS987IE57q .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uS987IE57q .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uS987IE57q .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS987IE57q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS987IE57q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS987IE57q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uS987IE57q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS987IE57q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS987IE57q .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-uS987IE57q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS987IE57q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uS987IE57q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uS987IE57q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS987IE57q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS987IE57q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uS987IE57q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS987IE57q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS987IE57q .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-uS987IE57q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uS987IE57q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS987IE57q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS987IE57q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uS987IE57q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uS987IE57q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uS987IE57q .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uS987IE57q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uS987IE57q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uS987IE57q .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS987IE57q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS987IE57q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS987IE57q .dropdown-item.active,
.cid-uS987IE57q .dropdown-item:active {
  background-color: transparent;
}
.cid-uS987IE57q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS987IE57q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS987IE57q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS987IE57q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uS987IE57q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS987IE57q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS987IE57q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uS987IE57q .navbar-buttons {
  text-align: center;
}
.cid-uS987IE57q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uS987IE57q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS987IE57q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uS987IE57q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uS987IE57q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uS987IE57q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uS987IE57q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uS987IE57q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uS987IE57q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uS987IE57q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uS987IE57q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uS987IE57q a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uS987IE57q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uS987IE57q .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uS987IE57q .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS987IE57q .navbar {
    height: 77px;
  }
  .cid-uS987IE57q .navbar.opened {
    height: auto;
  }
  .cid-uS987IE57q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-uS9gxaOz4D {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uS9gxaOz4D .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-uS9gxaOz4D img {
  width: 100%;
}
.cid-uS9gxaOz4D p {
  margin-top: 6rem;
}
.cid-uS9gxaOz4D .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uS9gxaOz4D .content-wrapper {
  padding-top: 6rem;
}
.cid-uS9gxaOz4D h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uS9gxaOz4D .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uS9gxaOz4D p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uS9gxaOz4D .back {
    width: 100%;
    height: 75%;
  }
  .cid-uS9gxaOz4D .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uS9gxaOz4D p {
    margin-top: 4rem;
  }
}
.cid-uS9gxaOz4D .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uS9gxaOz4D .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uS9gxaOz4D .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uS9gxaOz4D h4 {
    right: 2rem;
  }
}
.cid-uS9gxfOHY5 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uS9gxfOHY5 .container-fluid {
  padding: 0 3rem;
}
.cid-uS9gxfOHY5 .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uS9gxfOHY5 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uS9gxfOHY5 .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uS9gxfOHY5 .blockquote-quote {
    text-align: left;
  }
  .cid-uS9gxfOHY5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uS9gxe7pch {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1920x1536.jpg");
}
.cid-uS9gxe7pch .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uS9gxe7pch .block {
  background-color: #ffda00;
}
.cid-uS9gxe7pch img {
  width: 100%;
}
.cid-uS9gxe7pch .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-uS9gxe7pch .content {
  max-width: 600px;
}
.cid-uS9gxe7pch h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uS9gxe7pch .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uS9gxe7pch h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uS9gxe7pch .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uS9gxe7pch h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-uS9gxe7pch .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-uS9gxmwuHp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uS9gxmwuHp .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-uS9gxmwuHp .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uS9gxmwuHp .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-uS9gxmwuHp p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-uS9gxmwuHp .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-uS9gxmwuHp .box-title2,
.cid-uS9gxmwuHp .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uS9gxmwuHp .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uS9gxmwuHp .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uS9gxmwuHp .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uS9gxmwuHp .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uS9gxmwuHp .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uS9gxmwuHp .col:hover .box-title2,
.cid-uS9gxmwuHp .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uS9gxmwuHp .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-uS9gxmwuHp .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uS9gxmwuHp .img-content {
    opacity: 1;
  }
  .cid-uS9gxmwuHp .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uS9gxmwuHp .box-content {
    width: 100%;
  }
  .cid-uS9gxmwuHp .box-title2,
  .cid-uS9gxmwuHp .box-text2 {
    color: #ffffff !important;
  }
  .cid-uS9gxmwuHp p {
    margin-left: 0;
  }
  .cid-uS9gxmwuHp .content-block,
  .cid-uS9gxmwuHp .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uS9gxmwuHp .box-text1 {
  color: #333333;
}
.cid-uS9gxmwuHp .box-title2 {
  color: #767676;
}
.cid-uS9gxmwuHp .box-text2 {
  color: #333333;
}
.cid-uS9gxmwuHp .mbr-text,
.cid-uS9gxmwuHp .mbr-section-btn {
  color: #cccccc;
}
.cid-uS9gxmwuHp H2 {
  color: #ffffff;
}
.cid-uS9gxmwuHp H3 {
  color: #ffffff;
}
.cid-uS9gxnoOqT .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-uS9gxnoOqT .nav-item:focus,
.cid-uS9gxnoOqT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uS9gxnoOqT .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uS9gxnoOqT .nav-item .nav-link {
    position: relative;
  }
  .cid-uS9gxnoOqT .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uS9gxnoOqT .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uS9gxnoOqT .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS9gxnoOqT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS9gxnoOqT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS9gxnoOqT .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uS9gxnoOqT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS9gxnoOqT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS9gxnoOqT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uS9gxnoOqT .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uS9gxnoOqT .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uS9gxnoOqT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS9gxnoOqT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS9gxnoOqT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS9gxnoOqT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uS9gxnoOqT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS9gxnoOqT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS9gxnoOqT .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-uS9gxnoOqT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS9gxnoOqT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uS9gxnoOqT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uS9gxnoOqT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS9gxnoOqT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS9gxnoOqT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uS9gxnoOqT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS9gxnoOqT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS9gxnoOqT .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-uS9gxnoOqT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uS9gxnoOqT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS9gxnoOqT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS9gxnoOqT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uS9gxnoOqT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uS9gxnoOqT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uS9gxnoOqT .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uS9gxnoOqT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uS9gxnoOqT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uS9gxnoOqT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS9gxnoOqT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS9gxnoOqT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS9gxnoOqT .dropdown-item.active,
.cid-uS9gxnoOqT .dropdown-item:active {
  background-color: transparent;
}
.cid-uS9gxnoOqT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS9gxnoOqT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS9gxnoOqT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS9gxnoOqT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uS9gxnoOqT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS9gxnoOqT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS9gxnoOqT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uS9gxnoOqT .navbar-buttons {
  text-align: center;
}
.cid-uS9gxnoOqT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uS9gxnoOqT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS9gxnoOqT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uS9gxnoOqT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uS9gxnoOqT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uS9gxnoOqT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uS9gxnoOqT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uS9gxnoOqT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uS9gxnoOqT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uS9gxnoOqT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uS9gxnoOqT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uS9gxnoOqT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uS9gxnoOqT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uS9gxnoOqT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uS9gxnoOqT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS9gxnoOqT .navbar {
    height: 77px;
  }
  .cid-uS9gxnoOqT .navbar.opened {
    height: auto;
  }
  .cid-uS9gxnoOqT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-uS9mOysK7V {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uS9mOysK7V .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-uS9mOysK7V img {
  width: 100%;
}
.cid-uS9mOysK7V p {
  margin-top: 6rem;
}
.cid-uS9mOysK7V .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uS9mOysK7V .content-wrapper {
  padding-top: 6rem;
}
.cid-uS9mOysK7V h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uS9mOysK7V .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uS9mOysK7V p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uS9mOysK7V .back {
    width: 100%;
    height: 75%;
  }
  .cid-uS9mOysK7V .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uS9mOysK7V p {
    margin-top: 4rem;
  }
}
.cid-uS9mOysK7V .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uS9mOysK7V .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uS9mOysK7V .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uS9mOysK7V h4 {
    right: 2rem;
  }
}
.cid-uS9mOzlpGJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uS9mOzlpGJ .container-fluid {
  padding: 0 3rem;
}
.cid-uS9mOzlpGJ .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uS9mOzlpGJ svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uS9mOzlpGJ .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uS9mOzlpGJ .blockquote-quote {
    text-align: left;
  }
  .cid-uS9mOzlpGJ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uS9mOzMOJQ {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-uS9mOzMOJQ .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #efeeee;
}
.cid-uS9mOzMOJQ .block {
  background-color: #ffda00;
}
.cid-uS9mOzMOJQ img {
  width: 100%;
}
.cid-uS9mOzMOJQ .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-uS9mOzMOJQ .content {
  max-width: 600px;
}
.cid-uS9mOzMOJQ h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uS9mOzMOJQ .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uS9mOzMOJQ h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uS9mOzMOJQ .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uS9mOzMOJQ h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-uS9mOzMOJQ .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-uS9mOAnxy3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uS9mOAnxy3 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-uS9mOAnxy3 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uS9mOAnxy3 .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-uS9mOAnxy3 p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-uS9mOAnxy3 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-uS9mOAnxy3 .box-title2,
.cid-uS9mOAnxy3 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uS9mOAnxy3 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uS9mOAnxy3 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uS9mOAnxy3 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uS9mOAnxy3 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uS9mOAnxy3 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uS9mOAnxy3 .col:hover .box-title2,
.cid-uS9mOAnxy3 .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uS9mOAnxy3 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-uS9mOAnxy3 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uS9mOAnxy3 .img-content {
    opacity: 1;
  }
  .cid-uS9mOAnxy3 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uS9mOAnxy3 .box-content {
    width: 100%;
  }
  .cid-uS9mOAnxy3 .box-title2,
  .cid-uS9mOAnxy3 .box-text2 {
    color: #ffffff !important;
  }
  .cid-uS9mOAnxy3 p {
    margin-left: 0;
  }
  .cid-uS9mOAnxy3 .content-block,
  .cid-uS9mOAnxy3 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uS9mOAnxy3 .box-text1 {
  color: #333333;
}
.cid-uS9mOAnxy3 .box-title2 {
  color: #767676;
}
.cid-uS9mOAnxy3 .box-text2 {
  color: #333333;
}
.cid-uS9mOAnxy3 .mbr-text,
.cid-uS9mOAnxy3 .mbr-section-btn {
  color: #cccccc;
}
.cid-uS9mOAnxy3 H2 {
  color: #ffffff;
}
.cid-uS9mOAnxy3 H3 {
  color: #ffffff;
}
.cid-uS9mOAN9at .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-uS9mOAN9at .nav-item:focus,
.cid-uS9mOAN9at .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uS9mOAN9at .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uS9mOAN9at .nav-item .nav-link {
    position: relative;
  }
  .cid-uS9mOAN9at .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uS9mOAN9at .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uS9mOAN9at .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS9mOAN9at .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS9mOAN9at .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS9mOAN9at .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uS9mOAN9at .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS9mOAN9at .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS9mOAN9at .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uS9mOAN9at .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uS9mOAN9at .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uS9mOAN9at .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS9mOAN9at .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS9mOAN9at .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS9mOAN9at .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uS9mOAN9at .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS9mOAN9at .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS9mOAN9at .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-uS9mOAN9at .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS9mOAN9at .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uS9mOAN9at .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uS9mOAN9at .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS9mOAN9at .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS9mOAN9at .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uS9mOAN9at .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS9mOAN9at .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS9mOAN9at .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-uS9mOAN9at .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uS9mOAN9at .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS9mOAN9at .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS9mOAN9at .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uS9mOAN9at .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uS9mOAN9at .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uS9mOAN9at .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uS9mOAN9at .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uS9mOAN9at .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uS9mOAN9at .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS9mOAN9at .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS9mOAN9at .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS9mOAN9at .dropdown-item.active,
.cid-uS9mOAN9at .dropdown-item:active {
  background-color: transparent;
}
.cid-uS9mOAN9at .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS9mOAN9at .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS9mOAN9at .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS9mOAN9at .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uS9mOAN9at .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS9mOAN9at .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS9mOAN9at ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uS9mOAN9at .navbar-buttons {
  text-align: center;
}
.cid-uS9mOAN9at button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uS9mOAN9at button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS9mOAN9at button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uS9mOAN9at button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uS9mOAN9at button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uS9mOAN9at button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uS9mOAN9at nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uS9mOAN9at nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uS9mOAN9at nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uS9mOAN9at nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uS9mOAN9at .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uS9mOAN9at a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uS9mOAN9at .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uS9mOAN9at .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uS9mOAN9at .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS9mOAN9at .navbar {
    height: 77px;
  }
  .cid-uS9mOAN9at .navbar.opened {
    height: auto;
  }
  .cid-uS9mOAN9at .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-uSqjg7psTp {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uSqjg7psTp .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-uSqjg7psTp img {
  width: 100%;
}
.cid-uSqjg7psTp p {
  margin-top: 6rem;
}
.cid-uSqjg7psTp .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uSqjg7psTp .content-wrapper {
  padding-top: 6rem;
}
.cid-uSqjg7psTp h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uSqjg7psTp .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uSqjg7psTp p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uSqjg7psTp .back {
    width: 100%;
    height: 75%;
  }
  .cid-uSqjg7psTp .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uSqjg7psTp p {
    margin-top: 4rem;
  }
}
.cid-uSqjg7psTp .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uSqjg7psTp .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uSqjg7psTp .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uSqjg7psTp h4 {
    right: 2rem;
  }
}
.cid-uSqjIs7Gfz {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSqjIs7Gfz .container-fluid {
  padding: 0 3rem;
}
.cid-uSqjIs7Gfz .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uSqjIs7Gfz svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uSqjIs7Gfz .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uSqjIs7Gfz .blockquote-quote {
    text-align: left;
  }
  .cid-uSqjIs7Gfz .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uX8tNDzI3p {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uX8tNDzI3p .container-fluid {
  padding: 0 3rem;
}
.cid-uX8tNDzI3p .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uX8tNDzI3p svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uX8tNDzI3p .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uX8tNDzI3p .blockquote-quote {
    text-align: left;
  }
  .cid-uX8tNDzI3p .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uSqjgarwEX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uSqjgarwEX .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-uSqjgarwEX .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uSqjgarwEX .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-uSqjgarwEX p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-uSqjgarwEX .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f9d829;
  z-index: 2;
  opacity: 1;
}
.cid-uSqjgarwEX .box-title2,
.cid-uSqjgarwEX .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uSqjgarwEX .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uSqjgarwEX .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uSqjgarwEX .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uSqjgarwEX .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uSqjgarwEX .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uSqjgarwEX .col:hover .box-title2,
.cid-uSqjgarwEX .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uSqjgarwEX .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f9d829;
}
.cid-uSqjgarwEX .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uSqjgarwEX .img-content {
    opacity: 1;
  }
  .cid-uSqjgarwEX .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uSqjgarwEX .box-content {
    width: 100%;
  }
  .cid-uSqjgarwEX .box-title2,
  .cid-uSqjgarwEX .box-text2 {
    color: #ffffff !important;
  }
  .cid-uSqjgarwEX p {
    margin-left: 0;
  }
  .cid-uSqjgarwEX .content-block,
  .cid-uSqjgarwEX .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uSqjgarwEX .box-text1 {
  color: #333333;
}
.cid-uSqjgarwEX .box-title2 {
  color: #767676;
}
.cid-uSqjgarwEX .box-text2 {
  color: #333333;
}
.cid-uSqjgarwEX .mbr-text,
.cid-uSqjgarwEX .mbr-section-btn {
  color: #cccccc;
}
.cid-uSqjgarwEX H2 {
  color: #ffffff;
}
.cid-uSqjgarwEX H3 {
  color: #ffffff;
}
.cid-uSqjgbnrvs .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-uSqjgbnrvs .nav-item:focus,
.cid-uSqjgbnrvs .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uSqjgbnrvs .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uSqjgbnrvs .nav-item .nav-link {
    position: relative;
  }
  .cid-uSqjgbnrvs .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uSqjgbnrvs .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uSqjgbnrvs .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSqjgbnrvs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSqjgbnrvs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSqjgbnrvs .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uSqjgbnrvs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSqjgbnrvs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSqjgbnrvs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uSqjgbnrvs .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uSqjgbnrvs .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uSqjgbnrvs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSqjgbnrvs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSqjgbnrvs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSqjgbnrvs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uSqjgbnrvs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSqjgbnrvs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSqjgbnrvs .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-uSqjgbnrvs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSqjgbnrvs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uSqjgbnrvs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uSqjgbnrvs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSqjgbnrvs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSqjgbnrvs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uSqjgbnrvs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSqjgbnrvs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSqjgbnrvs .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-uSqjgbnrvs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uSqjgbnrvs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSqjgbnrvs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSqjgbnrvs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uSqjgbnrvs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uSqjgbnrvs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uSqjgbnrvs .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uSqjgbnrvs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uSqjgbnrvs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSqjgbnrvs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSqjgbnrvs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSqjgbnrvs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSqjgbnrvs .dropdown-item.active,
.cid-uSqjgbnrvs .dropdown-item:active {
  background-color: transparent;
}
.cid-uSqjgbnrvs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSqjgbnrvs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSqjgbnrvs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSqjgbnrvs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uSqjgbnrvs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSqjgbnrvs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSqjgbnrvs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uSqjgbnrvs .navbar-buttons {
  text-align: center;
}
.cid-uSqjgbnrvs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSqjgbnrvs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSqjgbnrvs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSqjgbnrvs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSqjgbnrvs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSqjgbnrvs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSqjgbnrvs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSqjgbnrvs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSqjgbnrvs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSqjgbnrvs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSqjgbnrvs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uSqjgbnrvs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSqjgbnrvs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uSqjgbnrvs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uSqjgbnrvs .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSqjgbnrvs .navbar {
    height: 77px;
  }
  .cid-uSqjgbnrvs .navbar.opened {
    height: auto;
  }
  .cid-uSqjgbnrvs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1qSRl6p1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uU1qSRl6p1 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uU1qSRl6p1 .first-column .mbr-text {
  margin: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uU1qSRl6p1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uU1qSRl6p1 .form-group {
  max-width: 55%;
}
.cid-uU1qSRl6p1 .form-group,
.cid-uU1qSRl6p1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uU1qSRl6p1 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uU1qSRl6p1 .col + .mbr-section-btn .btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col,
.cid-uU1qSRl6p1 .dragArea > *:nth-last-child(2).col-auto,
.cid-uU1qSRl6p1 .col + .mbr-section-btn,
.cid-uU1qSRl6p1 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uU1qSRl6p1 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uU1qSRl6p1 .first-column,
  .cid-uU1qSRl6p1 .second-column,
  .cid-uU1qSRl6p1 .third-column {
    text-align: center;
  }
}
.cid-uX2RXeJHqz {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uX2RXeJHqz .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-uX2RXeJHqz img {
  width: 100%;
}
.cid-uX2RXeJHqz p {
  margin-top: 6rem;
}
.cid-uX2RXeJHqz .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uX2RXeJHqz .content-wrapper {
  padding-top: 6rem;
}
.cid-uX2RXeJHqz h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uX2RXeJHqz .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uX2RXeJHqz p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uX2RXeJHqz .back {
    width: 100%;
    height: 75%;
  }
  .cid-uX2RXeJHqz .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uX2RXeJHqz p {
    margin-top: 4rem;
  }
}
.cid-uX2RXeJHqz .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uX2RXeJHqz .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uX2RXeJHqz .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uX2RXeJHqz h4 {
    right: 2rem;
  }
}
.cid-uX2RXgW10Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uX2RXgW10Z .container-fluid {
  padding: 0 3rem;
}
.cid-uX2RXgW10Z .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uX2RXgW10Z svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uX2RXgW10Z .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uX2RXgW10Z .blockquote-quote {
    text-align: left;
  }
  .cid-uX2RXgW10Z .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uX2RXid3kG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uX2RXid3kG .container-fluid {
  padding: 0 3rem;
}
.cid-uX2RXid3kG .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uX2RXid3kG svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uX2RXid3kG .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uX2RXid3kG .blockquote-quote {
    text-align: left;
  }
  .cid-uX2RXid3kG .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uX2RXjjJTQ {
  padding-top: 90px;
  padding-bottom: 180px;
  background-color: #efefef;
}
.cid-uX2RXjjJTQ .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uX2RXjjJTQ .block {
  background-color: #ffda00;
}
.cid-uX2RXjjJTQ img {
  width: 100%;
}
.cid-uX2RXjjJTQ .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-uX2RXjjJTQ .content {
  max-width: 600px;
}
.cid-uX2RXjjJTQ h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uX2RXjjJTQ .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uX2RXjjJTQ h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2RXjjJTQ .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uX2RXjjJTQ h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-uX2RXjjJTQ .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-uX2RXlJwcM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uX2RXlJwcM .counter-container {
  color: #767676;
}
.cid-uX2RXlJwcM .counter-container ul {
  margin-bottom: 0;
}
.cid-uX2RXlJwcM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uX2RXlJwcM .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #8264fd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8264fd, #ffa0a4);
  border-radius: 0;
  content: '✓';
}
.cid-uX2RXmAoQf {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-uX2RXmAoQf .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-uX2RXmAoQf .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-uX2RXmAoQf .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-uX2RXmAoQf img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-uX2RXmAoQf .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uX2RXnT8zu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uX2RXnT8zu .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uX2RXnT8zu .first-column .mbr-text {
  margin: 0;
}
.cid-uX2RXnT8zu .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uX2RXnT8zu .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uX2RXnT8zu .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uX2RXnT8zu .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uX2RXnT8zu .form-group {
  max-width: 55%;
}
.cid-uX2RXnT8zu .form-group,
.cid-uX2RXnT8zu .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uX2RXnT8zu .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uX2RXnT8zu .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uX2RXnT8zu .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uX2RXnT8zu .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uX2RXnT8zu .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uX2RXnT8zu .col + .mbr-section-btn .btn,
.cid-uX2RXnT8zu .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uX2RXnT8zu .dragArea > *:nth-last-child(2).col,
.cid-uX2RXnT8zu .dragArea > *:nth-last-child(2).col-auto,
.cid-uX2RXnT8zu .col + .mbr-section-btn,
.cid-uX2RXnT8zu .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uX2RXnT8zu .first-column,
  .cid-uX2RXnT8zu .second-column {
    padding-bottom: 2rem;
  }
  .cid-uX2RXnT8zu .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uX2RXnT8zu .first-column,
  .cid-uX2RXnT8zu .second-column,
  .cid-uX2RXnT8zu .third-column {
    text-align: center;
  }
}
.cid-uX2RXqbrbO .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-uX2RXqbrbO .nav-item:focus,
.cid-uX2RXqbrbO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uX2RXqbrbO .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uX2RXqbrbO .nav-item .nav-link {
    position: relative;
  }
  .cid-uX2RXqbrbO .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uX2RXqbrbO .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uX2RXqbrbO .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2RXqbrbO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2RXqbrbO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2RXqbrbO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uX2RXqbrbO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2RXqbrbO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2RXqbrbO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uX2RXqbrbO .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uX2RXqbrbO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uX2RXqbrbO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX2RXqbrbO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2RXqbrbO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uX2RXqbrbO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uX2RXqbrbO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2RXqbrbO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2RXqbrbO .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-uX2RXqbrbO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2RXqbrbO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uX2RXqbrbO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uX2RXqbrbO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2RXqbrbO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2RXqbrbO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uX2RXqbrbO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2RXqbrbO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2RXqbrbO .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-uX2RXqbrbO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uX2RXqbrbO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX2RXqbrbO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2RXqbrbO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uX2RXqbrbO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uX2RXqbrbO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uX2RXqbrbO .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uX2RXqbrbO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uX2RXqbrbO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uX2RXqbrbO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX2RXqbrbO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2RXqbrbO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2RXqbrbO .dropdown-item.active,
.cid-uX2RXqbrbO .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2RXqbrbO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2RXqbrbO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2RXqbrbO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2RXqbrbO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uX2RXqbrbO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX2RXqbrbO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX2RXqbrbO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uX2RXqbrbO .navbar-buttons {
  text-align: center;
}
.cid-uX2RXqbrbO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX2RXqbrbO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uX2RXqbrbO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uX2RXqbrbO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uX2RXqbrbO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uX2RXqbrbO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uX2RXqbrbO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX2RXqbrbO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uX2RXqbrbO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uX2RXqbrbO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX2RXqbrbO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uX2RXqbrbO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX2RXqbrbO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uX2RXqbrbO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uX2RXqbrbO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX2RXqbrbO .navbar {
    height: 77px;
  }
  .cid-uX2RXqbrbO .navbar.opened {
    height: auto;
  }
  .cid-uX2RXqbrbO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX8EWintdx {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uX8EWintdx .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-uX8EWintdx img {
  width: 100%;
}
.cid-uX8EWintdx p {
  margin-top: 6rem;
}
.cid-uX8EWintdx .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uX8EWintdx .content-wrapper {
  padding-top: 6rem;
}
.cid-uX8EWintdx h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uX8EWintdx .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uX8EWintdx p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uX8EWintdx .back {
    width: 100%;
    height: 75%;
  }
  .cid-uX8EWintdx .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uX8EWintdx p {
    margin-top: 4rem;
  }
}
.cid-uX8EWintdx .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uX8EWintdx .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uX8EWintdx .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uX8EWintdx h4 {
    right: 2rem;
  }
}
.cid-uX8EWl5pvX {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uX8EWl5pvX .container-fluid {
  padding: 0 3rem;
}
.cid-uX8EWl5pvX .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uX8EWl5pvX svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uX8EWl5pvX .signature > span {
  color: #a38dfd;
}
@media (max-width: 767px) {
  .cid-uX8EWl5pvX .blockquote-quote {
    text-align: left;
  }
  .cid-uX8EWl5pvX .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uX8EWmAGC9 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-uX8EWmAGC9 .nav-item:focus,
.cid-uX8EWmAGC9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uX8EWmAGC9 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uX8EWmAGC9 .nav-item .nav-link {
    position: relative;
  }
  .cid-uX8EWmAGC9 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uX8EWmAGC9 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uX8EWmAGC9 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX8EWmAGC9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX8EWmAGC9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX8EWmAGC9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uX8EWmAGC9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX8EWmAGC9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX8EWmAGC9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uX8EWmAGC9 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uX8EWmAGC9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uX8EWmAGC9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX8EWmAGC9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX8EWmAGC9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uX8EWmAGC9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uX8EWmAGC9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX8EWmAGC9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX8EWmAGC9 .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-uX8EWmAGC9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX8EWmAGC9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uX8EWmAGC9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uX8EWmAGC9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX8EWmAGC9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX8EWmAGC9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uX8EWmAGC9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX8EWmAGC9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX8EWmAGC9 .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-uX8EWmAGC9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uX8EWmAGC9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX8EWmAGC9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX8EWmAGC9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uX8EWmAGC9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uX8EWmAGC9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uX8EWmAGC9 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uX8EWmAGC9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uX8EWmAGC9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uX8EWmAGC9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX8EWmAGC9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX8EWmAGC9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX8EWmAGC9 .dropdown-item.active,
.cid-uX8EWmAGC9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uX8EWmAGC9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX8EWmAGC9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX8EWmAGC9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX8EWmAGC9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uX8EWmAGC9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX8EWmAGC9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX8EWmAGC9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uX8EWmAGC9 .navbar-buttons {
  text-align: center;
}
.cid-uX8EWmAGC9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX8EWmAGC9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uX8EWmAGC9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uX8EWmAGC9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uX8EWmAGC9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uX8EWmAGC9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uX8EWmAGC9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX8EWmAGC9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uX8EWmAGC9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uX8EWmAGC9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX8EWmAGC9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uX8EWmAGC9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX8EWmAGC9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uX8EWmAGC9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uX8EWmAGC9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX8EWmAGC9 .navbar {
    height: 77px;
  }
  .cid-uX8EWmAGC9 .navbar.opened {
    height: auto;
  }
  .cid-uX8EWmAGC9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX8EWodSCI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uX8EWodSCI .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uX8EWodSCI .first-column .mbr-text {
  margin: 0;
}
.cid-uX8EWodSCI .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uX8EWodSCI .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uX8EWodSCI .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uX8EWodSCI .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uX8EWodSCI .form-group {
  max-width: 55%;
}
.cid-uX8EWodSCI .form-group,
.cid-uX8EWodSCI .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uX8EWodSCI .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uX8EWodSCI .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uX8EWodSCI .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uX8EWodSCI .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uX8EWodSCI .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uX8EWodSCI .col + .mbr-section-btn .btn,
.cid-uX8EWodSCI .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uX8EWodSCI .dragArea > *:nth-last-child(2).col,
.cid-uX8EWodSCI .dragArea > *:nth-last-child(2).col-auto,
.cid-uX8EWodSCI .col + .mbr-section-btn,
.cid-uX8EWodSCI .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uX8EWodSCI .first-column,
  .cid-uX8EWodSCI .second-column {
    padding-bottom: 2rem;
  }
  .cid-uX8EWodSCI .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uX8EWodSCI .first-column,
  .cid-uX8EWodSCI .second-column,
  .cid-uX8EWodSCI .third-column {
    text-align: center;
  }
}
