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: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', 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: #000a32 !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: #000a32 !important;
  border-color: #000a32 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #000a32;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #000a32 !important;
  border-color: #000a32 !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: #000a32 !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: #000000 !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: #000a32;
}
.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: #000a32;
  border-color: #000a32;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000a32;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #98adff;
}
.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: '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: #000a32 !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: #000a32;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000a32;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000a32;
}
.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: #000a32;
  border-bottom-color: #000a32;
}
.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: #000a32 !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='%23000a32' %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-sTtv9iFepj .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-sTtv9iFepj .nav-item {
  list-style: none;
}
.cid-sTtv9iFepj .nav-item:focus,
.cid-sTtv9iFepj .nav-link:focus {
  outline: none;
}
.cid-sTtv9iFepj .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-sTtv9iFepj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTtv9iFepj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTtv9iFepj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sTtv9iFepj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTtv9iFepj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTtv9iFepj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-sTtv9iFepj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sTtv9iFepj .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sTtv9iFepj .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-sTtv9iFepj .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-sTtv9iFepj .navbar .navbar-collapse.show,
.cid-sTtv9iFepj .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-sTtv9iFepj .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-sTtv9iFepj .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-sTtv9iFepj .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-sTtv9iFepj .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3.4rem);
}
.cid-sTtv9iFepj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTtv9iFepj .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-sTtv9iFepj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTtv9iFepj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTtv9iFepj .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-sTtv9iFepj .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-sTtv9iFepj .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-sTtv9iFepj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-sTtv9iFepj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sTtv9iFepj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sTtv9iFepj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTtv9iFepj .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTtv9iFepj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTtv9iFepj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTtv9iFepj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sTtv9iFepj .dropdown-item.active,
.cid-sTtv9iFepj .dropdown-item:active {
  background-color: transparent;
}
.cid-sTtv9iFepj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTtv9iFepj .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-sTtv9iFepj .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-sTtv9iFepj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-sTtv9iFepj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTtv9iFepj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTtv9iFepj .socicon {
  transition: color 0.3s;
}
.cid-sTtv9iFepj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTtv9iFepj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sTtv9iFepj .navbar-buttons {
  text-align: inherit;
}
.cid-sTtv9iFepj 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-sTtv9iFepj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sTtv9iFepj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTtv9iFepj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTtv9iFepj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTtv9iFepj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTtv9iFepj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTtv9iFepj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTtv9iFepj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTtv9iFepj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTtv9iFepj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sTtv9iFepj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTtv9iFepj .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-sTtv9iFepj .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sTtv9iFepj .nav-link:hover,
.cid-sTtv9iFepj .dropdown-item:hover,
.cid-sTtv9iFepj .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTtv9iFepj .navbar {
    height: 77px;
  }
  .cid-sTtv9iFepj .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTtv9iFepj .navbar-collapse .img-column {
    display: none;
  }
  .cid-sTtv9iFepj .icons-menu,
  .cid-sTtv9iFepj .navbar-buttons,
  .cid-sTtv9iFepj .contact-block,
  .cid-sTtv9iFepj .text-column {
    text-align: center !important;
  }
}
.cid-sTtv9iFepj h6.mbr-fonts-style {
  padding: 0;
}
.cid-sTtv9iFepj .collapsing {
  transition: 0s;
}
.cid-sTtv9iFepj .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-sTtv9iFepj .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-sTtv9iFepj .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-sTtv9iFepj .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-sTtv9iFepj .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-sTtv9iFepj .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-sTtv9iFepj .contact-block {
    margin-left: 20px;
  }
  .cid-sTtv9iFepj .contact-block ul li {
    text-align: left;
  }
  .cid-sTtv9iFepj ul.col {
    padding: 0;
  }
  .cid-sTtv9iFepj .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-sTtv9iFepj .icons-menu,
.cid-sTtv9iFepj .navbar-buttons,
.cid-sTtv9iFepj .contact-block,
.cid-sTtv9iFepj .text-column {
  color: #000000;
}
.cid-sTtv9iFepj .icons-menu a span {
  color: #000000;
}
.cid-sTtv9iFepj H6 {
  color: #232323;
  text-align: left;
}
.cid-sTtzWLeOAF {
  padding-top: 165px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bg3.jpg");
}
.cid-sTtzWLeOAF .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-sTtzWLeOAF .img-wrap img {
  width: 100%;
}
.cid-sTtzWLeOAF .mbr-section-subtitle {
  color: #40b0bf;
}
.cid-sTtzWLeOAF .mbr-section-title {
  color: #ffffff;
}
.cid-sTtzWLeOAF .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-sTtzWLeOAF .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sTtzWLeOAF .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sTtzWLeOAF .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sTvfv79FJp {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sTvfv79FJp {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-sTvfv79FJp .text-wrapper {
  z-index: 11;
}
.cid-sTvfv79FJp .wrapper {
  display: flex;
}
.cid-sTvfv79FJp section {
  overflow: hidden;
}
.cid-sTvfv79FJp .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-sTvfv79FJp .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-sTvfv79FJp .image-wrapper {
    max-width: 450px;
  }
}
@media (max-width: 992px) {
  .cid-sTvfv79FJp .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sTvfv79FJp .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-sTvfv79FJp .row {
  align-items: center;
}
.cid-sTvfv79FJp .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-sTvfv79FJp .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #000a32;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sTvfv79FJp .wrapper {
    flex-direction: column;
  }
  .cid-sTvfv79FJp .iconfont-wrapper {
    margin: auto;
  }
  .cid-sTvfv79FJp .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sTvfv79FJp .mbr-section-title {
  color: #000000;
}
.cid-sTvfv79FJp .mbr-text,
.cid-sTvfv79FJp .mbr-section-btn {
  color: #000a32;
}
.cid-sTvrD6rSa6 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sTvrD6rSa6 a {
  color: #232323;
}
.cid-sTvrD6rSa6 a:hover {
  color: #000a32;
}
.cid-sTvrD6rSa6 h5.mbr-text {
  color: #444444;
}
.cid-sTvrD6rSa6 .card {
  padding: 1rem 2rem;
}
.cid-sTvrD6rSa6 .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-sTvrD6rSa6 .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-sTvrD6rSa6 .card-box p {
  margin-bottom: 0;
}
.cid-sTvrD6rSa6 .specialty {
  padding-top: .5rem;
}
.cid-sTvrD6rSa6 .social-links {
  padding-top: .5rem;
}
.cid-sTvrD6rSa6 .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
@media (min-width: 992px) {
  .cid-sTvrD6rSa6 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sTvrIeVsSm {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sTvrIeVsSm a {
  color: #232323;
}
.cid-sTvrIeVsSm a:hover {
  color: #000a32;
}
.cid-sTvrIeVsSm h5.mbr-text {
  color: #444444;
}
.cid-sTvrIeVsSm .card {
  padding: 1rem 2rem;
}
.cid-sTvrIeVsSm .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-sTvrIeVsSm .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-sTvrIeVsSm .card-box p {
  margin-bottom: 0;
}
.cid-sTvrIeVsSm .specialty {
  padding-top: .5rem;
}
.cid-sTvrIeVsSm .social-links {
  padding-top: .5rem;
}
.cid-sTvrIeVsSm .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
@media (min-width: 992px) {
  .cid-sTvrIeVsSm .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
#custom-html-7 {
  /* Type valid CSS here */
}
#custom-html-7 p {
  font-size: 60px;
  color: #777;
}
#custom-html-7 video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.cid-sTvxTWqrTm {
  background-image: url("../../../assets/images/side1-1920x1080.png");
}
.cid-sTvxTWqrTm .row {
  flex-direction: row-reverse;
}
.cid-sTvxTWqrTm .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sTvxTWqrTm .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sTvxTWqrTm .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sTvxTWqrTm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTvxTWqrTm .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sTvxTWqrTm .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sTvxTWqrTm .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sTvxTWqrTm .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sTvxTWqrTm .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sTvxTWqrTm .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sTvxTWqrTm .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-sTvxTWqrTm .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sTvxTWqrTm .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sTvxTWqrTm .mbr-section-button {
  margin-top: 25px;
}
.cid-sTvxTWqrTm .desc1,
.cid-sTvxTWqrTm .mbr-section-btn {
  color: #000000;
}
.cid-sTvxTWqrTm .desc2,
.cid-sTvxTWqrTm .mbr-section-btn {
  color: #ef590e;
}
@media only screen and (min-width: 600px) {
	
	.cid-sTvAsGPqlg2{
		
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.cid-sTvAsGPqlg {
		
		display: none;
	}	
	
	.cid-sTvAsGPqlg2{
		
		 padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/arena-bg1-1920x1080.png");
	}
	.cid-sTvAsGPqlg2 .main,
.cid-sTvAsGPqlg2 .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-sTvAsGPqlg2 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sTvAsGPqlg2 .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sTvAsGPqlg2 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTvAsGPqlg2 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sTvAsGPqlg2 .text-element {
  padding: 3rem 2rem;
}
.cid-sTvAsGPqlg2 .mbr-iconfont {
  font-size: 3rem;
  color: #47b5ed;
}
.cid-sTvAsGPqlg2 .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sTvAsGPqlg2 .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sTvAsGPqlg2 .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sTvAsGPqlg2 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sTvAsGPqlg2 .image-element,
  .cid-sTvAsGPqlg2 .text-element {
    margin-bottom: 0;
  }
  .cid-sTvAsGPqlg2 .main:first-child {
    padding-top: 0;
  }
}
.cid-sTvAsGPqlg2 .mbr-section-subtitle,
.cid-sTvAsGPqlg2 .card-text,
.cid-sTvAsGPqlg2 .mbr-section-btn {
  color: #8d97ad;
}
.cid-sTvAsGPqlg2 .card-text,
.cid-sTvAsGPqlg2 .mbr-section-btn {
  color: #767676;
}
.cid-sTvAsGPqlg2 .mbr-section-subtitle {
  color: #767676;
}
	
}

.cid-sTvAsGPqlg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/arena-bg1-1920x1080.png");
}
.cid-sTvAsGPqlg .main,
.cid-sTvAsGPqlg .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-sTvAsGPqlg .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sTvAsGPqlg .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sTvAsGPqlg .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTvAsGPqlg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sTvAsGPqlg .text-element {
  padding: 3rem 2rem;
}
.cid-sTvAsGPqlg .mbr-iconfont {
  font-size: 3rem;
  color: #47b5ed;
}
.cid-sTvAsGPqlg .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sTvAsGPqlg .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sTvAsGPqlg .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sTvAsGPqlg .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sTvAsGPqlg .image-element,
  .cid-sTvAsGPqlg .text-element {
    margin-bottom: 0;
  }
  .cid-sTvAsGPqlg .main:first-child {
    padding-top: 0;
  }
}
.cid-sTvAsGPqlg .mbr-section-subtitle,
.cid-sTvAsGPqlg .card-text,
.cid-sTvAsGPqlg .mbr-section-btn {
  color: #8d97ad;
}
.cid-sTvAsGPqlg .card-text,
.cid-sTvAsGPqlg .mbr-section-btn {
  color: #767676;
}
.cid-sTvAsGPqlg .mbr-section-subtitle {
  color: #767676;
}
.cid-sTvJamjahT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sTvJamjahT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sTvJamjahT h4 {
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sTvJamjahT textarea,
.cid-sTvJamjahT input {
  padding: 16px;
  margin-bottom: 30px;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
  background-color: rgba(214, 214, 214, 0.15);
  border-radius: 2px;
}
.cid-sTvJamjahT .form-control:hover {
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
}
.cid-sTvJamjahT .form-control:focus {
  border: 1px solid #e9e9e9 !important;
  background-color: rgba(214, 214, 214, 0.15);
  box-shadow: none;
}
.cid-sTvJamjahT .btn {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
  border-radius: 3px;
}
.cid-sTvJamjahT .form-group {
  margin-bottom: 0px;
}
.cid-sTvGuNiQLh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sTvGuNiQLh .content {
    text-align: center;
  }
  .cid-sTvGuNiQLh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sTvGuNiQLh .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sTvGuNiQLh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sTvGuNiQLh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sTvGuNiQLh .google-map {
  height: 25rem;
  position: relative;
}
.cid-sTvGuNiQLh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sTvGuNiQLh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sTvGuNiQLh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sTvGuNiQLh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sTvGuNiQLh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sTvGuNiQLh .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sTvGuNiQLh .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sTvGuNiQLh .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sTvGuNiQLh .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTvGuNiQLh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTvGuNiQLh .list {
  list-style-type: none;
  padding: 0;
}
.cid-sTtv9iFepj .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-sTtv9iFepj .nav-item {
  list-style: none;
}
.cid-sTtv9iFepj .nav-item:focus,
.cid-sTtv9iFepj .nav-link:focus {
  outline: none;
}
.cid-sTtv9iFepj .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-sTtv9iFepj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTtv9iFepj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTtv9iFepj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sTtv9iFepj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTtv9iFepj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTtv9iFepj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-sTtv9iFepj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sTtv9iFepj .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sTtv9iFepj .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-sTtv9iFepj .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-sTtv9iFepj .navbar .navbar-collapse.show,
.cid-sTtv9iFepj .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-sTtv9iFepj .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-sTtv9iFepj .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-sTtv9iFepj .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-sTtv9iFepj .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3.4rem);
}
.cid-sTtv9iFepj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTtv9iFepj .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-sTtv9iFepj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTtv9iFepj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTtv9iFepj .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-sTtv9iFepj .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-sTtv9iFepj .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-sTtv9iFepj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-sTtv9iFepj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sTtv9iFepj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sTtv9iFepj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTtv9iFepj .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTtv9iFepj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTtv9iFepj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTtv9iFepj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sTtv9iFepj .dropdown-item.active,
.cid-sTtv9iFepj .dropdown-item:active {
  background-color: transparent;
}
.cid-sTtv9iFepj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTtv9iFepj .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-sTtv9iFepj .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-sTtv9iFepj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-sTtv9iFepj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTtv9iFepj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTtv9iFepj .socicon {
  transition: color 0.3s;
}
.cid-sTtv9iFepj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTtv9iFepj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sTtv9iFepj .navbar-buttons {
  text-align: inherit;
}
.cid-sTtv9iFepj 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-sTtv9iFepj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sTtv9iFepj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTtv9iFepj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTtv9iFepj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTtv9iFepj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTtv9iFepj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTtv9iFepj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTtv9iFepj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTtv9iFepj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTtv9iFepj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sTtv9iFepj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTtv9iFepj .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-sTtv9iFepj .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sTtv9iFepj .nav-link:hover,
.cid-sTtv9iFepj .dropdown-item:hover,
.cid-sTtv9iFepj .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTtv9iFepj .navbar {
    height: 77px;
  }
  .cid-sTtv9iFepj .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTtv9iFepj .navbar-collapse .img-column {
    display: none;
  }
  .cid-sTtv9iFepj .icons-menu,
  .cid-sTtv9iFepj .navbar-buttons,
  .cid-sTtv9iFepj .contact-block,
  .cid-sTtv9iFepj .text-column {
    text-align: center !important;
  }
}
.cid-sTtv9iFepj h6.mbr-fonts-style {
  padding: 0;
}
.cid-sTtv9iFepj .collapsing {
  transition: 0s;
}
.cid-sTtv9iFepj .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-sTtv9iFepj .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-sTtv9iFepj .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-sTtv9iFepj .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-sTtv9iFepj .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-sTtv9iFepj .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-sTtv9iFepj .contact-block {
    margin-left: 20px;
  }
  .cid-sTtv9iFepj .contact-block ul li {
    text-align: left;
  }
  .cid-sTtv9iFepj ul.col {
    padding: 0;
  }
  .cid-sTtv9iFepj .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-sTtv9iFepj .icons-menu,
.cid-sTtv9iFepj .navbar-buttons,
.cid-sTtv9iFepj .contact-block,
.cid-sTtv9iFepj .text-column {
  color: #000000;
}
.cid-sTtv9iFepj .icons-menu a span {
  color: #000000;
}
.cid-sTtv9iFepj H6 {
  color: #232323;
  text-align: left;
}
.cid-sTvQxBVcmh {
  padding-top: 165px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/red-2000x1333.png");
}
.cid-sTvQxBVcmh .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-sTvQxBVcmh .img-wrap img {
  width: 100%;
}
.cid-sTvQxBVcmh .mbr-section-subtitle {
  color: #40b0bf;
}
.cid-sTvQxBVcmh .mbr-section-title {
  color: #ffffff;
}
.cid-sTvQxBVcmh .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-sTvQxBVcmh .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sTvQxBVcmh .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sTvQxBVcmh .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sTvVo7HIzb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTvVo7HIzb .mbr-iconfont {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  transition: all 0.3s;
}
.cid-sTvVo7HIzb .card-wrapper {
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.cid-sTvVo7HIzb .card {
  cursor: pointer;
}
.cid-sTvVo7HIzb .card:hover .card-title {
  transform: scale(0.9);
}
.cid-sTvVo7HIzb .card:hover .mbr-iconfont {
  animation: icons-zoom 0.25s ease-out;
}
.cid-sTvVo7HIzb .card-box {
  background: #91061e;
  width: 155px;
  height: 155px;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  color: #868378;
  transition: all 0.1s;
}
.cid-sTvVo7HIzb .mbr-section-title {
  color: #600007;
}
.cid-sTvVo7HIzb .mbr-section-subtitle {
  color: #ef590e;
}
.cid-sTvVo7HIzb .subtitle-padding {
  padding-bottom: 3rem;
}
.cid-sTvVo7HIzb .card-title {
  color: #868378;
  transition: all 0.3s;
}
.cid-sTvVo7HIzb .card-title,
.cid-sTvVo7HIzb .card-box {
  text-align: center;
  color: #8d8d8d;
}
@keyframes icons-zoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75, 1.75);
  }
}
.cid-sTABHGv6ir {
  background-image: url("../../../assets/images/mkt-bg-1920x1077.png");
}
@media (min-width: 992px) {
  .cid-sTABHGv6ir .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTABHGv6ir .content {
    padding: 0 2rem;
  }
}
.cid-sTABHGv6ir .img-col {
  padding: 0;
}
.cid-sTABHGv6ir .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sTABHGv6ir .icon-wrap h3 {
  margin: 0;
}
.cid-sTABHGv6ir .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sTABHGv6ir .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sTABHGv6ir .icon-title,
.cid-sTABHGv6ir .mbr-iconfont {
  color: #181818;
}
.cid-sTABHGv6ir .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sTABHGv6ir .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTABHGv6ir .icons-wrap {
    flex-direction: column;
  }
  .cid-sTABHGv6ir .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sTABHGv6ir H1 {
  color: #ffffff;
}
.cid-sTABHGv6ir .mbr-text,
.cid-sTABHGv6ir .mbr-section-btn,
.cid-sTABHGv6ir .content {
  color: #fafafa;
}
.cid-sTzwBiDoRY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/arena-bg1-1920x1080.png");
}
@media (min-width: 992px) {
  .cid-sTzwBiDoRY .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTzwBiDoRY .content {
    padding: 0 2rem;
  }
}
.cid-sTzwBiDoRY .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-sTzwBiDoRY .img-col {
  padding: 0;
}
.cid-sTzwBiDoRY .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sTzwBiDoRY .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sTzwBiDoRY .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sTzwBiDoRY .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sTzwBiDoRY .icon-title,
.cid-sTzwBiDoRY .mbr-iconfont {
  color: #353535;
}
.cid-sTzwBiDoRY .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sTzwBiDoRY .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTzwBiDoRY .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sTzwBiDoRY .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sTzwBiDoRY .link-wrap {
    margin: auto;
  }
  .cid-sTzwBiDoRY .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sTzwBiDoRY .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sTzwBiDoRY .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sTzwBiDoRY .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sTzwBiDoRY .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sTzwBiDoRY .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-sTACWQ4Uhq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mkt-bg-1920x1077.png");
}
@media (min-width: 992px) {
  .cid-sTACWQ4Uhq .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTACWQ4Uhq .content {
    padding: 0 2rem;
  }
}
.cid-sTACWQ4Uhq .img-col {
  padding: 0;
}
.cid-sTACWQ4Uhq .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sTACWQ4Uhq .icon-wrap h3 {
  margin: 0;
}
.cid-sTACWQ4Uhq .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sTACWQ4Uhq .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sTACWQ4Uhq .icon-title,
.cid-sTACWQ4Uhq .mbr-iconfont {
  color: #181818;
}
.cid-sTACWQ4Uhq .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sTACWQ4Uhq .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTACWQ4Uhq .icons-wrap {
    flex-direction: column;
  }
  .cid-sTACWQ4Uhq .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sTACWQ4Uhq H1 {
  color: #ffffff;
}
.cid-sTACWQ4Uhq .mbr-text,
.cid-sTACWQ4Uhq .mbr-section-btn,
.cid-sTACWQ4Uhq .content {
  color: #fafafa;
}
.cid-sTACr0SLB5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/side1-1920x1080.png");
}
@media (min-width: 992px) {
  .cid-sTACr0SLB5 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTACr0SLB5 .content {
    padding: 0 2rem;
  }
}
.cid-sTACr0SLB5 .row {
  justify-content: flex-end;
}
.cid-sTACr0SLB5 .img-col {
  padding: 0;
}
.cid-sTACr0SLB5 .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sTACr0SLB5 .icon-wrap h3 {
  margin: 0;
}
.cid-sTACr0SLB5 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sTACr0SLB5 .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sTACr0SLB5 .icon-title,
.cid-sTACr0SLB5 .mbr-iconfont {
  color: #181818;
}
.cid-sTACr0SLB5 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sTACr0SLB5 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTACr0SLB5 .icons-wrap {
    flex-direction: column;
  }
  .cid-sTACr0SLB5 .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sTAI5CSFRa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mkt-bg-1920x1077.png");
}
@media (min-width: 992px) {
  .cid-sTAI5CSFRa .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTAI5CSFRa .content {
    padding: 0 2rem;
  }
}
.cid-sTAI5CSFRa .img-col {
  padding: 0;
}
.cid-sTAI5CSFRa .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sTAI5CSFRa .icon-wrap h3 {
  margin: 0;
}
.cid-sTAI5CSFRa .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sTAI5CSFRa .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sTAI5CSFRa .icon-title,
.cid-sTAI5CSFRa .mbr-iconfont {
  color: #181818;
}
.cid-sTAI5CSFRa .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sTAI5CSFRa .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTAI5CSFRa .icons-wrap {
    flex-direction: column;
  }
  .cid-sTAI5CSFRa .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sTAI5CSFRa H1 {
  color: #ffffff;
}
.cid-sTAI5CSFRa .mbr-text,
.cid-sTAI5CSFRa .mbr-section-btn,
.cid-sTAI5CSFRa .content {
  color: #fafafa;
}
.cid-sTAJUHJ8Yp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sTAJUHJ8Yp .wrapper {
  position: relative;
  height: 700px;
  display: flex;
}
.cid-sTAJUHJ8Yp a {
  text-decoration: underline;
}
.cid-sTAJUHJ8Yp .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background: #000000;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.cid-sTAJUHJ8Yp .content {
  z-index: 99;
  position: relative;
  margin-bottom: 2rem;
  margin-top: auto;
  max-width: 700px;
}
.cid-sTAJUHJ8Yp img {
  width: 600px;
  position:absolute;
  border-radius: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-sTAJUHJ8Yp .img2 {
  top: 2rem;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 3;
}
.cid-sTAJUHJ8Yp .img1 {

  right: 30%;
top: 10%;

  transform: translate(-50%, -50%);
  z-index: 2;
}
.cid-sTAJUHJ8Yp .img3 {
  bottom: 2rem;
  right: 0;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-sTAJUHJ8Yp .img1,
  .cid-sTAJUHJ8Yp .img2,
  .cid-sTAJUHJ8Yp .img3 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sTAJUHJ8Yp .img1,
  .cid-sTAJUHJ8Yp .img2,
  .cid-sTAJUHJ8Yp .img3 {
    width: 200px;
    height: 200px;
  }
  .cid-sTAJUHJ8Yp .wrapper {
    height: 400px;
  }
  .cid-sTAJUHJ8Yp .overlay {
    opacity: 0.5;
  }
}
.cid-sTAJUHJ8Yp H2 {
  color: #000000;
}
.cid-sTAJUHJ8Yp .mbr-text,
.cid-sTAJUHJ8Yp .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sTAJZCGT1M {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #600007;
}
.cid-sTAJZCGT1M .card-subtitle {
  margin: 0;
}
.cid-sTAJZCGT1M .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-sTAJZCGT1M .card {
  padding: 0.5rem;
}
.cid-sTAJZCGT1M img {
  object-fit: cover;
  height: 100%;
}
.cid-sTAJZCGT1M h4 {
  margin: 0;
}
.cid-sTAJZCGT1M .card-img {
  height: 550px;
}
.cid-sTAJZCGT1M h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sTAJZCGT1M h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-sTAJZCGT1M .card-img {
    height: 350px;
  }
}
.cid-sTAJftTZqq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sTAJftTZqq .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-sTAJftTZqq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTAJftTZqq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTAJftTZqq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTAJftTZqq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #600007;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTAJftTZqq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sTAJftTZqq .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sTAJftTZqq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sTAJftTZqq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #600007 !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-sTAJftTZqq .mbr-gallery-item > div img,
.cid-sTAJftTZqq .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-sTAJftTZqq .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-sTAJftTZqq .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-sTAJftTZqq .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-sTAJftTZqq .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-sTAJftTZqq .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-sTAJftTZqq .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-sTAJftTZqq .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-sTAJftTZqq .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-sTAJftTZqq .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-sTvGuNiQLh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sTvGuNiQLh .content {
    text-align: center;
  }
  .cid-sTvGuNiQLh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sTvGuNiQLh .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sTvGuNiQLh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sTvGuNiQLh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sTvGuNiQLh .google-map {
  height: 25rem;
  position: relative;
}
.cid-sTvGuNiQLh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sTvGuNiQLh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sTvGuNiQLh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sTvGuNiQLh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sTvGuNiQLh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sTvGuNiQLh .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sTvGuNiQLh .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sTvGuNiQLh .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sTvGuNiQLh .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTvGuNiQLh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTvGuNiQLh .list {
  list-style-type: none;
  padding: 0;
}
.cid-sTEc6AadRP .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-sTEc6AadRP .nav-item {
  list-style: none;
}
.cid-sTEc6AadRP .nav-item:focus,
.cid-sTEc6AadRP .nav-link:focus {
  outline: none;
}
.cid-sTEc6AadRP .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-sTEc6AadRP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTEc6AadRP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTEc6AadRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sTEc6AadRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTEc6AadRP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTEc6AadRP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-sTEc6AadRP .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sTEc6AadRP .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sTEc6AadRP .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-sTEc6AadRP .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-sTEc6AadRP .navbar .navbar-collapse.show,
.cid-sTEc6AadRP .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-sTEc6AadRP .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-sTEc6AadRP .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-sTEc6AadRP .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-sTEc6AadRP .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3.4rem);
}
.cid-sTEc6AadRP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTEc6AadRP .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-sTEc6AadRP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTEc6AadRP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTEc6AadRP .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-sTEc6AadRP .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-sTEc6AadRP .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-sTEc6AadRP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-sTEc6AadRP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sTEc6AadRP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sTEc6AadRP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTEc6AadRP .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTEc6AadRP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTEc6AadRP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTEc6AadRP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sTEc6AadRP .dropdown-item.active,
.cid-sTEc6AadRP .dropdown-item:active {
  background-color: transparent;
}
.cid-sTEc6AadRP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTEc6AadRP .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-sTEc6AadRP .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-sTEc6AadRP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-sTEc6AadRP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTEc6AadRP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTEc6AadRP .socicon {
  transition: color 0.3s;
}
.cid-sTEc6AadRP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTEc6AadRP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sTEc6AadRP .navbar-buttons {
  text-align: inherit;
}
.cid-sTEc6AadRP 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-sTEc6AadRP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sTEc6AadRP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTEc6AadRP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTEc6AadRP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTEc6AadRP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTEc6AadRP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTEc6AadRP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTEc6AadRP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTEc6AadRP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTEc6AadRP .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sTEc6AadRP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTEc6AadRP .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-sTEc6AadRP .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sTEc6AadRP .nav-link:hover,
.cid-sTEc6AadRP .dropdown-item:hover,
.cid-sTEc6AadRP .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTEc6AadRP .navbar {
    height: 77px;
  }
  .cid-sTEc6AadRP .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTEc6AadRP .navbar-collapse .img-column {
    display: none;
  }
  .cid-sTEc6AadRP .icons-menu,
  .cid-sTEc6AadRP .navbar-buttons,
  .cid-sTEc6AadRP .contact-block,
  .cid-sTEc6AadRP .text-column {
    text-align: center !important;
  }
}
.cid-sTEc6AadRP h6.mbr-fonts-style {
  padding: 0;
}
.cid-sTEc6AadRP .collapsing {
  transition: 0s;
}
.cid-sTEc6AadRP .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-sTEc6AadRP .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-sTEc6AadRP .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-sTEc6AadRP .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-sTEc6AadRP .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-sTEc6AadRP .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-sTEc6AadRP .contact-block {
    margin-left: 20px;
  }
  .cid-sTEc6AadRP .contact-block ul li {
    text-align: left;
  }
  .cid-sTEc6AadRP ul.col {
    padding: 0;
  }
  .cid-sTEc6AadRP .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-sTEc6AadRP .icons-menu,
.cid-sTEc6AadRP .navbar-buttons,
.cid-sTEc6AadRP .contact-block,
.cid-sTEc6AadRP .text-column {
  color: #000000;
}
.cid-sTEc6AadRP .icons-menu a span {
  color: #000000;
}
.cid-sTEc6AadRP H6 {
  color: #232323;
  text-align: left;
}
.cid-sTEc6BueH9 {
  padding-top: 165px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/purpel-2000x1333.jpg");
}
.cid-sTEc6BueH9 .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-sTEc6BueH9 .img-wrap img {
  width: 100%;
}
.cid-sTEc6BueH9 .mbr-section-subtitle {
  color: #40b0bf;
}
.cid-sTEc6BueH9 .mbr-section-title {
  color: #ffffff;
}
.cid-sTEc6BueH9 .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-sTEc6BueH9 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sTEc6BueH9 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sTEc6BueH9 .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sTEc6CgDBs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTEc6CgDBs .mbr-iconfont {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  transition: all 0.3s;
}
.cid-sTEc6CgDBs .card-wrapper {
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.cid-sTEc6CgDBs .card {
  cursor: pointer;
}
.cid-sTEc6CgDBs .card:hover .card-title {
  transform: scale(0.9);
}
.cid-sTEc6CgDBs .card:hover .mbr-iconfont {
  animation: icons-zoom 0.25s ease-out;
}
.cid-sTEc6CgDBs .card-box {
  background: #27084c;
  width: 155px;
  height: 155px;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  color: #868378;
  transition: all 0.1s;
}
.cid-sTEc6CgDBs .mbr-section-title {
  color: #27084c;
}
.cid-sTEc6CgDBs .mbr-section-subtitle {
  color: #ef590e;
}
.cid-sTEc6CgDBs .subtitle-padding {
  padding-bottom: 3rem;
}
.cid-sTEc6CgDBs .card-title {
  color: #868378;
  transition: all 0.3s;
}
.cid-sTEc6CgDBs .card-title,
.cid-sTEc6CgDBs .card-box {
  text-align: center;
  color: #8d8d8d;
}
@keyframes icons-zoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75, 1.75);
  }
}
.cid-sTEc6CZQIc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1920x1080.png");
}
@media (min-width: 992px) {
  .cid-sTEc6CZQIc .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTEc6CZQIc .content {
    padding: 0 2rem;
  }
}
.cid-sTEc6CZQIc .img-col {
  padding: 0;
}
.cid-sTEc6CZQIc .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sTEc6CZQIc .icon-wrap h3 {
  margin: 0;
}
.cid-sTEc6CZQIc .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sTEc6CZQIc .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sTEc6CZQIc .icon-title,
.cid-sTEc6CZQIc .mbr-iconfont {
  color: #181818;
}
.cid-sTEc6CZQIc .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sTEc6CZQIc .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTEc6CZQIc .icons-wrap {
    flex-direction: column;
  }
  .cid-sTEc6CZQIc .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sTEc6CZQIc H1 {
  color: #ffffff;
}
.cid-sTEc6CZQIc .mbr-text,
.cid-sTEc6CZQIc .mbr-section-btn,
.cid-sTEc6CZQIc .content {
  color: #fafafa;
}
.cid-sTEc6DQhTv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/arena-bg1-1920x1080.png");
}
@media (min-width: 992px) {
  .cid-sTEc6DQhTv .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTEc6DQhTv .content {
    padding: 0 2rem;
  }
}
.cid-sTEc6DQhTv .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-sTEc6DQhTv .img-col {
  padding: 0;
}
.cid-sTEc6DQhTv .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sTEc6DQhTv .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sTEc6DQhTv .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sTEc6DQhTv .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sTEc6DQhTv .icon-title,
.cid-sTEc6DQhTv .mbr-iconfont {
  color: #353535;
}
.cid-sTEc6DQhTv .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sTEc6DQhTv .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTEc6DQhTv .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sTEc6DQhTv .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sTEc6DQhTv .link-wrap {
    margin: auto;
  }
  .cid-sTEc6DQhTv .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sTEc6DQhTv .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sTEc6DQhTv .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sTEc6DQhTv .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sTEc6DQhTv .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sTEc6DQhTv .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-sTEc6EGIr3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1920x1080.png");
}
@media (min-width: 992px) {
  .cid-sTEc6EGIr3 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTEc6EGIr3 .content {
    padding: 0 2rem;
  }
}
.cid-sTEc6EGIr3 .img-col {
  padding: 0;
}
.cid-sTEc6EGIr3 .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sTEc6EGIr3 .icon-wrap h3 {
  margin: 0;
}
.cid-sTEc6EGIr3 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sTEc6EGIr3 .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sTEc6EGIr3 .icon-title,
.cid-sTEc6EGIr3 .mbr-iconfont {
  color: #181818;
}
.cid-sTEc6EGIr3 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sTEc6EGIr3 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTEc6EGIr3 .icons-wrap {
    flex-direction: column;
  }
  .cid-sTEc6EGIr3 .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sTEc6EGIr3 H1 {
  color: #ffffff;
}
.cid-sTEc6EGIr3 .mbr-text,
.cid-sTEc6EGIr3 .mbr-section-btn,
.cid-sTEc6EGIr3 .content {
  color: #fafafa;
}
.cid-sTEc6FpE6d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/side1-1920x1080.png");
}
@media (min-width: 992px) {
  .cid-sTEc6FpE6d .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTEc6FpE6d .content {
    padding: 0 2rem;
  }
}
.cid-sTEc6FpE6d .row {
  justify-content: flex-end;
}
.cid-sTEc6FpE6d .img-col {
  padding: 0;
}
.cid-sTEc6FpE6d .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sTEc6FpE6d .icon-wrap h3 {
  margin: 0;
}
.cid-sTEc6FpE6d .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sTEc6FpE6d .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sTEc6FpE6d .icon-title,
.cid-sTEc6FpE6d .mbr-iconfont {
  color: #181818;
}
.cid-sTEc6FpE6d .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sTEc6FpE6d .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sTEc6FpE6d .icons-wrap {
    flex-direction: column;
  }
  .cid-sTEc6FpE6d .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sTEc6GOMPR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sTEc6GOMPR .wrapper {
  position: relative;
  height: 700px;
  display: flex;
}
.cid-sTEc6GOMPR a {
  text-decoration: underline;
}
.cid-sTEc6GOMPR .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background: #000000;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.cid-sTEc6GOMPR .content {
  z-index: 99;
  position: relative;
  margin-bottom: 2rem;
  margin-top: auto;
  max-width: 700px;
}
.cid-sTEc6GOMPR img {
  width: 600px;
  position: absolute;
  border-radius: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-sTEc6GOMPR .img2 {
  top: 2rem;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 3;
}
.cid-sTEc6GOMPR .img1 {
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cid-sTEc6GOMPR .img3 {
  bottom: 2rem;
  right: 0;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-sTEc6GOMPR .img1,
  .cid-sTEc6GOMPR .img2,
  .cid-sTEc6GOMPR .img3 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sTEc6GOMPR .img1,
  .cid-sTEc6GOMPR .img2,
  .cid-sTEc6GOMPR .img3 {
    width: 200px;
    height: 200px;
  }
  .cid-sTEc6GOMPR .wrapper {
    height: 400px;
  }
  .cid-sTEc6GOMPR .overlay {
    opacity: 0.5;
  }
}
.cid-sTEc6GOMPR H2 {
  color: #000000;
}
.cid-sTEc6GOMPR .mbr-text,
.cid-sTEc6GOMPR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sTEc6Hxzng {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #27084c;
}
.cid-sTEc6Hxzng .card-subtitle {
  margin: 0;
}
.cid-sTEc6Hxzng .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-sTEc6Hxzng .card {
  padding: 0.5rem;
}
.cid-sTEc6Hxzng img {
  object-fit: cover;
  height: 100%;
}
.cid-sTEc6Hxzng h4 {
  margin: 0;
}
.cid-sTEc6Hxzng .card-img {
  height: 550px;
}
.cid-sTEc6Hxzng h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sTEc6Hxzng h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-sTEc6Hxzng .card-img {
    height: 350px;
  }
}
.cid-sTEc6IgfLO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sTEc6IgfLO .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-sTEc6IgfLO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTEc6IgfLO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTEc6IgfLO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTEc6IgfLO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #27084c;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTEc6IgfLO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sTEc6IgfLO .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sTEc6IgfLO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sTEc6IgfLO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #27084c !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-sTEc6IgfLO .mbr-gallery-item > div img,
.cid-sTEc6IgfLO .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-sTEc6IgfLO .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-sTEc6IgfLO .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-sTEc6IgfLO .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-sTEc6IgfLO .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-sTEc6IgfLO .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-sTEc6IgfLO .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-sTEc6IgfLO .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-sTEc6IgfLO .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-sTEc6IgfLO .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-sTEc6J9SYV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sTEc6J9SYV .content {
    text-align: center;
  }
  .cid-sTEc6J9SYV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sTEc6J9SYV .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sTEc6J9SYV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sTEc6J9SYV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sTEc6J9SYV .google-map {
  height: 25rem;
  position: relative;
}
.cid-sTEc6J9SYV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sTEc6J9SYV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sTEc6J9SYV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sTEc6J9SYV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sTEc6J9SYV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sTEc6J9SYV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sTEc6J9SYV .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sTEc6J9SYV .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sTEc6J9SYV .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTEc6J9SYV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTEc6J9SYV .list {
  list-style-type: none;
  padding: 0;
}


@media only screen and (min-width: 767px) {
	
	.videoBg{
		
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.videoBgsmall {
		
		display: none;
	}	
}

.cid-sYblmQbhxv {
  padding-top: 165px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/orange-bg-2000x1333.png");
}
.cid-sYblmQbhxv .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-sYblmQbhxv .img-wrap img {
  width: 100%;
}
.cid-sYblmQbhxv .mbr-section-subtitle {
  color: #40b0bf;
}
.cid-sYblmQbhxv .mbr-section-title {
  color: #ffffff;
}
.cid-sYblmQbhxv .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-sYblmQbhxv .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sYblmQbhxv .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sYblmQbhxv .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sYg5qgwtnD {
  background-image: url("../../../assets/images/emartsoon-1-1920x1080.jpg");
}
.cid-sYg5qgwtnD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sYg5qgwtnD .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sYg5qgwtnD .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tkKA6wcEkd {
  padding-top: 165px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bg3.jpg");
}
.cid-tkKA6wcEkd .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-tkKA6wcEkd .img-wrap img {
  width: 100%;
}
.cid-tkKA6wcEkd .mbr-section-subtitle {
  color: #40b0bf;
}
.cid-tkKA6wcEkd .mbr-section-title {
  color: #ffffff;
}
.cid-tkKA6wcEkd .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-tkKA6wcEkd .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-tkKA6wcEkd .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tkKA6wcEkd .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tkKAKWAh9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkKAKWAh9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkKAKWAh9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkKAKWAh9j .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tkKAKWAh9j .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tkKAKWAh9j .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkKAKWAh9j .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkKAKWAh9j .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-tkKAKWAh9j .bg-linkedin:hover {
  background: #005582;
}
.cid-tkKAKWAh9j .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkKAKWAh9j .bg-tiktok:hover {
  background: #000000;
}
.cid-tkKAKWAh9j .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkKAKWAh9j [class^="socicon-"]:before,
.cid-tkKAKWAh9j [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkKAxmemY7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkKAxmemY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkKAxmemY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkKAxmemY7 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tkKAxmemY7 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tkKAxmemY7 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkKAxmemY7 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tkKAxmemY7 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000a32;
}
.cid-tkKAPEWAXn .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tkKAPEWAXn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkKAPEWAXn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tkKAPEWAXn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkKAPEWAXn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
