body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'M PLUS Rounded 1c', 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #6592e6 !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: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !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: #6592e6 !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: #205ac5 !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: #6592e6;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', 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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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='%236592e6' %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-tgHPU9UuP0 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #6592e6;
}
.cid-tgHPU9UuP0 .card-wrapper {
  min-height: 300px;
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tgHPU9UuP0 .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tgHPU9UuP0 .icon1 {
  color: #ffffff;
}
.cid-tgHPU9UuP0 .icon2 {
  color: #ffffff;
}
.cid-tgHPU9UuP0 .icon3 {
  color: #272727;
}
.cid-tgHPU9UuP0 .icon4 {
  color: #272727;
}
.cid-tgHPU9UuP0 .big {
  min-height: 100%;
}
.cid-tgHPU9UuP0 .mbr-section-btn {
  max-width: 200px;
}
.cid-tgHPU9UuP0 .mbr-section-btn .btn {
  margin: 2px;
}
@media (max-width: 992px) {
  .cid-tgHPU9UuP0 .mbr-section-btn {
    text-align: center;
    max-width: 100%;
    margin: auto;
  }
}
.cid-tgHPU9UuP0 .card1 {
  background-image: url("../../../assets/images/elnido.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
}
.cid-tgHPU9UuP0 .card1 .mbr-iconfont {
  font-size: 16.5rem;
}
@media (max-width: 767px) {
  .cid-tgHPU9UuP0 .card1 {
    padding: 3rem 1rem;
  }
}
.cid-tgHPU9UuP0 .card-box {
  z-index: 2;
}
.cid-tgHPU9UuP0 .card2 {
  background-image: url("../../../assets/images/elterruno.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tgHPU9UuP0 .card2 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tgHPU9UuP0 .card2:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #40b0bf;
  z-index: 1;
  opacity: 1;
}
.cid-tgHPU9UuP0 .card2:hover {
  background-size: auto 115%;
}
.cid-tgHPU9UuP0 .card2:hover:before {
  opacity: 0.3;
}
.cid-tgHPU9UuP0 .card3 {
  background-image: url("../../../assets/images/o-4.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tgHPU9UuP0 .card3 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tgHPU9UuP0 .card3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff9966;
  transition: all 0.3s;
  z-index: 1;
  opacity: 1;
}
.cid-tgHPU9UuP0 .card3:hover {
  background-size: auto 115%;
}
.cid-tgHPU9UuP0 .card3:hover:before {
  opacity: 0.3;
}
.cid-tgHPU9UuP0 .card4 {
  background-image: url("../../../assets/images/nahual-wav1.gif");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tgHPU9UuP0 .card4:hover {
  background-size: auto 115%;
}
.cid-tgHPU9UuP0 .card4:hover:before {
  opacity: 0;
}
.cid-tgHPU9UuP0 .card4 .mbr-iconfont {
  background: #f7df67;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tgHPU9UuP0 .card-title,
.cid-tgHPU9UuP0 .card-box {
  color: #ffffff;
}
.cid-tgHPU9UuP0 .card2-title {
  color: #ffffff;
}
.cid-tgHPU9UuP0 .card3-title {
  color: #ffffff;
}
.cid-tgHPU9UuP0 .card4-title {
  color: #ffffff;
}
.cid-tgHPU9UuP0 .card1-title {
  color: #ffffff;
}
.cid-tgHPU9UuP0 .card2-text {
  color: #ffffff;
}
.cid-tgHPU9UuP0 .card4-text {
  color: #ffffff;
}
.cid-tj4wSL0JQ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tj4wSL0JQ9 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tj4wSL0JQ9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tj4wSL0JQ9 .socicon {
  font-size: 1.3rem;
  background: #2299aa;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tj4wSL0JQ9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tj4wSL0JQ9 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tj4wSL0JQ9 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tj4wSL0JQ9 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tj4wSL0JQ9 .logo-title {
  text-align: center;
}
.cid-tj4wSL0JQ9 .logo-sub-title {
  text-align: center;
}
.cid-tj4wSL0JQ9 .links {
  text-align: center;
  color: #656565;
}
.cid-tj4wSL0JQ9 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tj4wSL0JQ9 .links,
.cid-tj4wSL0JQ9 .social-list {
  color: #ffffff;
}
.cid-tikIIedqH1 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffd08a;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tikIIedqH1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tikIIedqH1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tikIIedqH1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tikIIedqH1 .title {
  padding: 0 2rem;
}
.cid-tikIIedqH1 .container {
  padding: 0 1rem;
}
.cid-tikIIedqH1 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-tikIIedqH1 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tikIIedqH1 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-tikIIedqH1 .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-tikIIedqH1 .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-tikIIedqH1 .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-tikIIedqH1 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tikIIedqH1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tikIIedqH1 .icon-focus {
  display: none;
}
.cid-tikIIedqH1 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tikIIedqH1 .btn-primary-outline:hover {
  background: transparent !important;
  color: #6592e6 !important;
}
.cid-tikIIedqH1 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tikIIedqH1 li {
  position: relative;
}
.cid-tikIIedqH1 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tikIIedqH1 .btn {
  font-family: Jost !important;
}
.cid-tikIIedqH1 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tikIIedqH1 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tikIIedqH1 li:not(:last-child):after {
    top: 9px;
  }
  .cid-tikIIedqH1 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tikIIedqH1 .container {
    padding: 0rem 0.5rem;
  }
  .cid-tikIIedqH1 .title {
    padding: 0 1rem;
  }
}
.cid-tikIIedqH1 H2 {
  color: #89b758;
}
.cid-tiutoBm3P7 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffd08a;
  border-bottom: 1px solid #000000;
}
.cid-tiutoBm3P7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiutoBm3P7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiutoBm3P7 .row {
  justify-content: flex-start;
}
.cid-tiutoBm3P7 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tiutoBm3P7 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-tiutoBm3P7 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tiutoBm3P7 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-tiutoBm3P7 .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-tiutoBm3P7 .mbr-section-title,
.cid-tiutoBm3P7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tikivuAUwE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tikivuAUwE .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tikivuAUwE .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tikivuAUwE .socicon {
  font-size: 1.3rem;
  background: #2299aa;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tikivuAUwE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tikivuAUwE .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tikivuAUwE .text2 {
  color: #000000;
  text-align: left;
}
.cid-tikivuAUwE .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tikivuAUwE .logo-title {
  text-align: center;
}
.cid-tikivuAUwE .logo-sub-title {
  text-align: center;
}
.cid-tikivuAUwE .links {
  text-align: center;
  color: #656565;
}
.cid-tikivuAUwE .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tikivuAUwE .links,
.cid-tikivuAUwE .social-list {
  color: #ffffff;
}
.cid-tiuok5qv89 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tiuok5qv89 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tiuok5qv89 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tiuok5qv89 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tiuok5qv89 .title {
  padding: 0 2rem;
}
.cid-tiuok5qv89 .container {
  padding: 0 1rem;
}
.cid-tiuok5qv89 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-tiuok5qv89 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tiuok5qv89 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-tiuok5qv89 .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-tiuok5qv89 .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-tiuok5qv89 .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-tiuok5qv89 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tiuok5qv89 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tiuok5qv89 .icon-focus {
  display: none;
}
.cid-tiuok5qv89 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tiuok5qv89 .btn-primary-outline:hover {
  background: transparent !important;
  color: #6592e6 !important;
}
.cid-tiuok5qv89 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tiuok5qv89 li {
  position: relative;
}
.cid-tiuok5qv89 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tiuok5qv89 .btn {
  font-family: Jost !important;
}
.cid-tiuok5qv89 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tiuok5qv89 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tiuok5qv89 li:not(:last-child):after {
    top: 9px;
  }
  .cid-tiuok5qv89 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tiuok5qv89 .container {
    padding: 0rem 0.5rem;
  }
  .cid-tiuok5qv89 .title {
    padding: 0 1rem;
  }
}
.cid-tiuok5qv89 H2 {
  color: #89b758;
}
.cid-tiwit2R2uI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tiwit2R2uI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tiwit2R2uI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tiwit2R2uI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tiwit2R2uI .title {
  padding: 0 2rem;
}
.cid-tiwit2R2uI .container {
  padding: 0 1rem;
}
.cid-tiwit2R2uI .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-tiwit2R2uI .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tiwit2R2uI .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-tiwit2R2uI .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-tiwit2R2uI .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-tiwit2R2uI .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-tiwit2R2uI .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tiwit2R2uI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tiwit2R2uI .icon-focus {
  display: none;
}
.cid-tiwit2R2uI .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tiwit2R2uI .btn-primary-outline:hover {
  background: transparent !important;
  color: #6592e6 !important;
}
.cid-tiwit2R2uI li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tiwit2R2uI li {
  position: relative;
}
.cid-tiwit2R2uI .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tiwit2R2uI .btn {
  font-family: Jost !important;
}
.cid-tiwit2R2uI .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tiwit2R2uI .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tiwit2R2uI li:not(:last-child):after {
    top: 9px;
  }
  .cid-tiwit2R2uI .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tiwit2R2uI .container {
    padding: 0rem 0.5rem;
  }
  .cid-tiwit2R2uI .title {
    padding: 0 1rem;
  }
}
.cid-tiwit2R2uI H2 {
  color: #89b758;
}
.cid-tiw8mlJSQ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tiw8mlJSQ3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tiw8mlJSQ3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tiw8mlJSQ3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tiw8mlJSQ3 .title {
  padding: 0 2rem;
}
.cid-tiw8mlJSQ3 .container {
  padding: 0 1rem;
}
.cid-tiw8mlJSQ3 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-tiw8mlJSQ3 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tiw8mlJSQ3 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-tiw8mlJSQ3 .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-tiw8mlJSQ3 .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-tiw8mlJSQ3 .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-tiw8mlJSQ3 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tiw8mlJSQ3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tiw8mlJSQ3 .icon-focus {
  display: none;
}
.cid-tiw8mlJSQ3 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tiw8mlJSQ3 .btn-primary-outline:hover {
  background: transparent !important;
  color: #6592e6 !important;
}
.cid-tiw8mlJSQ3 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tiw8mlJSQ3 li {
  position: relative;
}
.cid-tiw8mlJSQ3 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tiw8mlJSQ3 .btn {
  font-family: Jost !important;
}
.cid-tiw8mlJSQ3 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tiw8mlJSQ3 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tiw8mlJSQ3 li:not(:last-child):after {
    top: 9px;
  }
  .cid-tiw8mlJSQ3 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tiw8mlJSQ3 .container {
    padding: 0rem 0.5rem;
  }
  .cid-tiw8mlJSQ3 .title {
    padding: 0 1rem;
  }
}
.cid-tiw8mlJSQ3 H2 {
  color: #89b758;
}
.cid-tiwbkZ22jg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tiwbkZ22jg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tiwbkZ22jg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tiwbkZ22jg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tiwbkZ22jg .title {
  padding: 0 2rem;
}
.cid-tiwbkZ22jg .container {
  padding: 0 1rem;
}
.cid-tiwbkZ22jg .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-tiwbkZ22jg .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tiwbkZ22jg .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-tiwbkZ22jg .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-tiwbkZ22jg .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-tiwbkZ22jg .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-tiwbkZ22jg .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tiwbkZ22jg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tiwbkZ22jg .icon-focus {
  display: none;
}
.cid-tiwbkZ22jg .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tiwbkZ22jg .btn-primary-outline:hover {
  background: transparent !important;
  color: #6592e6 !important;
}
.cid-tiwbkZ22jg li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tiwbkZ22jg li {
  position: relative;
}
.cid-tiwbkZ22jg .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tiwbkZ22jg .btn {
  font-family: Jost !important;
}
.cid-tiwbkZ22jg .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tiwbkZ22jg .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tiwbkZ22jg li:not(:last-child):after {
    top: 9px;
  }
  .cid-tiwbkZ22jg .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tiwbkZ22jg .container {
    padding: 0rem 0.5rem;
  }
  .cid-tiwbkZ22jg .title {
    padding: 0 1rem;
  }
}
.cid-tiwbkZ22jg H2 {
  color: #89b758;
}
.cid-tiXUHscphb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tiXUHscphb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tiXUHscphb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tiXUHscphb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tiXUHscphb .title {
  padding: 0 2rem;
}
.cid-tiXUHscphb .container {
  padding: 0 1rem;
}
.cid-tiXUHscphb .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-tiXUHscphb .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tiXUHscphb .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-tiXUHscphb .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-tiXUHscphb .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-tiXUHscphb .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-tiXUHscphb .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tiXUHscphb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tiXUHscphb .icon-focus {
  display: none;
}
.cid-tiXUHscphb .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tiXUHscphb .btn-primary-outline:hover {
  background: transparent !important;
  color: #6592e6 !important;
}
.cid-tiXUHscphb li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tiXUHscphb li {
  position: relative;
}
.cid-tiXUHscphb .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tiXUHscphb .btn {
  font-family: Jost !important;
}
.cid-tiXUHscphb .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tiXUHscphb .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tiXUHscphb li:not(:last-child):after {
    top: 9px;
  }
  .cid-tiXUHscphb .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tiXUHscphb .container {
    padding: 0rem 0.5rem;
  }
  .cid-tiXUHscphb .title {
    padding: 0 1rem;
  }
}
.cid-tiXUHscphb H2 {
  color: #89b758;
}
.cid-tiwcW35I7K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tiwcW35I7K .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tiwcW35I7K .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tiwcW35I7K .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tiwcW35I7K .title {
  padding: 0 2rem;
}
.cid-tiwcW35I7K .container {
  padding: 0 1rem;
}
.cid-tiwcW35I7K .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-tiwcW35I7K .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tiwcW35I7K .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-tiwcW35I7K .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-tiwcW35I7K .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-tiwcW35I7K .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-tiwcW35I7K .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tiwcW35I7K .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tiwcW35I7K .icon-focus {
  display: none;
}
.cid-tiwcW35I7K .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tiwcW35I7K .btn-primary-outline:hover {
  background: transparent !important;
  color: #6592e6 !important;
}
.cid-tiwcW35I7K li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tiwcW35I7K li {
  position: relative;
}
.cid-tiwcW35I7K .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tiwcW35I7K .btn {
  font-family: Jost !important;
}
.cid-tiwcW35I7K .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tiwcW35I7K .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tiwcW35I7K li:not(:last-child):after {
    top: 9px;
  }
  .cid-tiwcW35I7K .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tiwcW35I7K .container {
    padding: 0rem 0.5rem;
  }
  .cid-tiwcW35I7K .title {
    padding: 0 1rem;
  }
}
.cid-tiwcW35I7K H2 {
  color: #89b758;
}
.cid-tivZoBeeIn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tivZoBeeIn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tivZoBeeIn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tivZoBeeIn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tivZoBeeIn .title {
  padding: 0 2rem;
}
.cid-tivZoBeeIn .container {
  padding: 0 1rem;
}
.cid-tivZoBeeIn .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-tivZoBeeIn .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tivZoBeeIn .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-tivZoBeeIn .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-tivZoBeeIn .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-tivZoBeeIn .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-tivZoBeeIn .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tivZoBeeIn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tivZoBeeIn .icon-focus {
  display: none;
}
.cid-tivZoBeeIn .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tivZoBeeIn .btn-primary-outline:hover {
  background: transparent !important;
  color: #6592e6 !important;
}
.cid-tivZoBeeIn li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tivZoBeeIn li {
  position: relative;
}
.cid-tivZoBeeIn .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tivZoBeeIn .btn {
  font-family: Jost !important;
}
.cid-tivZoBeeIn .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tivZoBeeIn .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tivZoBeeIn li:not(:last-child):after {
    top: 9px;
  }
  .cid-tivZoBeeIn .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tivZoBeeIn .container {
    padding: 0rem 0.5rem;
  }
  .cid-tivZoBeeIn .title {
    padding: 0 1rem;
  }
}
.cid-tivZoBeeIn H2 {
  color: #89b758;
}
.cid-tiuxj9cuzx {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #000000;
  border-bottom: 1px solid #000000;
}
.cid-tiuxj9cuzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiuxj9cuzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiuxj9cuzx .row {
  justify-content: flex-start;
}
.cid-tiuxj9cuzx .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tiuxj9cuzx .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-tiuxj9cuzx .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tiuxj9cuzx .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-tiuxj9cuzx .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-tiuxj9cuzx .mbr-section-title,
.cid-tiuxj9cuzx .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tj4wC8x67A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tj4wC8x67A .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tj4wC8x67A .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tj4wC8x67A .socicon {
  font-size: 1.3rem;
  background: #2299aa;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tj4wC8x67A .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tj4wC8x67A .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tj4wC8x67A .text2 {
  color: #000000;
  text-align: left;
}
.cid-tj4wC8x67A .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tj4wC8x67A .logo-title {
  text-align: center;
}
.cid-tj4wC8x67A .logo-sub-title {
  text-align: center;
}
.cid-tj4wC8x67A .links {
  text-align: center;
  color: #656565;
}
.cid-tj4wC8x67A .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tj4wC8x67A .links,
.cid-tj4wC8x67A .social-list {
  color: #ffffff;
}
.cid-tikq7OsU2G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tikq7OsU2G .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  z-index: 0;
}
.cid-tikq7OsU2G .carousel-inner {
  margin-bottom: 70px;
}
.cid-tikq7OsU2G .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tikq7OsU2G .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tikq7OsU2G .mbr-section-subtitle:after {
  content: "";
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/compass.svg");
}
.cid-tikq7OsU2G .mbr-section-title {
  margin-bottom: 33px;
  color: #014188;
}
.cid-tikq7OsU2G .slider__image {
  margin-left: 11.8%;
}
.cid-tikq7OsU2G .img-wrap {
  max-width: 100%;
}
.cid-tikq7OsU2G .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tikq7OsU2G .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tikq7OsU2G .carousel-indicators .active {
  background: #014188;
  opacity: 1;
  border: none;
}
.cid-tikq7OsU2G .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tikq7OsU2G .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #014188;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tikq7OsU2G .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #014188;
  background-color: transparent;
}
.cid-tikq7OsU2G .carousel-controls a span {
  transition: all .3s;
  color: #014188;
  font-size: 18px;
}
.cid-tikq7OsU2G .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tikq7OsU2G .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tikq7OsU2G .carousel-controls .carousel-control-next,
.cid-tikq7OsU2G .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tikq7OsU2G .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tikq7OsU2G .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tikq7OsU2G .image-element {
    min-width: 50%;
  }
  .cid-tikq7OsU2G .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tikq7OsU2G .two__background:before {
    max-width: 90%;
  }
  .cid-tikq7OsU2G .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tikq7OsU2G .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tikq7OsU2G .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tikq7OsU2G .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tikq7OsU2G .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tikq7OsU2G .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tikq7OsU2G .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tikq7OsU2G .img-wrap {
    width: 100%;
  }
  .cid-tikq7OsU2G .carousel-controls {
    display: none;
  }
  .cid-tikq7OsU2G .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tikq7OsU2G .mbr-text {
  color: #4c4c4c;
}
.cid-tiwqx92pH3 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
}
.cid-tiwqx92pH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiwqx92pH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiwqx92pH3 .row {
  justify-content: flex-start;
}
.cid-tiwqx92pH3 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tiwqx92pH3 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-tiwqx92pH3 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tiwqx92pH3 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-tiwqx92pH3 .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-tiwqx92pH3 .mbr-section-title,
.cid-tiwqx92pH3 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tj4wFkuCSl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tj4wFkuCSl .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tj4wFkuCSl .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tj4wFkuCSl .socicon {
  font-size: 1.3rem;
  background: #2299aa;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tj4wFkuCSl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tj4wFkuCSl .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tj4wFkuCSl .text2 {
  color: #000000;
  text-align: left;
}
.cid-tj4wFkuCSl .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tj4wFkuCSl .logo-title {
  text-align: center;
}
.cid-tj4wFkuCSl .logo-sub-title {
  text-align: center;
}
.cid-tj4wFkuCSl .links {
  text-align: center;
  color: #656565;
}
.cid-tj4wFkuCSl .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tj4wFkuCSl .links,
.cid-tj4wFkuCSl .social-list {
  color: #ffffff;
}
.cid-tikrueSNXo {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffd08a;
}
.cid-tikrueSNXo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tikrueSNXo form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tikrueSNXo form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tikrueSNXo form.mbr-form {
    padding: 1rem;
  }
}
.cid-tikrueSNXo form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tikrueSNXo form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tikrueSNXo .mbr-section-title {
  color: #fafafa;
}
.cid-tj4wqQiDLj {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffd08a;
  border-bottom: 1px solid #000000;
}
.cid-tj4wqQiDLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tj4wqQiDLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tj4wqQiDLj .row {
  justify-content: flex-start;
}
.cid-tj4wqQiDLj .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tj4wqQiDLj .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-tj4wqQiDLj .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tj4wqQiDLj .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-tj4wqQiDLj .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-tj4wqQiDLj .mbr-section-title,
.cid-tj4wqQiDLj .mbr-section-btn {
  color: #ffffff;
}
.cid-tikrnUabFw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tikrnUabFw .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tikrnUabFw .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tikrnUabFw .socicon {
  font-size: 1.3rem;
  background: #2299aa;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tikrnUabFw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tikrnUabFw .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tikrnUabFw .text2 {
  color: #000000;
  text-align: left;
}
.cid-tikrnUabFw .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tikrnUabFw .logo-title {
  text-align: center;
}
.cid-tikrnUabFw .logo-sub-title {
  text-align: center;
}
.cid-tikrnUabFw .links {
  text-align: center;
  color: #656565;
}
.cid-tikrnUabFw .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tikrnUabFw .links,
.cid-tikrnUabFw .social-list {
  color: #ffffff;
}
