body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #465624 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #465624 !important;
  border-color: #465624 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #14190a !important;
  border-color: #14190a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #14190a !important;
  border-color: #14190a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #465624;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #14190a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #465624 !important;
  border-color: #465624 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.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-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.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-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #465624 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b0e06 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #465624;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #465624;
  border-color: #465624;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #465624;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8fb04a;
}
.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*/
.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #465624 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #465624;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #465624;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #465624;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #465624;
  border-bottom-color: #465624;
}
.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: #465624 !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: #ff6666 !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='%23465624' %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-tyRtYPi8rx {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tyRtYPi8rx .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tyRtYPi8rx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tyRtYPi8rx .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tyRtYPi8rx .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-tyRtYPi8rx .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tyRtYPi8rx .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tyRtYPi8rx .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tyRtYPi8rx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyRtYPi8rx .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tyRtYPi8rx .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #465624;
}
.cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tyRtYPi8rx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyRtYPi8rx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.04285714vh;
  }
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyRtYPi8rx .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tyRtYPi8rx .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tyRtYPi8rx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tyRtYPi8rx .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tyRtYPi8rx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyRtYPi8rx .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tyRtYPi8rx .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tyRtYPi8rx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tyRtYPi8rx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tyRtYPi8rx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyRtYPi8rx .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tyRtYPi8rx .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tyRtYPi8rx .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tyRtYPi8rx .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-tyRtYPi8rx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tyRtYPi8rx .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-tyRtYPi8rx .navbar-brand {
  height: 5.9rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-tyRtYPi8rx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyRtYPi8rx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyRtYPi8rx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tyRtYPi8rx .dropdown-item.active,
.cid-tyRtYPi8rx .dropdown-item:active {
  background-color: transparent;
}
.cid-tyRtYPi8rx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-tyRtYPi8rx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyRtYPi8rx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyRtYPi8rx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyRtYPi8rx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tyRtYPi8rx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyRtYPi8rx ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tyRtYPi8rx .navbar-buttons {
  text-align: center;
}
.cid-tyRtYPi8rx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyRtYPi8rx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tyRtYPi8rx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-tyRtYPi8rx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-tyRtYPi8rx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-tyRtYPi8rx .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-tyRtYPi8rx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tyRtYPi8rx .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tyRtYPi8rx .nav-link:hover,
.cid-tyRtYPi8rx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tyRtYPi8rx .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-tyRtYPi8rx .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tyRtYPi8rx .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tyRubd0qRc {
  background-color: #ffffff;
}
.cid-tyRubd0qRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyRubd0qRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyRubd0qRc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tyRubd0qRc .container-fluid {
    padding: 0 30px;
  }
}
.cid-tyRubd0qRc .container-fluid .row {
  padding: 0;
}
.cid-tyRubd0qRc .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-tyRubd0qRc .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-tyRubd0qRc .title-wrapper {
    padding: 80px 0;
  }
}
.cid-tyRubd0qRc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tyRubd0qRc .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tyRubd0qRc .image-wrapper {
  position: relative;
}
.cid-tyRubd0qRc .image-wrapper img {
  object-fit: cover;
}
.cid-tyRubd0qRc .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-tyRubd0qRc .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-tyRubd0qRc .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-tyRubd0qRc .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tyRubd0qRc .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tyRubd0qRc .mbr-section-title {
  color: #000000;
}
.cid-tyRubd0qRc .mbr-text {
  color: #000000;
}
.cid-tyRubd0qRc .mbr-section-title,
.cid-tyRubd0qRc .mbr-section-btn {
  color: #465624;
}
.cid-tyRuC52kQV .mbr-iconfont {
  display: block;
  font-size: 4rem;
}
.cid-tyRuC52kQV .card-wrapper {
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tyRuC52kQV .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tyRuC52kQV .card-wrapper:hover .icon2,
.cid-tyRuC52kQV .card-wrapper:hover .icon3 {
  animation: icon;
  animation-duration: 0.3s;
}
.cid-tyRuC52kQV .text-wrapper {
  display: flex;
}
@keyframes icon {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cid-tyRuC52kQV img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tyRuC52kQV img:hover {
  transform: scale(1.05);
}
.cid-tyRuC52kQV .icon1 {
  color: #f7df67;
}
.cid-tyRuC52kQV .icon2 {
  color: #ffffff;
}
.cid-tyRuC52kQV .icon3 {
  color: #ffffff;
}
.cid-tyRuC52kQV .big {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.cid-tyRuC52kQV .card1 {
  background-image: url("../../../assets/images/img-6286.webp");
  background-size: cover;
  background-position: center;
  padding: 6rem;
  padding-top: 15rem;
}
.cid-tyRuC52kQV .card1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .cid-tyRuC52kQV .card1 {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tyRuC52kQV .card1 {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tyRuC52kQV .card1 {
    padding: 3rem 1rem;
  }
}
.cid-tyRuC52kQV .card-box {
  z-index: 2;
}
.cid-tyRuC52kQV .card2 {
  background: #465624;
}
.cid-tyRuC52kQV .card3 {
  background: #3c322d;
}
.cid-tyRuC52kQV .card3 .mbr-iconfont {
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tyRuC52kQV .card3:hover {
  background-size: auto 115%;
}
.cid-tyRuC52kQV .card3:hover:before {
  opacity: 0.3;
}
.cid-tyRuC52kQV .card2-title {
  color: #ffffff;
}
.cid-tyRuC52kQV .card3-title {
  color: #ffffff;
}
.cid-tyRuC52kQV .card1-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyRuC52kQV .card1-title {
    text-align: center;
  }
}
.cid-tyRuC52kQV .card1-text {
  color: #ffffff;
}
.cid-tyS2bLpN0I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyS2bLpN0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyS2bLpN0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyS2bLpN0I .row {
  align-items: center;
}
.cid-tyS2bLpN0I .mbr-section-title {
  color: #465624;
}
.cid-tyRXJJcPVD {
  background-color: #ffffff;
}
.cid-tyRXJJcPVD .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #465624;
}
.cid-tyRXJJcPVD img {
  width: 100%;
}
.cid-tyRXJJcPVD p {
  margin-top: 6rem;
}
.cid-tyRXJJcPVD .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tyRXJJcPVD .content-wrapper {
  padding-top: 6rem;
}
.cid-tyRXJJcPVD h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tyRXJJcPVD .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tyRXJJcPVD p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tyRXJJcPVD .back {
    width: 100%;
    height: 75%;
  }
  .cid-tyRXJJcPVD .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tyRXJJcPVD p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tyRXJJcPVD .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tyRXJJcPVD h4 {
    right: 2rem;
  }
}
.cid-tyRXJJcPVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyRXJJcPVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyRXJJcPVD H1 {
  color: #ffffff;
}
.cid-tyRXJJcPVD .mbr-text,
.cid-tyRXJJcPVD .mbr-section-btn {
  color: #fafafa;
}
.cid-tyS2qAtQs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyS2qAtQs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyS2qAtQs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyS2qAtQs3 .row {
  align-items: center;
}
.cid-tyS2qAtQs3 .mbr-section-title {
  color: #465624;
}
.cid-tyRZ4MOz9f {
  background-color: #ffffff;
}
.cid-tyRZ4MOz9f .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #465624;
}
.cid-tyRZ4MOz9f img {
  width: 100%;
}
.cid-tyRZ4MOz9f p {
  margin-top: 6rem;
}
.cid-tyRZ4MOz9f .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tyRZ4MOz9f .content-wrapper {
  padding-top: 6rem;
}
.cid-tyRZ4MOz9f h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tyRZ4MOz9f .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tyRZ4MOz9f p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tyRZ4MOz9f .back {
    width: 100%;
    height: 75%;
  }
  .cid-tyRZ4MOz9f .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tyRZ4MOz9f p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tyRZ4MOz9f .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tyRZ4MOz9f h4 {
    right: 2rem;
  }
}
.cid-tyRZ4MOz9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyRZ4MOz9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyRZ4MOz9f H1 {
  color: #ffffff;
}
.cid-tyRZ4MOz9f .mbr-text,
.cid-tyRZ4MOz9f .mbr-section-btn {
  color: #fafafa;
}
.cid-tzqEpQAE1G {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tzqEpQAE1G .mbr-section-title {
  color: #06182d;
}
.cid-tzqEpQAE1G .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #465624;
  background: linear-gradient(#465624 0%, #465624 69%, #6e8c3b 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tzqEpQAE1G .mbr-section-subtitle {
  color: #06182d;
}
.cid-tzqEpQAE1G .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tzqEpQAE1G .card:nth-child(even) {
  margin-top: 70px;
}
.cid-tzqEpQAE1G .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.webp");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-tzqEpQAE1G .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.webp");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-tzqEpQAE1G .card .card-wrapper {
  height: 100%;
}
.cid-tzqEpQAE1G .card .card-wrapper .card-img {
  position: relative;
}
.cid-tzqEpQAE1G .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-tzqEpQAE1G .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-tzqEpQAE1G .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-tzqEpQAE1G .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-tzqEpQAE1G .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-tzqEpQAE1G .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-tzqEpQAE1G .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-tzqEpQAE1G .card .card-wrapper .card-box .card-title {
  color: #465624;
}
.cid-tzqYYUacjV {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzqYYUacjV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tzqYYUacjV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tzqYYUacjV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tzqYYUacjV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tzqYYUacjV .mbr-section-title {
  color: #465624;
}
.cid-tySz03dPGV {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tySz03dPGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tySz03dPGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tySz03dPGV .google-map {
  height: 30rem;
  position: relative;
}
.cid-tySz03dPGV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tySz03dPGV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tySz03dPGV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tySz03dPGV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tzwydrMbFv.popup-builder {
  background-color: #ffffff;
}
.cid-tzwydrMbFv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzwydrMbFv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzwydrMbFv .modal-content,
.cid-tzwydrMbFv .modal-dialog {
  height: auto;
}
.cid-tzwydrMbFv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzwydrMbFv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzwydrMbFv .form-wrapper .mbr-form .form-group,
  .cid-tzwydrMbFv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzwydrMbFv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzwydrMbFv .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-tzwydrMbFv .mbr-text {
  text-align: left;
}
.cid-tzwydrMbFv .pt-0 {
  padding-top: 0 !important;
}
.cid-tzwydrMbFv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzwydrMbFv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzwydrMbFv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzwydrMbFv .modal-open {
  overflow: hidden;
}
.cid-tzwydrMbFv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzwydrMbFv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzwydrMbFv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzwydrMbFv .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-tzwydrMbFv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzwydrMbFv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzwydrMbFv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzwydrMbFv .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-tzwydrMbFv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzwydrMbFv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzwydrMbFv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzwydrMbFv .modal-backdrop.show {
  opacity: .5;
}
.cid-tzwydrMbFv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzwydrMbFv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzwydrMbFv .modal-header {
    padding: 1rem;
  }
}
.cid-tzwydrMbFv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzwydrMbFv .modal-header .close svg {
  fill: #353535;
}
.cid-tzwydrMbFv .modal-header .close:hover {
  opacity: 1;
}
.cid-tzwydrMbFv .modal-header .close:focus {
  outline: none;
}
.cid-tzwydrMbFv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-tzwydrMbFv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzwydrMbFv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzwydrMbFv .modal-body {
    padding: 1rem;
  }
}
.cid-tzwydrMbFv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzwydrMbFv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzwydrMbFv .modal-footer {
    padding: 1rem;
  }
}
.cid-tzwydrMbFv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzwydrMbFv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzwydrMbFv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzwydrMbFv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzwydrMbFv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzwydrMbFv .modal-lg,
  .cid-tzwydrMbFv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzwydrMbFv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzwydrMbFv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzwydrMbFv .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-tzwydrMbFv .form-group {
  margin-bottom: 1rem;
}
.cid-tzwydrMbFv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzwydrMbFv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzwydrMbFv .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-tzwydrMbFv .mbr-section-btn {
  margin: 0;
}
.cid-tzwydrMbFv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tyRNFiNyn3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-6275.webp");
}
.cid-tyRNFiNyn3 img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-tyRNFiNyn3 .si {
  width: 100%;
}
.cid-tyRNFiNyn3 .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-tyRNFiNyn3 .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ffffff;
}
.cid-tyRNFiNyn3 .subtitle {
  color: #ffffff;
}
.cid-tyRNFiNyn3 .text,
.cid-tyRNFiNyn3 .si {
  text-align: center;
}
.cid-tyRNFiNyn3 .copyright {
  padding-top: 120px;
}
.cid-tyRtYPi8rx {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tyRtYPi8rx .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tyRtYPi8rx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tyRtYPi8rx .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tyRtYPi8rx .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-tyRtYPi8rx .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tyRtYPi8rx .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tyRtYPi8rx .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tyRtYPi8rx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyRtYPi8rx .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tyRtYPi8rx .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #465624;
}
.cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tyRtYPi8rx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyRtYPi8rx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.04285714vh;
  }
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyRtYPi8rx .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tyRtYPi8rx .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tyRtYPi8rx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tyRtYPi8rx .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tyRtYPi8rx .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tyRtYPi8rx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyRtYPi8rx .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tyRtYPi8rx .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tyRtYPi8rx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tyRtYPi8rx .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tyRtYPi8rx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tyRtYPi8rx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyRtYPi8rx .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tyRtYPi8rx .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tyRtYPi8rx .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tyRtYPi8rx .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-tyRtYPi8rx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tyRtYPi8rx .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-tyRtYPi8rx .navbar-brand {
  height: 5.9rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-tyRtYPi8rx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyRtYPi8rx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyRtYPi8rx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tyRtYPi8rx .dropdown-item.active,
.cid-tyRtYPi8rx .dropdown-item:active {
  background-color: transparent;
}
.cid-tyRtYPi8rx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-tyRtYPi8rx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyRtYPi8rx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyRtYPi8rx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyRtYPi8rx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tyRtYPi8rx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyRtYPi8rx ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tyRtYPi8rx .navbar-buttons {
  text-align: center;
}
.cid-tyRtYPi8rx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyRtYPi8rx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tyRtYPi8rx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-tyRtYPi8rx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-tyRtYPi8rx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyRtYPi8rx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-tyRtYPi8rx .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-tyRtYPi8rx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tyRtYPi8rx .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tyRtYPi8rx .nav-link:hover,
.cid-tyRtYPi8rx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tyRtYPi8rx .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-tyRtYPi8rx .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tyRtYPi8rx .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tzr9W1kM8M {
  background-color: #ffffff;
}
.cid-tzr9W1kM8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzr9W1kM8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzr9W1kM8M .mbr-section-title {
  color: #6e8c3b;
}
.cid-tzr9W1kM8M .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tyRNFiNyn3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-6275.webp");
}
.cid-tyRNFiNyn3 img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-tyRNFiNyn3 .si {
  width: 100%;
}
.cid-tyRNFiNyn3 .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-tyRNFiNyn3 .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ffffff;
}
.cid-tyRNFiNyn3 .subtitle {
  color: #ffffff;
}
.cid-tyRNFiNyn3 .text,
.cid-tyRNFiNyn3 .si {
  text-align: center;
}
.cid-tyRNFiNyn3 .copyright {
  padding-top: 120px;
}
.cid-tzwypBVw1k.popup-builder {
  background-color: #ffffff;
}
.cid-tzwypBVw1k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzwypBVw1k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzwypBVw1k .modal-content,
.cid-tzwypBVw1k .modal-dialog {
  height: auto;
}
.cid-tzwypBVw1k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzwypBVw1k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzwypBVw1k .form-wrapper .mbr-form .form-group,
  .cid-tzwypBVw1k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzwypBVw1k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzwypBVw1k .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-tzwypBVw1k .mbr-text {
  text-align: left;
}
.cid-tzwypBVw1k .pt-0 {
  padding-top: 0 !important;
}
.cid-tzwypBVw1k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzwypBVw1k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzwypBVw1k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzwypBVw1k .modal-open {
  overflow: hidden;
}
.cid-tzwypBVw1k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzwypBVw1k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzwypBVw1k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzwypBVw1k .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-tzwypBVw1k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzwypBVw1k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzwypBVw1k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzwypBVw1k .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-tzwypBVw1k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzwypBVw1k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzwypBVw1k .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzwypBVw1k .modal-backdrop.show {
  opacity: .5;
}
.cid-tzwypBVw1k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzwypBVw1k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzwypBVw1k .modal-header {
    padding: 1rem;
  }
}
.cid-tzwypBVw1k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzwypBVw1k .modal-header .close svg {
  fill: #353535;
}
.cid-tzwypBVw1k .modal-header .close:hover {
  opacity: 1;
}
.cid-tzwypBVw1k .modal-header .close:focus {
  outline: none;
}
.cid-tzwypBVw1k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-tzwypBVw1k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzwypBVw1k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzwypBVw1k .modal-body {
    padding: 1rem;
  }
}
.cid-tzwypBVw1k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzwypBVw1k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzwypBVw1k .modal-footer {
    padding: 1rem;
  }
}
.cid-tzwypBVw1k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzwypBVw1k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzwypBVw1k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzwypBVw1k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzwypBVw1k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzwypBVw1k .modal-lg,
  .cid-tzwypBVw1k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzwypBVw1k .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzwypBVw1k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzwypBVw1k .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-tzwypBVw1k .form-group {
  margin-bottom: 1rem;
}
.cid-tzwypBVw1k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzwypBVw1k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzwypBVw1k .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-tzwypBVw1k .mbr-section-btn {
  margin: 0;
}
.cid-tzwypBVw1k .mbr-section-btn .btn {
  margin: 0;
}
