body {
  font-family: EB Garamond;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 4.2rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3.2rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0077ff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-primary:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #ff3366, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #ff3366, #ff3366);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #ff3366, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #ff3366, #f7ed4a);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #ff3366, #879a9f);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #ff3366, #b1a374);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #ff3366, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #ff3366, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #ff3366, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff3366;
  color: #ff3366;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #ff3366, #ff3366);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #ff3366, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #ff3366, #f7ed4a);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #879a9f;
  color: #879a9f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #ff3366, #879a9f);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #ff3366, #b1a374);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!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-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #ff3366, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #ff3366, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #0077ff !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #66adff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c0cacc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0077ff;
  border-color: #0077ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0077ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce4ff;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #0077ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0077ff;
  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: #0077ff;
  border-bottom-color: #0077ff;
}
.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: #0077ff !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: #ff3366 !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='%230077ff' %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;
}
.btn {
  transition: none;
}
.cid-tdqCDXRsf7 {
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-tdqCDXRsf7 .mbr-section-title {
  margin-bottom: 58px;
  color: #012b3a;
  text-align: center;
}
.cid-tdqCDXRsf7 .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-tdqCDXRsf7 .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-tdqCDXRsf7 .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-tdqCDXRsf7 form .row {
  margin: 0;
  border: none !important;
}
.cid-tdqCDXRsf7 form .form-group {
  flex-grow: 1;
}
.cid-tdqCDXRsf7 form .form-group input,
.cid-tdqCDXRsf7 form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-tdqCDXRsf7 form .form-group input:hover,
.cid-tdqCDXRsf7 form .form-group textarea:hover,
.cid-tdqCDXRsf7 form .form-group input :focus,
.cid-tdqCDXRsf7 form .form-group textarea :focus,
.cid-tdqCDXRsf7 form .form-group input :active,
.cid-tdqCDXRsf7 form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-tdqCDXRsf7 .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-tdqCDXRsf7 .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-tdqCDXRsf7 .form-group {
  margin-bottom: 11px !important;
}
.cid-tdqCDXRsf7 .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-tdqCDXRsf7 .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-tdqCDXRsf7 .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-tdqCDXRsf7 .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-tdqCDXRsf7 .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-tdqCDXRsf7 a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-tdqCDXRsf7 .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-tdqCDXRsf7 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-tdqCDXRsf7 textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-tdqCDXRsf7 input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-tdqCDXRsf7 .container {
  max-width: 1140px;
}
.cid-tdqCDXRsf7 label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-tdqCDXRsf7 .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-tdqCDXRsf7 .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-rv2O8Gg1vh {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/cover-549x720.jpg");
}
.cid-szrAX75YIK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-szrAX75YIK .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-szrAX75YIK .card-img {
  padding-bottom: 1rem;
}
.cid-szrAX75YIK .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-szrAX75YIK .card:hover {
  transform: translateY(-10px);
}
.cid-szrAX75YIK .mbr-text,
.cid-szrAX75YIK .card-title {
  opacity: 0;
}
.cid-szrAX75YIK .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-szrAX75YIK .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-szrAX75YIK .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #ff3366, #0077ff);
  }
  .cid-szrAX75YIK .card:hover .mbr-text,
  .cid-szrAX75YIK .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-szrAX75YIK .card {
    padding-bottom: 1rem !important;
  }
  .cid-szrAX75YIK .card .mbr-text,
  .cid-szrAX75YIK .card .card-title {
    opacity: 1;
  }
  .cid-szrAX75YIK .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #ff3366, #0077ff);
  }
}
.cid-szrAX75YIK .row {
  justify-content: center;
}
.cid-szrAX75YIK .card-title {
  border-bottom: 1px solid #999999;
}
.cid-szrAX75YIK .card1 {
  background-image: url("../../../assets/images/web4-1-160x288.png");
}
.cid-szrAX75YIK .card2 {
  background-image: url("../../../assets/images/luis5t-1.jpeg");
}
.cid-szrAX75YIK .card3 {
  background-image: url("../../../assets/images/luissmitw1t-3.jpeg");
}
.cid-szrAX75YIK .link,
.cid-szrAX75YIK .card-box {
  color: #ffffff;
}
.cid-szrAX75YIK .mbr-text,
.cid-szrAX75YIK .link-wrap {
  text-align: center;
}
.cid-szrAX75YIK .main-subtitle {
  color: #ffffff;
}
.cid-szrAX75YIK .mbr-section-subtitle {
  color: #999999;
}
.cid-szrAX75YIK .mbr-section-text {
  color: #999999;
}
.cid-szrOabjKMv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-szrOabjKMv .container,
.cid-szrOabjKMv .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-szrOabjKMv img,
.cid-szrOabjKMv .item-img {
  height: 100% !important;
  object-fit: cover;
}
.cid-szrOabjKMv .item:focus,
.cid-szrOabjKMv span:focus {
  outline: none;
}
.cid-szrOabjKMv .item-feature {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-szrOabjKMv .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-szrOabjKMv .item-feature {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 10px !important;
}
.cid-szrOabjKMv .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-szrOabjKMv .grid-lyaout {
  margin: 0 !important;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 300px);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item7 item7" "item8 item8 item7 item7";
  height: 900px;
}
@media (max-width: 992px) {
  .cid-szrOabjKMv .grid-lyaout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6" "item7 item8";
  }
}
@media (max-width: 546px) {
  .cid-szrOabjKMv .grid-lyaout {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
    height: 1500px;
  }
}
.cid-szrOabjKMv .item-content {
  position: absolute;
  background-color: #000000;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.3125rem;
  transform: translateY(100%);
  transition: .3s ease;
}
@media (max-width: 546px) {
  .cid-szrOabjKMv .item-content {
    padding: 1.3rem;
  }
}
.cid-szrOabjKMv .item-content .item-tag,
.cid-szrOabjKMv .item-content .item-title {
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.cid-szrOabjKMv .item-wraper {
  position: relative;
}
.cid-szrOabjKMv .col-lg-grid {
  max-width: 100%;
  flex: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-szrOabjKMv .col-lg-grid:hover .item-content {
  transform: translateY(0);
}
.cid-szrOabjKMv .col-lg-grid:hover .item-tag,
.cid-szrOabjKMv .col-lg-grid:hover .item-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.cid-szrOabjKMv .col-lg-grid:nth-child(1) {
  grid-area: item1;
}
.cid-szrOabjKMv .col-lg-grid:nth-child(2) {
  grid-area: item2;
}
.cid-szrOabjKMv .col-lg-grid:nth-child(3) {
  grid-area: item3;
}
.cid-szrOabjKMv .col-lg-grid:nth-child(4) {
  grid-area: item4;
}
.cid-szrOabjKMv .col-lg-grid:nth-child(5) {
  grid-area: item5;
}
.cid-szrOabjKMv .col-lg-grid:nth-child(6) {
  grid-area: item6;
}
.cid-szrOabjKMv .col-lg-grid:nth-child(7) {
  grid-area: item7;
}
.cid-szrOabjKMv .col-lg-grid:nth-child(8) {
  grid-area: item8;
}
.cid-szrOabjKMv .item-content {
  margin-top: 1.375rem;
}
.cid-szrOabjKMv .item-title {
  transition: 0.5s;
}
.cid-szrOabjKMv .item-title:hover {
  color: #0077ff;
}
.cid-szrOabjKMv .item-tag {
  color: #9e9e9e;
}
.cid-szrOabjKMv .item-tag a {
  transition: 0.5s;
}
.cid-szrOabjKMv .item-tag a:hover {
  color: #0077ff !important;
}
.cid-szrOabjKMv .mbr-section-head {
  padding-bottom: 5rem;
}
.cid-szrOabjKMv .mbr-section-title b:last-child,
.cid-szrOabjKMv .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-szrGjc1BMD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-szrGjc1BMD .mbr-text1 {
  color: #999999;
}
.cid-szrGjc1BMD .mbr-text2 {
  color: #999999;
}
.cid-szrGjc1BMD p {
  margin: 0;
}
