body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Shadows Into Light', handwriting;
  font-size: 6rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-4 {
  font-family: 'Shadows Into Light', handwriting;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Lobster', display;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Shadows Into Light', handwriting;
  font-size: 1.3rem;
  line-height: 1.5;
}
.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: 768px) {
  .display-1 {
    font-size: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5263b8 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #303b74;
  color: #303b74;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #5263b8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5263b8 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #303b74 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !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: #70c770;
}
.alert-info {
  background-color: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-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: #5263b8;
  border-color: #5263b8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5263b8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #acb5dd;
}
.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: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Shadows Into Light', handwriting;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #5263b8;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5263b8;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5263b8;
  border-bottom-color: #5263b8;
}
.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: #5263b8 !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: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rIyZ6uDDHh .navbar {
  padding: .5rem 0;
  background: #121212;
  transition: none;
  min-height: 75px;
}
.cid-rIyZ6uDDHh .navbar-dropdown.bg-color.transparent.opened {
  background: #121212;
}
.cid-rIyZ6uDDHh a {
  font-style: normal;
}
.cid-rIyZ6uDDHh a .link:hover {
  color: inherit !important;
}
.cid-rIyZ6uDDHh .dropdown-item:active {
  background: #ffffff;
  line-height: 0.9 !important;
}
.cid-rIyZ6uDDHh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIyZ6uDDHh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px !important;
  margin: 0 8px !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  font-weight: 400 !important;
}
.cid-rIyZ6uDDHh .nav-item:focus,
.cid-rIyZ6uDDHh .nav-link:focus {
  outline: none;
}
.cid-rIyZ6uDDHh .btn {
  padding: 0rem 0.9rem 1px 1.3rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 2.6;
  border-width: 2px;
}
.cid-rIyZ6uDDHh .btn ins {
  text-decoration: none;
}
.cid-rIyZ6uDDHh .btn .mbr-iconfont {
  font-size: 0.9rem;
  padding-left: 15px !important;
  padding-top: 1px;
  margin-right: 4px;
  order: 5;
  transition: all 0s ease-in-out;
}
.cid-rIyZ6uDDHh .menu-logo {
  margin-right: auto;
}
.cid-rIyZ6uDDHh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  transition: padding .2s;
  min-height: 3rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIyZ6uDDHh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIyZ6uDDHh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
  font-weight: 400 !important;
}
.cid-rIyZ6uDDHh .menu-logo .navbar-brand .navbar-logo {
  font-size: 8rem;
  transition: font-size 0.25s;
}
.cid-rIyZ6uDDHh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
  color: #ffffff;
}
.cid-rIyZ6uDDHh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIyZ6uDDHh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 1rem;
  width: auto;
  overflow: visible;
}
.cid-rIyZ6uDDHh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIyZ6uDDHh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
  padding-bottom: 10px;
}
.cid-rIyZ6uDDHh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIyZ6uDDHh .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border-radius: 3px;
}
.cid-rIyZ6uDDHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.435em 1.5385em !important;
  line-height: 0.9 !important;
}
.cid-rIyZ6uDDHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIyZ6uDDHh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIyZ6uDDHh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIyZ6uDDHh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIyZ6uDDHh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIyZ6uDDHh .navbar.navbar-short .navbar-toggler-right {
  top: 35px;
}
.cid-rIyZ6uDDHh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIyZ6uDDHh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIyZ6uDDHh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIyZ6uDDHh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIyZ6uDDHh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 2.1rem;
  right: 1rem;
}
.cid-rIyZ6uDDHh button.navbar-toggler:focus {
  outline: none;
}
.cid-rIyZ6uDDHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rIyZ6uDDHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIyZ6uDDHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIyZ6uDDHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIyZ6uDDHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIyZ6uDDHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIyZ6uDDHh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIyZ6uDDHh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIyZ6uDDHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIyZ6uDDHh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIyZ6uDDHh .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIyZ6uDDHh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIyZ6uDDHh .collapsed .navbar-collapse.collapsing,
.cid-rIyZ6uDDHh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIyZ6uDDHh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIyZ6uDDHh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIyZ6uDDHh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIyZ6uDDHh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIyZ6uDDHh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIyZ6uDDHh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIyZ6uDDHh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIyZ6uDDHh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1254px) {
  .cid-rIyZ6uDDHh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rIyZ6uDDHh .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIyZ6uDDHh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIyZ6uDDHh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIyZ6uDDHh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-rIyZ6uDDHh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIyZ6uDDHh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIyZ6uDDHh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1253px) {
  .cid-rIyZ6uDDHh .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIyZ6uDDHh img {
    height: 3.8rem !important;
  }
  .cid-rIyZ6uDDHh .btn {
    display: -webkit-flex;
  }
  .cid-rIyZ6uDDHh button.navbar-toggler {
    display: block;
  }
  .cid-rIyZ6uDDHh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIyZ6uDDHh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIyZ6uDDHh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIyZ6uDDHh .navbar-collapse.collapsing,
  .cid-rIyZ6uDDHh .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIyZ6uDDHh .navbar-collapse.collapsing .navbar-nav,
  .cid-rIyZ6uDDHh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIyZ6uDDHh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIyZ6uDDHh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIyZ6uDDHh .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIyZ6uDDHh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIyZ6uDDHh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIyZ6uDDHh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIyZ6uDDHh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-rIyZ6uDDHh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIyZ6uDDHh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIyZ6uDDHh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 540px) {
  .cid-rIyZ6uDDHh .navbar-brand {
    padding-top: 1rem;
  }
  .cid-rIyZ6uDDHh .navbar-logo img {
    height: 3rem !important;
  }
  .cid-rIyZ6uDDHh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    font-size: 30px !important;
  }
}
@media (min-width: 767px) {
  .cid-rIyZ6uDDHh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIyZ6uDDHh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
  line-height: 0.9;
}
.cid-rIyZ6uDDHh .nav-link,
.cid-rIyZ6uDDHh .dropdown-item {
  position: relative;
}
.cid-rIyZ6uDDHh .nav-link:before,
.cid-rIyZ6uDDHh .dropdown-item:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: -0.2em;
  background: #cccccc;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cid-rIyZ6uDDHh .nav-item .nav-link:hover::before {
  right: 0;
}
.cid-rIyZ6uDDHh .nav-item.open .nav-link::before {
  right: 1.667em;
}
.cid-rIyZ6uDDHh .nav-link:hover {
  color: #cccccc !important;
  border-color: #cccccc;
}
.cid-rIyZ6uDDHh .nav-link:first-child {
  border-color: #cccccc;
}
.cid-rIyZ6uDDHh .display-5 {
  font-size: 2.8rem;
}
.cid-rIyZ7ehICz {
  background-image: url("../../../assets/images/jimmy-2000x1500.jpg");
}
.cid-rIyZ7ehICz .mbr-arrow {
  background: none;
}
.cid-rIyZ7ehICz .container-fluid {
  position: relative;
}
.cid-rIyZ7ehICz .page-title-content .mbr-iconfont {
  font-size: 31px;
  margin-top: -10px;
  color: #ffd03a;
}
.cid-rIyZ7ehICz .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-rIyZ7ehICz .page-title-content p > span {
  font-size: 39px !important;
  color: #ffd03a;
  margin-left: 1rem !important;
}
@media (max-width: 576px) {
  .cid-rIyZ7ehICz .page-title-content {
    text-align: center;
  }
}
.cid-rIyZ7ehICz .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rIyZ7ehICz .mbr-section-btn {
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.cid-rIyZ7ehICz .mbr-section-btn .btn:hover {
  color: #ffffff !important;
}
.cid-rIyZ7ehICz .mbr-section-btn a {
  display: inline-block;
  color: #f1a631;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rIyZ7ehICz .mbr-section-btn a:not(:first-child) {
  margin-left: 20px;
}
.cid-rIyZ7ehICz .mbr-section-btn a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rIyZ7ehICz .mbr-section-btn a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-rIyZ7ehICz .mbr-section-btn a:hover:after,
.cid-rIyZ7ehICz .mbr-section-btn a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rIyZ7ehICz .mbr-section-btn a:hover:before,
.cid-rIyZ7ehICz .mbr-section-btn a:focus:before {
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rIyZ7ehICz .text {
  margin: 0px;
  margin-top: 67px;
}
.cid-rIyZ7ehICz .scroll-text {
  transition: 0.5s all;
}
.cid-rIyZ7ehICz .scroll-text:hover {
  opacity: 0.5;
}
.cid-rIyZ7ehICz .mbr-arrow {
  bottom: 0px;
  right: -100px;
  background-color: "file:///D:/WebDesign/jimmcfadden/assets/images/jimmy-2000x1500.jpg";
}
.cid-rIyZ7ehICz .mbr-arrow .mbr-iconfont {
  color: #ffd03a;
  font-size: 51px;
}
.cid-rIyZ7ehICz .mbr-arrow > a > i {
  left: -27px;
  font-style: normal;
  line-height: 1;
}
.cid-rIyZ7ehICz .down {
  margin-top: 126px;
}
@media (max-width: 768px) {
  .cid-rIyZ7ehICz .down {
    display: none;
  }
}
.cid-rIyZ7ehICz .social-links .mbr-iconfont {
  color: #ffd03a;
}
.cid-rIyZ7ehICz .social-links .link {
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-rIyZ7ehICz .social-links .link:hover {
  opacity: 0.5;
}
.cid-rIyZ7ehICz .btn {
  padding: 0.7rem 2.2rem;
}
.cid-rIyZ7ehICz a.text-white:hover,
.cid-rIyZ7ehICz a.text-white:focus {
  color: #ffffff !important;
}
.cid-rIyZ7ehICz .text,
.cid-rIyZ7ehICz .mbr-section-btn {
  text-align: center;
}
.cid-s0qMTvZltM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/jims-joy-2-960x720.jpg");
  overflow: hidden;
}
.cid-s0qMTvZltM H1 {
  color: #0a0b17;
}
.cid-s0qMTvZltM .mbr-text,
.cid-s0qMTvZltM .mbr-section-btn {
  color: #ea4242;
}
.cid-s0qMTvZltM .img1 {
  box-shadow: 0 10px 55px 5px rgba(166, 194, 227, 0.35);
  border-radius: 10px;
}
.cid-s0qMTvZltM .relative {
  position: relative;
}
.cid-s0qMTvZltM .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s0qMTvZltM .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-s0qMTvZltM .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-s0qMTvZltM .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-s0qMTvZltM .card-img1 .img1 {
  width: 180%;
}
.cid-s0qMTvZltM .img2 {
  box-shadow: 0 10px 55px 5px rgba(166, 194, 227, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-s0qMTvZltM H3 {
  color: #cccccc;
}
.cid-s0qXwXQXFc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s0qXwXQXFc .mbr-iconfont {
  color: #767676;
  font-size: 1.4rem;
}
.cid-s0qXwXQXFc .title,
.cid-s0qXwXQXFc .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-s0qXwXQXFc .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #efefef;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-s0qXwXQXFc .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-s0qXwXQXFc .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-s0qXwXQXFc .text-box {
  padding: 0rem;
}
.cid-s0qXwXQXFc .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-s0qXwXQXFc .card-title {
  color: #ea4242;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-s0qXwXQXFc .card-img {
  overflow: hidden;
}
.cid-s0qXwXQXFc .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-s0qXwXQXFc .card-box {
  padding: 0rem;
}
.cid-s0qXwXQXFc img {
  transition: all 0.3s;
}
.cid-s0qXwXQXFc .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #fafafa;
}
.cid-s0qXwXQXFc .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-s0qXwXQXFc .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s0qXwXQXFc .card-img {
    width: 30%;
  }
  .cid-s0qXwXQXFc .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s0qXwXQXFc .card-img {
    width: 50%;
  }
  .cid-s0qXwXQXFc .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-s0qXwXQXFc .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-s0qXwXQXFc .card-img {
    width: 100%;
  }
  .cid-s0qXwXQXFc .card-box {
    width: 100%;
  }
}
.cid-s0qXwXQXFc .card-box > p,
.cid-s0qXwXQXFc .mbr-section-btn {
  color: #ffffff;
}
.cid-s0r2g33cap {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mayo-clinic-720x400.jpg");
}
.cid-s0r2g33cap .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-s0r2g33cap .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s0r2g33cap .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s0r2g33cap .social-media ul li:first-child {
  padding-left: 0;
}
.cid-s0r2g33cap .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #d495b2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-s0r2g33cap .icon-transition span:hover {
  background-color: #be8ed4;
}
@media (max-width: 767px) {
  .cid-s0r2g33cap .align-left {
    text-align: left !important;
  }
}
.cid-s0r2g33cap .mbr-section-title {
  color: #ec2b84;
}
.cid-s0qOndEVdm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/kids-2-960x508.jpg");
}
.cid-s0qOndEVdm .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-s0qOndEVdm .mbr-iconfont:hover {
  color: #777777;
}
.cid-s0qOndEVdm .card-img {
  position: relative;
  overflow: hidden;
}
.cid-s0qOndEVdm a {
  font-weight: 600;
}
.cid-s0qOndEVdm .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-s0qOndEVdm .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-s0qOndEVdm .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-s0qOndEVdm .card-wrapper {
  height: 100%;
}
.cid-s0qOndEVdm .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-s0qOndEVdm .text {
  color: #767676;
}
.cid-s0qOndEVdm .card-subtitle {
  color: #ff3366;
}
.cid-s0rx7TGG9E {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s0rx7TGG9E .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-s0rx7TGG9E .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s0rx7TGG9E .image-block:hover:before {
  opacity: 0.4;
}
.cid-s0rx7TGG9E .image-block:hover .wrap {
  opacity: 1;
}
.cid-s0rx7TGG9E .image-block:hover img {
  transform: scale(1.05);
}
.cid-s0rx7TGG9E h4 {
  letter-spacing: 2px;
}
.cid-s0rx7TGG9E figcaption {
  position: relative;
}
.cid-s0rx7TGG9E figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s0rx7TGG9E img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s0rx7TGG9E .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s0rx7TGG9E .wrap {
    opacity: 1!important;
  }
  .cid-s0rx7TGG9E .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s0qSqInj1v.popup-builder {
  background-color: #ffffff;
}
.cid-s0qSqInj1v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s0qSqInj1v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s0qSqInj1v .modal-content,
.cid-s0qSqInj1v .modal-dialog {
  height: auto;
}
.cid-s0qSqInj1v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s0qSqInj1v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s0qSqInj1v .form-wrapper .mbr-form .form-group,
  .cid-s0qSqInj1v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s0qSqInj1v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s0qSqInj1v .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0qSqInj1v .mbr-text {
  text-align: center;
}
.cid-s0qSqInj1v .pt-0 {
  padding-top: 0 !important;
}
.cid-s0qSqInj1v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s0qSqInj1v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s0qSqInj1v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s0qSqInj1v .modal-open {
  overflow: hidden;
}
.cid-s0qSqInj1v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s0qSqInj1v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s0qSqInj1v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s0qSqInj1v .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s0qSqInj1v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s0qSqInj1v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s0qSqInj1v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s0qSqInj1v .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s0qSqInj1v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s0qSqInj1v .modal-backdrop.fade {
  opacity: 0;
}
.cid-s0qSqInj1v .modal-backdrop.show {
  opacity: .5;
}
.cid-s0qSqInj1v .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s0qSqInj1v .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s0qSqInj1v .modal-header .close:hover {
  opacity: 1;
}
.cid-s0qSqInj1v .modal-header .close:focus {
  outline: none;
}
.cid-s0qSqInj1v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s0qSqInj1v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s0qSqInj1v .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s0qSqInj1v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s0qSqInj1v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s0qSqInj1v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s0qSqInj1v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s0qSqInj1v .modal-sm {
    max-width: 300px;
  }
  .cid-s0qSqInj1v .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s0qSqInj1v .modal-lg,
  .cid-s0qSqInj1v .modal-xl {
    max-width: 800px;
  }
  .cid-s0qSqInj1v .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s0qSqInj1v .modal-xl {
    max-width: 1140px;
  }
  .cid-s0qSqInj1v .container {
    max-width: 1140px;
  }
}
.cid-s0qSqInj1v .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s0qSqInj1v .container {
    max-width: 720px;
  }
}
.cid-s0qSqInj1v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s0qSqInj1v .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s0qSqInj1v .form-group {
  margin-bottom: 1rem;
}
.cid-s0qSqInj1v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s0qSqInj1v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s0qSqInj1v .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s0qSrgnmBu.popup-builder {
  background-color: #ffffff;
}
.cid-s0qSrgnmBu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s0qSrgnmBu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s0qSrgnmBu .modal-content,
.cid-s0qSrgnmBu .modal-dialog {
  height: auto;
}
.cid-s0qSrgnmBu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s0qSrgnmBu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s0qSrgnmBu .form-wrapper .mbr-form .form-group,
  .cid-s0qSrgnmBu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s0qSrgnmBu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s0qSrgnmBu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0qSrgnmBu .mbr-text {
  text-align: center;
}
.cid-s0qSrgnmBu .pt-0 {
  padding-top: 0 !important;
}
.cid-s0qSrgnmBu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s0qSrgnmBu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s0qSrgnmBu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s0qSrgnmBu .modal-open {
  overflow: hidden;
}
.cid-s0qSrgnmBu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s0qSrgnmBu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s0qSrgnmBu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s0qSrgnmBu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s0qSrgnmBu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s0qSrgnmBu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s0qSrgnmBu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s0qSrgnmBu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s0qSrgnmBu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s0qSrgnmBu .modal-backdrop.fade {
  opacity: 0;
}
.cid-s0qSrgnmBu .modal-backdrop.show {
  opacity: .5;
}
.cid-s0qSrgnmBu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s0qSrgnmBu .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s0qSrgnmBu .modal-header .close:hover {
  opacity: 1;
}
.cid-s0qSrgnmBu .modal-header .close:focus {
  outline: none;
}
.cid-s0qSrgnmBu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s0qSrgnmBu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s0qSrgnmBu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s0qSrgnmBu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s0qSrgnmBu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s0qSrgnmBu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s0qSrgnmBu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s0qSrgnmBu .modal-sm {
    max-width: 300px;
  }
  .cid-s0qSrgnmBu .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s0qSrgnmBu .modal-lg,
  .cid-s0qSrgnmBu .modal-xl {
    max-width: 800px;
  }
  .cid-s0qSrgnmBu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s0qSrgnmBu .modal-xl {
    max-width: 1140px;
  }
  .cid-s0qSrgnmBu .container {
    max-width: 1140px;
  }
}
.cid-s0qSrgnmBu .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s0qSrgnmBu .container {
    max-width: 720px;
  }
}
.cid-s0qSrgnmBu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s0qSrgnmBu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s0qSrgnmBu .form-group {
  margin-bottom: 1rem;
}
.cid-s0qSrgnmBu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s0qSrgnmBu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s0qSrgnmBu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s0qSrKiTam.popup-builder {
  background-color: #ffffff;
}
.cid-s0qSrKiTam.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s0qSrKiTam.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s0qSrKiTam .modal-content,
.cid-s0qSrKiTam .modal-dialog {
  height: auto;
}
.cid-s0qSrKiTam .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s0qSrKiTam .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s0qSrKiTam .form-wrapper .mbr-form .form-group,
  .cid-s0qSrKiTam .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s0qSrKiTam .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s0qSrKiTam .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0qSrKiTam .mbr-text {
  text-align: center;
}
.cid-s0qSrKiTam .pt-0 {
  padding-top: 0 !important;
}
.cid-s0qSrKiTam .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s0qSrKiTam .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s0qSrKiTam .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s0qSrKiTam .modal-open {
  overflow: hidden;
}
.cid-s0qSrKiTam .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s0qSrKiTam .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s0qSrKiTam .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s0qSrKiTam .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s0qSrKiTam .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s0qSrKiTam .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s0qSrKiTam .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s0qSrKiTam .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s0qSrKiTam .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s0qSrKiTam .modal-backdrop.fade {
  opacity: 0;
}
.cid-s0qSrKiTam .modal-backdrop.show {
  opacity: .5;
}
.cid-s0qSrKiTam .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s0qSrKiTam .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s0qSrKiTam .modal-header .close:hover {
  opacity: 1;
}
.cid-s0qSrKiTam .modal-header .close:focus {
  outline: none;
}
.cid-s0qSrKiTam .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s0qSrKiTam .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s0qSrKiTam .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s0qSrKiTam .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s0qSrKiTam .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s0qSrKiTam .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s0qSrKiTam .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s0qSrKiTam .modal-sm {
    max-width: 300px;
  }
  .cid-s0qSrKiTam .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s0qSrKiTam .modal-lg,
  .cid-s0qSrKiTam .modal-xl {
    max-width: 800px;
  }
  .cid-s0qSrKiTam .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s0qSrKiTam .modal-xl {
    max-width: 1140px;
  }
  .cid-s0qSrKiTam .container {
    max-width: 1140px;
  }
}
.cid-s0qSrKiTam .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s0qSrKiTam .container {
    max-width: 720px;
  }
}
.cid-s0qSrKiTam .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s0qSrKiTam .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s0qSrKiTam .form-group {
  margin-bottom: 1rem;
}
.cid-s0qSrKiTam .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s0qSrKiTam .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s0qSrKiTam .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s0rOiL7Wfw {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dash-puppy-742x960.jpeg");
}
.cid-s0rOiL7Wfw .card-box {
  padding: 0rem;
}
.cid-s0rOiL7Wfw .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s0rOiL7Wfw .card {
  padding: 0;
  margin: auto;
}
.cid-s0rOiL7Wfw .card-img {
  height: 400px;
}
.cid-s0rOiL7Wfw .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s0rOiL7Wfw .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s0rOiL7Wfw .card-wrapper {
    padding: 4rem;
  }
}
.cid-s0rOiL7Wfw .card-title {
  color: #191f2d;
}
.cid-rIyZ8LsRi3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cap-2710630-1280-1280x1230.png");
}
.cid-rIyZ8LsRi3 .mbr-overlay {
  background-color: #cccccc;
  opacity: 0.3;
}
.cid-rIyZ8LsRi3 h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
  color: #9c9485;
}
.cid-rIyZ8LsRi3 .dragArea {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 767px) {
  .cid-rIyZ8LsRi3 .form-check-inline {
    margin-right: 2rem;
  }
  .cid-rIyZ8LsRi3 .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-rIyZ8LsRi3 .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-rIyZ8LsRi3 .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-rIyZ8LsRi3 .col,
  .cid-rIyZ8LsRi3 .col-lg-6 {
    max-width: 48%;
  }
  .cid-rIyZ8LsRi3 .form-group {
    margin-bottom: 2.5rem;
  }
  .cid-rIyZ8LsRi3 .form-group:last-child {
    margin-bottom: 2.8rem;
  }
  .cid-rIyZ8LsRi3 .dragArea {
    padding-left: 48px !important;
  }
}
@media (max-width: 992px) {
  .cid-rIyZ8LsRi3 .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-rIyZ8LsRi3 .form-group {
    margin-bottom: 0rem;
  }
}
.cid-rIyZ8LsRi3 label {
  margin-bottom: 0;
  padding: 10px 0 !important;
  padding-bottom: 0 !important;
}
.cid-rIyZ8LsRi3 .form-row {
  justify-content: space-between;
}
.cid-rIyZ8LsRi3 input::-webkit-input-placeholder,
.cid-rIyZ8LsRi3 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rIyZ8LsRi3 input:-moz-placeholder,
.cid-rIyZ8LsRi3 textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rIyZ8LsRi3 .form-control-label {
  color: #ffffff;
  font-weight: 200;
}
.cid-rIyZ8LsRi3 .form-control {
  font-weight: 400;
}
.cid-rIyZ8LsRi3 .form-control,
.cid-rIyZ8LsRi3 .field-input {
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #09120d;
  border-radius: 0;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rIyZ8LsRi3 .form-control:focus,
.cid-rIyZ8LsRi3 .field-input:focus {
  color: #ffffff !important;
}
.cid-rIyZ8LsRi3 .form-control:hover,
.cid-rIyZ8LsRi3 .field-input:hover {
  color: #ffffff !important;
}
.cid-rIyZ8LsRi3 .form-control input::-webkit-input-placeholder,
.cid-rIyZ8LsRi3 .field-input input::-webkit-input-placeholder,
.cid-rIyZ8LsRi3 .form-control textarea::-webkit-input-placeholder,
.cid-rIyZ8LsRi3 .field-input textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rIyZ8LsRi3 .form-control input:-moz-placeholder,
.cid-rIyZ8LsRi3 .field-input input:-moz-placeholder,
.cid-rIyZ8LsRi3 .form-control textarea:-moz-placeholder,
.cid-rIyZ8LsRi3 .field-input textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rIyZ8LsRi3 .form-control:hover,
.cid-rIyZ8LsRi3 .field-input:hover,
.cid-rIyZ8LsRi3 .form-control:focus,
.cid-rIyZ8LsRi3 .field-input:focus {
  background-color: #0e0e10;
  border-color: #09120d;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rIyZ8LsRi3 .form-control:hover input::-webkit-input-placeholder,
.cid-rIyZ8LsRi3 .field-input:hover input::-webkit-input-placeholder,
.cid-rIyZ8LsRi3 .form-control:focus input::-webkit-input-placeholder,
.cid-rIyZ8LsRi3 .field-input:focus input::-webkit-input-placeholder,
.cid-rIyZ8LsRi3 .form-control:hover textarea::-webkit-input-placeholder,
.cid-rIyZ8LsRi3 .field-input:hover textarea::-webkit-input-placeholder,
.cid-rIyZ8LsRi3 .form-control:focus textarea::-webkit-input-placeholder,
.cid-rIyZ8LsRi3 .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-rIyZ8LsRi3 .form-control:hover input:-moz-placeholder,
.cid-rIyZ8LsRi3 .field-input:hover input:-moz-placeholder,
.cid-rIyZ8LsRi3 .form-control:focus input:-moz-placeholder,
.cid-rIyZ8LsRi3 .field-input:focus input:-moz-placeholder,
.cid-rIyZ8LsRi3 .form-control:hover textarea:-moz-placeholder,
.cid-rIyZ8LsRi3 .field-input:hover textarea:-moz-placeholder,
.cid-rIyZ8LsRi3 .form-control:focus textarea:-moz-placeholder,
.cid-rIyZ8LsRi3 .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-rIyZ8LsRi3 .jq-number__spin:hover,
.cid-rIyZ8LsRi3 .jq-number__spin:focus {
  background-color: #0e0e10;
  border-color: #09120d;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rIyZ8LsRi3 .jq-number__spin {
  background-color: transparent;
  border-color: #09120d;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rIyZ8LsRi3 .jq-selectbox li,
.cid-rIyZ8LsRi3 .jq-selectbox li {
  background-color: transparent;
  color: contrast("file:///D:/WebDesign/jimmcfadden/assets/images/cap-2710630-1280-1280x1230.png", #000000, #ffffff, 30%);
}
.cid-rIyZ8LsRi3 .jq-selectbox li:hover,
.cid-rIyZ8LsRi3 .jq-selectbox li.selected {
  background-color: #0e0e10;
  color: #ffffff;
}
.cid-rIyZ8LsRi3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rIyZ8LsRi3 .jq-number__spin.minus:hover:after,
.cid-rIyZ8LsRi3 .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-rIyZ8LsRi3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rIyZ8LsRi3 .jq-number__spin.minus:after,
.cid-rIyZ8LsRi3 .jq-number__spin.plus:after {
  border-top-color: #0e0e10;
  border-bottom-color: #0e0e10;
}
.cid-rIyZ8LsRi3 input::-webkit-clear-button {
  display: none;
}
.cid-rIyZ8LsRi3 input::-webkit-inner-spin-button {
  display: none;
}
.cid-rIyZ8LsRi3 input::-webkit-outer-spin-button {
  display: none;
}
.cid-rIyZ8LsRi3 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rIyZ8LsRi3 p {
  line-height: 1.5 !important;
}
.cid-rIyZ8LsRi3 .exemail {
  color: #121212;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cid-rIyZ8LsRi3 .exemail::after {
  background-color: currentColor;
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: auto;
  position: absolute;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
.cid-rIyZ8LsRi3 .exemail::after:hover {
  width: 1000%;
}
.cid-rIyZ8LsRi3 textarea {
  min-height: 192px;
  padding: 20px 0;
}
.cid-rIyZ8LsRi3 .btn {
  padding: 0.4rem 1rem !important;
  border-width: 2px !important;
  margin-left: 0 !important;
}
.cid-rIyZ8LsRi3 .btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  transform: none;
  transition: all 0.2s ease-in-out;
}
.cid-rIyZ8LsRi3 .btn:hover a {
  color: #ffffff !important;
}
.cid-rIyZ8LsRi3 .btn:hover span {
  color: #ffffff !important;
}
.cid-rIyZ8LsRi3 .jq-selectbox__trigger-arrow {
  top: 80% !important;
  right: 0px !important;
}
.cid-rIyZ8LsRi3 select {
  font-weight: 400 !important;
}
.cid-rIyZ8LsRi3 .title {
  color: #cccccc;
}
.cid-rIyZ8LsRi3 .main-title {
  color: #fafafa;
}
.cid-rIyZ8LsRi3 .main-text {
  color: #fafafa;
}
.cid-rIyZ8LsRi3 .city {
  color: #cccccc;
}
.cid-rIyZ8LsRi3 .contacts {
  color: #cccccc;
}
.cid-rIyZ9J9f8y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0d0f1c;
}
.cid-rIyZ9J9f8y .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rIyZ9J9f8y p {
    text-align: center;
  }
  .cid-rIyZ9J9f8y .row {
    justify-content: center;
  }
}
