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





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'MuseoModerno', display;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'MuseoModerno', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'MuseoModerno', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'MuseoModerno', display;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (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.3 * (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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #37308f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #72dfe9 !important;
}
.bg-warning {
  background-color: #a8aaf1 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #37308f !important;
  border-color: #37308f !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #211d56 !important;
  border-color: #211d56 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4c36 !important;
  border-color: #ff4c36 !important;
}
.btn-info,
.btn-info:active {
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
  color: #0c4a50 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0c4a50 !important;
  background-color: #30d0df !important;
  border-color: #30d0df !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2d7b86 !important;
  border-color: #2d7b86 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #666ae6 !important;
  border-color: #666ae6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6619 !important;
  border-color: #ff6619 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #37308f;
  color: #37308f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #37308f;
  border-color: #37308f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #37308f !important;
  border-color: #37308f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff9083;
  color: #ff9083;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff9083;
  border-color: #ff9083;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #72dfe9;
  color: #72dfe9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0c4a50;
  background-color: #72dfe9;
  border-color: #72dfe9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0c4a50 !important;
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #40b0bf;
  border-color: #40b0bf;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #a8aaf1;
  color: #a8aaf1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #a8aaf1;
  border-color: #a8aaf1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff9966;
  border-color: #ff9966;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #37308f !important;
}
.text-secondary {
  color: #ff9083 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #72dfe9 !important;
}
.text-warning {
  color: #a8aaf1 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #645dc8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffebe9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8cd0d9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #caf3f7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffddcc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72dfe9;
}
.alert-warning {
  background-color: #a8aaf1;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #37308f;
  border-color: #37308f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #37308f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7770cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'MuseoModerno', display;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #37308f;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #37308f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #37308f;
  border-bottom-color: #37308f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #37308f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff9083 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2337308f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s5yW3vGMYM {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: #f9fafb;
  overflow: hidden;
}
.cid-s5yW3vGMYM .mbr-text,
.cid-s5yW3vGMYM .mbr-section-btn {
  color: #ffffff;
}
.cid-s5yW3vGMYM .btn-white {
  color: #333333!important;
}
.cid-s5yW3vGMYM .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  height: 500px;
  width: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-s5yW3vGMYM .image2 {
  position: absolute;
  left: 8%;
  bottom: 20%;
  height: 500px;
  width: auto;
  animation: rev2 5s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-s5yW3vGMYM svg {
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
}
.cid-s5yW3vGMYM svg path {
  fill: #37308f;
}
@media (max-width: 1600px) {
  .cid-s5yW3vGMYM .image1 {
    top: 5%;
    height: 280px;
  }
  .cid-s5yW3vGMYM .image2 {
    bottom: 5%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3vGMYM svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-s5yW3vGMYM .image1 {
    height: 220px;
  }
  .cid-s5yW3vGMYM .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-s5yW3vGMYM svg {
    top: -120px;
  }
  .cid-s5yW3vGMYM .image1 {
    left: 50%;
    right: 50%;
    height: 180px;
    top: 3rem;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-s5yW3vGMYM .image2 {
    right: 50%;
    left: 50%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-s5yW3vGMYM .mbr-section-title {
  color: #ffffff;
}
.cid-s5yW3vGMYM .mbr-section-subtitle {
  color: #72dfe9;
}
.cid-sqWrUeiH3C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqWrUeiH3C .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sqWrUeiH3C p {
  padding-bottom: 2rem;
}
.cid-sqWrUeiH3C .btn-black {
  color: white;
}
.cid-sqWrUeiH3C .btn-black:hover {
  color: #121212;
}
.cid-sqWrUeiH3C .form-control,
.cid-sqWrUeiH3C .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #000000 !important;
  color: #121212;
  transition: 0.4s;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.cid-sqWrUeiH3C .form-control::-webkit-input-placeholder,
.cid-sqWrUeiH3C .field-input::-webkit-input-placeholder,
.cid-sqWrUeiH3C .form-control::-webkit-input-placeholder,
.cid-sqWrUeiH3C .field-input::-webkit-input-placeholder {
  color: #707070;
}
.cid-sqWrUeiH3C .form-control:-moz-placeholder,
.cid-sqWrUeiH3C .field-input:-moz-placeholder,
.cid-sqWrUeiH3C .form-control:-moz-placeholder,
.cid-sqWrUeiH3C .field-input:-moz-placeholder {
  color: #707070;
}
.cid-sqWrUeiH3C .form-control:hover,
.cid-sqWrUeiH3C .field-input:hover,
.cid-sqWrUeiH3C .form-control:focus,
.cid-sqWrUeiH3C .field-input:focus {
  background-color: #37308f;
  border-color: transparent!important;
  border-bottom: 1px solid #37308f !important;
  color: #e6eaf1;
  box-shadow: none;
  outline: none;
}
.cid-sqWrUeiH3C .form-control:hover::-webkit-input-placeholder,
.cid-sqWrUeiH3C .field-input:hover::-webkit-input-placeholder,
.cid-sqWrUeiH3C .form-control:focus::-webkit-input-placeholder,
.cid-sqWrUeiH3C .field-input:focus::-webkit-input-placeholder,
.cid-sqWrUeiH3C .form-control:hover::-webkit-input-placeholder,
.cid-sqWrUeiH3C .field-input:hover::-webkit-input-placeholder,
.cid-sqWrUeiH3C .form-control:focus::-webkit-input-placeholder,
.cid-sqWrUeiH3C .field-input:focus::-webkit-input-placeholder {
  color: #707070;
}
.cid-sqWrUeiH3C .form-control:hover:-moz-placeholder,
.cid-sqWrUeiH3C .field-input:hover:-moz-placeholder,
.cid-sqWrUeiH3C .form-control:focus:-moz-placeholder,
.cid-sqWrUeiH3C .field-input:focus:-moz-placeholder,
.cid-sqWrUeiH3C .form-control:hover:-moz-placeholder,
.cid-sqWrUeiH3C .field-input:hover:-moz-placeholder,
.cid-sqWrUeiH3C .form-control:focus:-moz-placeholder,
.cid-sqWrUeiH3C .field-input:focus:-moz-placeholder {
  color: #707070;
}
.cid-sqWrUeiH3C .jq-number__spin:hover,
.cid-sqWrUeiH3C .jq-number__spin:focus {
  background-color: #37308f;
  border-color: #37308f;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sqWrUeiH3C .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #121212;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqWrUeiH3C .jq-selectbox li,
.cid-sqWrUeiH3C .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sqWrUeiH3C .jq-selectbox li:hover,
.cid-sqWrUeiH3C .jq-selectbox li.selected {
  background-color: #37308f;
  color: #ffffff;
}
.cid-sqWrUeiH3C .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sqWrUeiH3C .jq-number__spin.minus:hover:after,
.cid-sqWrUeiH3C .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sqWrUeiH3C .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sqWrUeiH3C .jq-number__spin.minus:after,
.cid-sqWrUeiH3C .jq-number__spin.plus:after {
  border-top-color: #37308f;
  border-bottom-color: #37308f;
}
.cid-sqWrUeiH3C .btn {
  border-radius: 30px;
  padding: 1rem 2rem;
  margin-top: 2rem;
}
.cid-sqWrUeiH3C textarea {
  min-height: 200px;
}
.cid-sqWrUeiH3C input::-webkit-clear-button {
  display: none;
}
.cid-sqWrUeiH3C input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqWrUeiH3C input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqWrUeiH3C input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqWrUeiH3C LABEL {
  color: #454545;
}
@media (max-width: 767px) {
  .cid-sqWrUeiH3C .col-auto {
    margin: auto;
  }
}
.cid-s5yXlY1rw2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #37308f;
}
.cid-s5yXlY1rw2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s5yXlY1rw2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s5yXlY1rw2 .media-container-row .mbr-text {
  color: #e6eaf1;
}
