.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Jura', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Jura', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Jura', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jura', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jura', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 10px;
}
.bg-primary {
  background-color: #2f5fb9 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2f5fb9 !important;
  border-color: #2f5fb9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4a79d1 !important;
  border-color: #4a79d1 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4a79d1 !important;
  border-color: #4a79d1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2f5fb9;
  color: #2f5fb9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1d3b74 !important;
  background-color: transparent !important;
  border-color: #1d3b74 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2f5fb9 !important;
  border-color: #2f5fb9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #2f5fb9 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1a3568 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #2f5fb9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2f5fb9;
  border-color: #2f5fb9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2f5fb9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #87a6e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: 'Jura', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #2f5fb9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jura', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #2f5fb9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2f5fb9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2f5fb9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2f5fb9;
  border-bottom-color: #2f5fb9;
}
.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: #2f5fb9 !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: #ffd7ef !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='%232f5fb9' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-ugExoJWzQC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugExoJWzQC nav.navbar {
  position: fixed;
}
.cid-ugExoJWzQC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugExoJWzQC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugExoJWzQC .dropdown-item:hover,
.cid-ugExoJWzQC .dropdown-item:focus {
  background: #2f5fb9 !important;
  color: white !important;
}
.cid-ugExoJWzQC .dropdown-item:hover span {
  color: white;
}
.cid-ugExoJWzQC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugExoJWzQC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugExoJWzQC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugExoJWzQC .nav-link {
  position: relative;
}
.cid-ugExoJWzQC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown-menu,
.cid-ugExoJWzQC .navbar.opened {
  background: #2f5fb9 !important;
}
.cid-ugExoJWzQC .nav-item:focus,
.cid-ugExoJWzQC .nav-link:focus {
  outline: none;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugExoJWzQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugExoJWzQC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.opened {
  transition: all 0.3s;
}
.cid-ugExoJWzQC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugExoJWzQC .navbar .navbar-logo img {
  min-height: 50px;
  width: auto;
}
.cid-ugExoJWzQC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar.collapsed {
  justify-content: center;
}
.cid-ugExoJWzQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugExoJWzQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugExoJWzQC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugExoJWzQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugExoJWzQC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugExoJWzQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugExoJWzQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugExoJWzQC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugExoJWzQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugExoJWzQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugExoJWzQC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugExoJWzQC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugExoJWzQC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugExoJWzQC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugExoJWzQC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugExoJWzQC .dropdown-item.active,
.cid-ugExoJWzQC .dropdown-item:active {
  background-color: transparent;
}
.cid-ugExoJWzQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugExoJWzQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugExoJWzQC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugExoJWzQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugExoJWzQC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugExoJWzQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugExoJWzQC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugExoJWzQC .navbar {
    height: 70px;
  }
  .cid-ugExoJWzQC .navbar.opened {
    height: auto;
  }
  .cid-ugExoJWzQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uePYGTR7zm {
  background-image: url("../../../assets/images/football-stadium-1.webp");
}
.cid-uePYGTR7zm .content-head {
  max-width: 900px;
}
.cid-uePYGTR7zm .mbr-section-title {
  color: #ffffff;
}
.cid-uePYGTR7zm .mbr-text,
.cid-uePYGTR7zm .mbr-section-btn {
  color: #ffffff;
}
.cid-uePR6mKVYR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/atheletics-running-track-2000x1333.webp");
}
.cid-uePR6mKVYR .mbr-overlay {
  background: #0d3d98;
  opacity: 0.7;
}
.cid-uePR6mKVYR .item:focus,
.cid-uePR6mKVYR span:focus {
  outline: none;
}
.cid-uePR6mKVYR .item {
  cursor: pointer;
}
.cid-uePR6mKVYR .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uePR6mKVYR .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uePR6mKVYR .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-uePR6mKVYR .ticker-wrap .ticker {
  display: inline-block;
  line-height: 3rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 35s;
}
.cid-uePR6mKVYR .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #ffffff;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uePR6mKVYR .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 3rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 30s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uePR6mKVYR .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 2rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 25s;
}
.cid-uePR6mKVYR .mbr-section-title,
.cid-uePR6mKVYR .mbr-section-subtitle {
  color: #000000;
}
.cid-ueQ5xLVvKn {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/atheletics-running-tracks-stadium-1.webp");
}
.cid-ueQ5xLVvKn .mbr-overlay {
  background-color: #02102c;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-ueQ5xLVvKn {
    align-items: flex-end;
  }
  .cid-ueQ5xLVvKn .row {
    justify-content: center;
  }
  .cid-ueQ5xLVvKn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-ueQ5xLVvKn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 1400px) {
  .cid-ueQ5xLVvKn {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ueQ5xLVvKn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ueQ5xLVvKn .content-wrap {
    width: 100%;
  }
}
.cid-ueQ5xLVvKn .mbr-section-title,
.cid-ueQ5xLVvKn .mbr-section-subtitle {
  text-align: center;
}
.cid-ueQ5xLVvKn .mbr-text,
.cid-ueQ5xLVvKn .mbr-section-btn {
  text-align: left;
}
.cid-ueQ0iWSFgB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/atheletics-running-track-2000x1333.webp");
}
.cid-ueQ0iWSFgB .item:focus,
.cid-ueQ0iWSFgB span:focus {
  outline: none;
}
.cid-ueQ0iWSFgB .item {
  cursor: pointer;
}
.cid-ueQ0iWSFgB .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-ueQ0iWSFgB .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-ueQ0iWSFgB .grid-container-1,
.cid-ueQ0iWSFgB .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-ueQ0iWSFgB .grid-container-1,
  .cid-ueQ0iWSFgB .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-ueQ0iWSFgB .mbr-section-title {
  color: #000000;
}
.cid-ueQ0iWSFgB .mbr-text,
.cid-ueQ0iWSFgB .mbr-section-btn {
  color: #000000;
}
.cid-ueQ0iWSFgB .content-head {
  max-width: 800px;
}
.cid-ueQ0iWSFgB .container,
.cid-ueQ0iWSFgB .container-fluid {
  overflow: hidden;
}
.cid-ueQ0iWSFgB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-ueQ0iWSFgB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ueQ0iWSFgB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ueQ0iWSFgB .grid-item img {
    min-width: 35vw;
  }
}
.cid-ueQ0iWSFgB .grid-container-1,
.cid-ueQ0iWSFgB .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-ueQ0iWSFgB .grid-container-1 {
  align-items: flex-end;
}
.cid-ueQ0iWSFgB .grid-container-2 {
  align-items: flex-start;
}
.cid-uiJsWRC4dr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uiJsWRC4dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiJsWRC4dr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiJsWRC4dr .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .cid-uiJsWRC4dr .item-wrapper {
    margin-left: 3rem;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uiJsWRC4dr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiJsWRC4dr .img-wrapper {
  width: 115px;
  padding-right: 1.5rem;
}
.cid-uiJsWRC4dr .content-head {
  max-width: 1200px;
}
.cid-uiJsWRC4dr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uiJsWRC4dr .mbr-section-subtitle {
  text-align: left;
}
.cid-ueR6aY2fk1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sports-center-1.webp");
}
.cid-ueR6aY2fk1 .mbr-overlay {
  background: #000921;
  opacity: 0.8;
}
.cid-ueR6aY2fk1 img,
.cid-ueR6aY2fk1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ueR6aY2fk1 .item:focus,
.cid-ueR6aY2fk1 span:focus {
  outline: none;
}
.cid-ueR6aY2fk1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueR6aY2fk1 .item {
    margin-bottom: 1rem;
  }
}
.cid-ueR6aY2fk1 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 2500px) {
  .cid-ueR6aY2fk1 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 0.6rem;
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-ueR6aY2fk1 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ueR6aY2fk1 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueR6aY2fk1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ueR6aY2fk1 .mbr-section-title {
  color: #ffffff;
}
.cid-ueR6aY2fk1 .item-title {
  text-align: left;
}
.cid-ueR6aY2fk1 .item-subtitle {
  text-align: left;
}
.cid-ueR6aY2fk1 .mbr-text,
.cid-ueR6aY2fk1 .item .mbr-section-btn {
  text-align: left;
}
.cid-ueR6aY2fk1 .content-head {
  max-width: 1800px;
}
.cid-ueR6aY2fk1 .mbr-section-subtitle,
.cid-ueR6aY2fk1 .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-ueR6aY2fk1 .mbr-section-subtitle,
.cid-ueR6aY2fk1 .mbr-section-head .mbr-section-btn DIV {
  text-align: left;
}
.cid-ufFQk4pwHY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufFQk4pwHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFQk4pwHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFQk4pwHY .mbr-section-title {
  color: #02102c;
}
.cid-uiJBVxvuC2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiJBVxvuC2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uiJBVxvuC2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uiJBVxvuC2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiJBVxvuC2 .container {
    padding: 0 20px;
  }
}
.cid-uiJBVxvuC2 .text-wrapper .mbr-text {
  margin-bottom: 120px;
  padding: 0 120px;
}
@media (max-width: 992px) {
  .cid-uiJBVxvuC2 .text-wrapper .mbr-text {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uiJBVxvuC2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-uiJBVxvuC2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uiJBVxvuC2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uiJBVxvuC2 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uiJBVxvuC2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uiJBVxvuC2 .embla__button--next,
.cid-uiJBVxvuC2 .embla__button--prev {
  display: flex;
}
.cid-uiJBVxvuC2 .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uiJBVxvuC2 .embla__button:hover {
  background-color: #7d41d1 !important;
}
.cid-uiJBVxvuC2 .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uiJBVxvuC2 .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uiJBVxvuC2 .embla {
  position: relative;
  width: 100%;
}
.cid-uiJBVxvuC2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uiJBVxvuC2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiJBVxvuC2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiJBVxvuC2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uiJBVxvuC2 .mbr-text {
  color: #000921;
  text-align: center;
}
.cid-ufF4SxYYpy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/basketball-court-background.webp");
}
.cid-ufF4SxYYpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufF4SxYYpy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufF4SxYYpy .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ufF4SxYYpy .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cid-ufF4SxYYpy .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ufF4SxYYpy .card-wrapper {
    padding: 4rem;
  }
}
.cid-ufF4SxYYpy .mbr-text,
.cid-ufF4SxYYpy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ufF4SxYYpy .card-title,
.cid-ufF4SxYYpy .card-box {
  text-align: left;
  color: #000000;
}
.cid-ufF4SxYYpy .mbr-section-subtitle {
  text-align: left;
}
.cid-ufF4SxYYpy .mbr-text {
  text-align: left;
}
.cid-ufF4SxYYpy .mbr-card-title {
  text-align: right;
  color: #02102c;
}
@media (max-width: 1200px) {
  .cid-ufF4SxYYpy .mbr-card-title {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-ufF4SxYYpy .mbr-card-title {
    text-align: left;
  }
}
.cid-ufqEh5v0BV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/basketball-court-background.webp");
}
.cid-ufqEh5v0BV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufqEh5v0BV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufqEh5v0BV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufqEh5v0BV .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ufqEh5v0BV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ufqEh5v0BV .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufqEh5v0BV .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufqEh5v0BV .header-menu li p {
  margin: 0;
}
.cid-ufqEh5v0BV .content-head {
  max-width: 1800px;
}
.cid-ufqEh5v0BV .mbr-text,
.cid-ufqEh5v0BV .mbr-section-btn {
  text-align: left;
  color: #02102c;
}
.cid-ufqEh5v0BV .mbr-section-title {
  text-align: left;
  color: #02102c;
}
.cid-ufiAJpWgLL {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/basketball-court.webp");
}
.cid-ufiAJpWgLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufiAJpWgLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ufiAJpWgLL .row {
    flex-direction: column-reverse;
  }
  .cid-ufiAJpWgLL .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ufiAJpWgLL .google-map {
  height: 100%;
  position: relative;
}
.cid-ufiAJpWgLL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ufiAJpWgLL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ufiAJpWgLL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ufiAJpWgLL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ufiAJpWgLL .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ufiAJpWgLL .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-ufiAJpWgLL .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ufiAJpWgLL .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ufiAJpWgLL .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ufiAJpWgLL .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2f5fb9;
}
.cid-ufiAJpWgLL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uiJHaAXdTx {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem;
  background-image: url("../../../assets/images/atheletics-running-tracks-stadium-1.webp");
}
.cid-uiJHaAXdTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiJHaAXdTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .container {
    padding: 0 26px;
  }
}
.cid-uiJHaAXdTx .row {
  justify-content: center;
}
.cid-uiJHaAXdTx .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
    margin-bottom: 0px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiJHaAXdTx .content-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uiJHaAXdTx .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiJHaAXdTx .mbr-section-title {
  color: #ffffff;
}
.cid-uiJHaAXdTx .mbr-text {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .item-wrap,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
  color: #2f5fb9;
}
.cid-ugExoJWzQC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugExoJWzQC nav.navbar {
  position: fixed;
}
.cid-ugExoJWzQC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugExoJWzQC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugExoJWzQC .dropdown-item:hover,
.cid-ugExoJWzQC .dropdown-item:focus {
  background: #2f5fb9 !important;
  color: white !important;
}
.cid-ugExoJWzQC .dropdown-item:hover span {
  color: white;
}
.cid-ugExoJWzQC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugExoJWzQC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugExoJWzQC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugExoJWzQC .nav-link {
  position: relative;
}
.cid-ugExoJWzQC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown-menu,
.cid-ugExoJWzQC .navbar.opened {
  background: #2f5fb9 !important;
}
.cid-ugExoJWzQC .nav-item:focus,
.cid-ugExoJWzQC .nav-link:focus {
  outline: none;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugExoJWzQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugExoJWzQC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.opened {
  transition: all 0.3s;
}
.cid-ugExoJWzQC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugExoJWzQC .navbar .navbar-logo img {
  min-height: 50px;
  width: auto;
}
.cid-ugExoJWzQC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar.collapsed {
  justify-content: center;
}
.cid-ugExoJWzQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugExoJWzQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugExoJWzQC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugExoJWzQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugExoJWzQC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugExoJWzQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugExoJWzQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugExoJWzQC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugExoJWzQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugExoJWzQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugExoJWzQC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugExoJWzQC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugExoJWzQC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugExoJWzQC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugExoJWzQC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugExoJWzQC .dropdown-item.active,
.cid-ugExoJWzQC .dropdown-item:active {
  background-color: transparent;
}
.cid-ugExoJWzQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugExoJWzQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugExoJWzQC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugExoJWzQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugExoJWzQC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugExoJWzQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugExoJWzQC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugExoJWzQC .navbar {
    height: 70px;
  }
  .cid-ugExoJWzQC .navbar.opened {
    height: auto;
  }
  .cid-ugExoJWzQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueKYrQhxZe {
  display: flex;
  background-image: url("../../../assets/images/1-2000x1334.webp");
}
.cid-ueKYrQhxZe .mbr-overlay {
  background-color: #02102c;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ueKYrQhxZe {
    align-items: flex-end;
  }
  .cid-ueKYrQhxZe .row {
    justify-content: center;
  }
  .cid-ueKYrQhxZe .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ueKYrQhxZe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ueKYrQhxZe {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ueKYrQhxZe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ueKYrQhxZe .content-wrap {
    width: 100%;
  }
}
.cid-ueKYrQhxZe .mbr-section-title,
.cid-ueKYrQhxZe .mbr-section-subtitle {
  text-align: center;
}
.cid-ueKYrQhxZe .mbr-text,
.cid-ueKYrQhxZe .mbr-section-btn {
  text-align: right;
}
.cid-ueKYrQhxZe .mbr-section-title {
  text-align: left;
}
.cid-ueUdsril4e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueUdsril4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUdsril4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUdsril4e .card-wrapper {
  background: #2f5fb9;
}
@media (max-width: 767px) {
  .cid-ueUdsril4e .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueUdsril4e .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ueUdsril4e .card-wrapper {
    padding: 4rem;
  }
}
.cid-ueUdsril4e .mbr-text,
.cid-ueUdsril4e .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ueUdsril4e .card-title,
.cid-ueUdsril4e .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-uiJCxKmJGH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uiJCxKmJGH .container {
    padding: 0 20px;
  }
}
.cid-uiJCxKmJGH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uiJCxKmJGH .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiJCxKmJGH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uiJCxKmJGH .embla__slide .slide-content {
  width: 100%;
}
.cid-uiJCxKmJGH .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uiJCxKmJGH .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uiJCxKmJGH .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uiJCxKmJGH .embla__button--next,
.cid-uiJCxKmJGH .embla__button--prev {
  display: flex;
}
.cid-uiJCxKmJGH .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #2F5FB9 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uiJCxKmJGH .embla__button:hover {
  opacity: .5 !important;
}
.cid-uiJCxKmJGH .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uiJCxKmJGH .embla__button.embla__button--next {
  right: 0;
}
.cid-uiJCxKmJGH .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uiJCxKmJGH .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #2f5fb9;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uiJCxKmJGH .embla::before {
    display: none;
  }
}
.cid-uiJCxKmJGH .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uiJCxKmJGH .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uiJCxKmJGH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiJCxKmJGH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiJCxKmJGH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ueUe8f5CFB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiJHaAXdTx {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem;
  background-image: url("../../../assets/images/atheletics-running-tracks-stadium-1.webp");
}
.cid-uiJHaAXdTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiJHaAXdTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .container {
    padding: 0 26px;
  }
}
.cid-uiJHaAXdTx .row {
  justify-content: center;
}
.cid-uiJHaAXdTx .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
    margin-bottom: 0px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiJHaAXdTx .content-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uiJHaAXdTx .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiJHaAXdTx .mbr-section-title {
  color: #ffffff;
}
.cid-uiJHaAXdTx .mbr-text {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .item-wrap,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
  color: #2f5fb9;
}
.cid-ugExoJWzQC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugExoJWzQC nav.navbar {
  position: fixed;
}
.cid-ugExoJWzQC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugExoJWzQC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugExoJWzQC .dropdown-item:hover,
.cid-ugExoJWzQC .dropdown-item:focus {
  background: #2f5fb9 !important;
  color: white !important;
}
.cid-ugExoJWzQC .dropdown-item:hover span {
  color: white;
}
.cid-ugExoJWzQC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugExoJWzQC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugExoJWzQC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugExoJWzQC .nav-link {
  position: relative;
}
.cid-ugExoJWzQC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown-menu,
.cid-ugExoJWzQC .navbar.opened {
  background: #2f5fb9 !important;
}
.cid-ugExoJWzQC .nav-item:focus,
.cid-ugExoJWzQC .nav-link:focus {
  outline: none;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugExoJWzQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugExoJWzQC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.opened {
  transition: all 0.3s;
}
.cid-ugExoJWzQC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugExoJWzQC .navbar .navbar-logo img {
  min-height: 50px;
  width: auto;
}
.cid-ugExoJWzQC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar.collapsed {
  justify-content: center;
}
.cid-ugExoJWzQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugExoJWzQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugExoJWzQC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugExoJWzQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugExoJWzQC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugExoJWzQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugExoJWzQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugExoJWzQC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugExoJWzQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugExoJWzQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugExoJWzQC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugExoJWzQC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugExoJWzQC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugExoJWzQC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugExoJWzQC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugExoJWzQC .dropdown-item.active,
.cid-ugExoJWzQC .dropdown-item:active {
  background-color: transparent;
}
.cid-ugExoJWzQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugExoJWzQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugExoJWzQC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugExoJWzQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugExoJWzQC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugExoJWzQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugExoJWzQC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugExoJWzQC .navbar {
    height: 70px;
  }
  .cid-ugExoJWzQC .navbar.opened {
    height: auto;
  }
  .cid-ugExoJWzQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uePuOgZLnW {
  display: flex;
  background-image: url("../../../assets/images/sib-tranzit-parket.webp");
}
.cid-uePuOgZLnW .mbr-overlay {
  background-color: #000921;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uePuOgZLnW {
    align-items: flex-end;
  }
  .cid-uePuOgZLnW .row {
    justify-content: center;
  }
  .cid-uePuOgZLnW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uePuOgZLnW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uePuOgZLnW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uePuOgZLnW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uePuOgZLnW .content-wrap {
    width: 100%;
  }
}
.cid-uePuOgZLnW .mbr-section-title,
.cid-uePuOgZLnW .mbr-section-subtitle {
  text-align: center;
}
.cid-uePuOgZLnW .mbr-text,
.cid-uePuOgZLnW .mbr-section-btn {
  text-align: right;
}
.cid-uePuOgZLnW .mbr-section-title {
  text-align: left;
}
.cid-uePCyVjoFr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uePCyVjoFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePCyVjoFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePCyVjoFr .mbr-description {
  text-align: left;
}
.cid-uePCyVjoFr .item-wrapper {
  background: #2f5fb9;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uePCyVjoFr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uePCyVjoFr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uePCyVjoFr .card-title,
.cid-uePCyVjoFr .iconfont-wrapper {
  color: #000000;
}
.cid-uePCyVjoFr .card-text {
  color: #000000;
}
.cid-uePCyVjoFr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uePCyVjoFr .mbr-number {
  color: #9fe870;
}
.cid-uePCyVjoFr .mbr-text,
.cid-uePCyVjoFr .mbr-section-btn {
  text-align: center;
}
.cid-uePCyVjoFr .card-text,
.cid-uePCyVjoFr .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uePCyVjoFr .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uePCyVjoFr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiJDaftMMA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uiJDaftMMA .container {
    padding: 0 20px;
  }
}
.cid-uiJDaftMMA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uiJDaftMMA .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiJDaftMMA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uiJDaftMMA .embla__slide .slide-content {
  width: 100%;
}
.cid-uiJDaftMMA .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uiJDaftMMA .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uiJDaftMMA .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uiJDaftMMA .embla__button--next,
.cid-uiJDaftMMA .embla__button--prev {
  display: flex;
}
.cid-uiJDaftMMA .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #2F5FB9 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uiJDaftMMA .embla__button:hover {
  opacity: .5 !important;
}
.cid-uiJDaftMMA .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uiJDaftMMA .embla__button.embla__button--next {
  right: 0;
}
.cid-uiJDaftMMA .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uiJDaftMMA .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #2f5fb9;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uiJDaftMMA .embla::before {
    display: none;
  }
}
.cid-uiJDaftMMA .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uiJDaftMMA .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uiJDaftMMA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiJDaftMMA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiJDaftMMA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ueUfnC0ztv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiJHaAXdTx {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem;
  background-image: url("../../../assets/images/atheletics-running-tracks-stadium-1.webp");
}
.cid-uiJHaAXdTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiJHaAXdTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .container {
    padding: 0 26px;
  }
}
.cid-uiJHaAXdTx .row {
  justify-content: center;
}
.cid-uiJHaAXdTx .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
    margin-bottom: 0px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiJHaAXdTx .content-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uiJHaAXdTx .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiJHaAXdTx .mbr-section-title {
  color: #ffffff;
}
.cid-uiJHaAXdTx .mbr-text {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .item-wrap,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
  color: #2f5fb9;
}
.cid-ugExoJWzQC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugExoJWzQC nav.navbar {
  position: fixed;
}
.cid-ugExoJWzQC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugExoJWzQC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugExoJWzQC .dropdown-item:hover,
.cid-ugExoJWzQC .dropdown-item:focus {
  background: #2f5fb9 !important;
  color: white !important;
}
.cid-ugExoJWzQC .dropdown-item:hover span {
  color: white;
}
.cid-ugExoJWzQC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugExoJWzQC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugExoJWzQC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugExoJWzQC .nav-link {
  position: relative;
}
.cid-ugExoJWzQC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown-menu,
.cid-ugExoJWzQC .navbar.opened {
  background: #2f5fb9 !important;
}
.cid-ugExoJWzQC .nav-item:focus,
.cid-ugExoJWzQC .nav-link:focus {
  outline: none;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugExoJWzQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugExoJWzQC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.opened {
  transition: all 0.3s;
}
.cid-ugExoJWzQC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugExoJWzQC .navbar .navbar-logo img {
  min-height: 50px;
  width: auto;
}
.cid-ugExoJWzQC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar.collapsed {
  justify-content: center;
}
.cid-ugExoJWzQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugExoJWzQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugExoJWzQC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugExoJWzQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugExoJWzQC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugExoJWzQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugExoJWzQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugExoJWzQC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugExoJWzQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugExoJWzQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugExoJWzQC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugExoJWzQC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugExoJWzQC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugExoJWzQC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugExoJWzQC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugExoJWzQC .dropdown-item.active,
.cid-ugExoJWzQC .dropdown-item:active {
  background-color: transparent;
}
.cid-ugExoJWzQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugExoJWzQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugExoJWzQC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugExoJWzQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugExoJWzQC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugExoJWzQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugExoJWzQC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugExoJWzQC .navbar {
    height: 70px;
  }
  .cid-ugExoJWzQC .navbar.opened {
    height: auto;
  }
  .cid-ugExoJWzQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uePEJQWxIq {
  display: flex;
  background-image: url("../../../assets/images/2.webp");
}
.cid-uePEJQWxIq .mbr-overlay {
  background-color: #000921;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uePEJQWxIq {
    align-items: flex-end;
  }
  .cid-uePEJQWxIq .row {
    justify-content: center;
  }
  .cid-uePEJQWxIq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uePEJQWxIq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uePEJQWxIq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uePEJQWxIq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uePEJQWxIq .content-wrap {
    width: 100%;
  }
}
.cid-uePEJQWxIq .mbr-section-title,
.cid-uePEJQWxIq .mbr-section-subtitle {
  text-align: center;
}
.cid-uePEJQWxIq .mbr-text,
.cid-uePEJQWxIq .mbr-section-btn {
  text-align: right;
}
.cid-uePEJQWxIq .mbr-section-title {
  text-align: left;
}
.cid-uePKBxKhKO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uePKBxKhKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePKBxKhKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePKBxKhKO .card-wrapper {
  background: #2f5fb9;
}
@media (max-width: 767px) {
  .cid-uePKBxKhKO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uePKBxKhKO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uePKBxKhKO .card-wrapper {
    padding: 4rem;
  }
}
.cid-uePKBxKhKO .mbr-text,
.cid-uePKBxKhKO .mbr-section-btn {
  color: #ffffff;
}
.cid-uePKBxKhKO .card-title,
.cid-uePKBxKhKO .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-uiJDxeEzUu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uiJDxeEzUu .container {
    padding: 0 20px;
  }
}
.cid-uiJDxeEzUu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uiJDxeEzUu .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiJDxeEzUu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uiJDxeEzUu .embla__slide .slide-content {
  width: 100%;
}
.cid-uiJDxeEzUu .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uiJDxeEzUu .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uiJDxeEzUu .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uiJDxeEzUu .embla__button--next,
.cid-uiJDxeEzUu .embla__button--prev {
  display: flex;
}
.cid-uiJDxeEzUu .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #2F5FB9 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uiJDxeEzUu .embla__button:hover {
  opacity: .5 !important;
}
.cid-uiJDxeEzUu .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uiJDxeEzUu .embla__button.embla__button--next {
  right: 0;
}
.cid-uiJDxeEzUu .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uiJDxeEzUu .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #2f5fb9;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uiJDxeEzUu .embla::before {
    display: none;
  }
}
.cid-uiJDxeEzUu .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uiJDxeEzUu .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uiJDxeEzUu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiJDxeEzUu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiJDxeEzUu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufGwuRAWPb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiJHaAXdTx {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem;
  background-image: url("../../../assets/images/atheletics-running-tracks-stadium-1.webp");
}
.cid-uiJHaAXdTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiJHaAXdTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .container {
    padding: 0 26px;
  }
}
.cid-uiJHaAXdTx .row {
  justify-content: center;
}
.cid-uiJHaAXdTx .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
    margin-bottom: 0px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiJHaAXdTx .content-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uiJHaAXdTx .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiJHaAXdTx .mbr-section-title {
  color: #ffffff;
}
.cid-uiJHaAXdTx .mbr-text {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .item-wrap,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
  color: #2f5fb9;
}
.cid-ugExoJWzQC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugExoJWzQC nav.navbar {
  position: fixed;
}
.cid-ugExoJWzQC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugExoJWzQC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugExoJWzQC .dropdown-item:hover,
.cid-ugExoJWzQC .dropdown-item:focus {
  background: #2f5fb9 !important;
  color: white !important;
}
.cid-ugExoJWzQC .dropdown-item:hover span {
  color: white;
}
.cid-ugExoJWzQC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugExoJWzQC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugExoJWzQC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugExoJWzQC .nav-link {
  position: relative;
}
.cid-ugExoJWzQC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown-menu,
.cid-ugExoJWzQC .navbar.opened {
  background: #2f5fb9 !important;
}
.cid-ugExoJWzQC .nav-item:focus,
.cid-ugExoJWzQC .nav-link:focus {
  outline: none;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugExoJWzQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugExoJWzQC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.opened {
  transition: all 0.3s;
}
.cid-ugExoJWzQC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugExoJWzQC .navbar .navbar-logo img {
  min-height: 50px;
  width: auto;
}
.cid-ugExoJWzQC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar.collapsed {
  justify-content: center;
}
.cid-ugExoJWzQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugExoJWzQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugExoJWzQC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugExoJWzQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugExoJWzQC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugExoJWzQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugExoJWzQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugExoJWzQC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugExoJWzQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugExoJWzQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugExoJWzQC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugExoJWzQC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugExoJWzQC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugExoJWzQC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugExoJWzQC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugExoJWzQC .dropdown-item.active,
.cid-ugExoJWzQC .dropdown-item:active {
  background-color: transparent;
}
.cid-ugExoJWzQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugExoJWzQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugExoJWzQC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugExoJWzQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugExoJWzQC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugExoJWzQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugExoJWzQC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugExoJWzQC .navbar {
    height: 70px;
  }
  .cid-ugExoJWzQC .navbar.opened {
    height: auto;
  }
  .cid-ugExoJWzQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueL4rscM4R {
  display: flex;
  background-image: url("../../../assets/images/0.webp");
}
.cid-ueL4rscM4R .mbr-overlay {
  background-color: #000616;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-ueL4rscM4R {
    align-items: flex-end;
  }
  .cid-ueL4rscM4R .row {
    justify-content: center;
  }
  .cid-ueL4rscM4R .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ueL4rscM4R .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ueL4rscM4R {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ueL4rscM4R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ueL4rscM4R .content-wrap {
    width: 100%;
  }
}
.cid-ueL4rscM4R .mbr-section-title,
.cid-ueL4rscM4R .mbr-section-subtitle {
  text-align: center;
}
.cid-ueL4rscM4R .mbr-text,
.cid-ueL4rscM4R .mbr-section-btn {
  text-align: right;
}
.cid-ueL4rscM4R .mbr-section-title {
  text-align: left;
}
.cid-ueLIotOEEz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueLIotOEEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLIotOEEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLIotOEEz .card-wrapper {
  background: #2f5fb9;
}
@media (max-width: 767px) {
  .cid-ueLIotOEEz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueLIotOEEz .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ueLIotOEEz .card-wrapper {
    padding: 4rem;
  }
}
.cid-ueLIotOEEz .mbr-text,
.cid-ueLIotOEEz .mbr-section-btn {
  color: #ffffff;
}
.cid-ueLIotOEEz .card-title,
.cid-ueLIotOEEz .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-uiJCOQeiBg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uiJCOQeiBg .container {
    padding: 0 20px;
  }
}
.cid-uiJCOQeiBg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uiJCOQeiBg .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiJCOQeiBg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uiJCOQeiBg .embla__slide .slide-content {
  width: 100%;
}
.cid-uiJCOQeiBg .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uiJCOQeiBg .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uiJCOQeiBg .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uiJCOQeiBg .embla__button--next,
.cid-uiJCOQeiBg .embla__button--prev {
  display: flex;
}
.cid-uiJCOQeiBg .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #2F5FB9 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uiJCOQeiBg .embla__button:hover {
  opacity: .5 !important;
}
.cid-uiJCOQeiBg .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uiJCOQeiBg .embla__button.embla__button--next {
  right: 0;
}
.cid-uiJCOQeiBg .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uiJCOQeiBg .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #2f5fb9;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uiJCOQeiBg .embla::before {
    display: none;
  }
}
.cid-uiJCOQeiBg .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uiJCOQeiBg .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uiJCOQeiBg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiJCOQeiBg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiJCOQeiBg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ueUeI0XOvd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiJHaAXdTx {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem;
  background-image: url("../../../assets/images/atheletics-running-tracks-stadium-1.webp");
}
.cid-uiJHaAXdTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiJHaAXdTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .container {
    padding: 0 26px;
  }
}
.cid-uiJHaAXdTx .row {
  justify-content: center;
}
.cid-uiJHaAXdTx .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
    margin-bottom: 0px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiJHaAXdTx .content-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uiJHaAXdTx .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiJHaAXdTx .mbr-section-title {
  color: #ffffff;
}
.cid-uiJHaAXdTx .mbr-text {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .item-wrap,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
  color: #2f5fb9;
}
.cid-ugExoJWzQC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugExoJWzQC nav.navbar {
  position: fixed;
}
.cid-ugExoJWzQC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugExoJWzQC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugExoJWzQC .dropdown-item:hover,
.cid-ugExoJWzQC .dropdown-item:focus {
  background: #2f5fb9 !important;
  color: white !important;
}
.cid-ugExoJWzQC .dropdown-item:hover span {
  color: white;
}
.cid-ugExoJWzQC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugExoJWzQC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugExoJWzQC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugExoJWzQC .nav-link {
  position: relative;
}
.cid-ugExoJWzQC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown-menu,
.cid-ugExoJWzQC .navbar.opened {
  background: #2f5fb9 !important;
}
.cid-ugExoJWzQC .nav-item:focus,
.cid-ugExoJWzQC .nav-link:focus {
  outline: none;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugExoJWzQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugExoJWzQC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.opened {
  transition: all 0.3s;
}
.cid-ugExoJWzQC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugExoJWzQC .navbar .navbar-logo img {
  min-height: 50px;
  width: auto;
}
.cid-ugExoJWzQC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar.collapsed {
  justify-content: center;
}
.cid-ugExoJWzQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugExoJWzQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugExoJWzQC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugExoJWzQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugExoJWzQC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugExoJWzQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugExoJWzQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugExoJWzQC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugExoJWzQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugExoJWzQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugExoJWzQC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugExoJWzQC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugExoJWzQC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugExoJWzQC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugExoJWzQC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugExoJWzQC .dropdown-item.active,
.cid-ugExoJWzQC .dropdown-item:active {
  background-color: transparent;
}
.cid-ugExoJWzQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugExoJWzQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugExoJWzQC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugExoJWzQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugExoJWzQC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugExoJWzQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugExoJWzQC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugExoJWzQC .navbar {
    height: 70px;
  }
  .cid-ugExoJWzQC .navbar.opened {
    height: auto;
  }
  .cid-ugExoJWzQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufCgZqepnK {
  display: flex;
  background-image: url("../../../assets/images/3.webp");
}
.cid-ufCgZqepnK .mbr-overlay {
  background-color: #000921;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-ufCgZqepnK {
    align-items: flex-end;
  }
  .cid-ufCgZqepnK .row {
    justify-content: center;
  }
  .cid-ufCgZqepnK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufCgZqepnK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufCgZqepnK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ufCgZqepnK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufCgZqepnK .content-wrap {
    width: 100%;
  }
}
.cid-ufCgZqepnK .mbr-section-title,
.cid-ufCgZqepnK .mbr-section-subtitle {
  text-align: center;
}
.cid-ufCgZqepnK .mbr-text,
.cid-ufCgZqepnK .mbr-section-btn {
  text-align: right;
}
.cid-ufCgZqepnK .mbr-section-title {
  text-align: left;
}
.cid-ufChsDTmAd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufChsDTmAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufChsDTmAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufChsDTmAd .mbr-description {
  text-align: left;
}
.cid-ufChsDTmAd .item-wrapper {
  background: #2f5fb9;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ufChsDTmAd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 100px) and (max-width: 200px) {
  .cid-ufChsDTmAd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ufChsDTmAd .card-title,
.cid-ufChsDTmAd .iconfont-wrapper {
  color: #000000;
}
.cid-ufChsDTmAd .card-text {
  color: #000000;
}
.cid-ufChsDTmAd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ufChsDTmAd .mbr-number {
  color: #9fe870;
}
.cid-ufChsDTmAd .mbr-text,
.cid-ufChsDTmAd .mbr-section-btn {
  text-align: center;
}
.cid-ufChsDTmAd .card-text,
.cid-ufChsDTmAd .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ufChsDTmAd .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 200px) {
  .cid-ufChsDTmAd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiJDFyQw3c {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uiJDFyQw3c .container {
    padding: 0 20px;
  }
}
.cid-uiJDFyQw3c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uiJDFyQw3c .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiJDFyQw3c .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uiJDFyQw3c .embla__slide .slide-content {
  width: 100%;
}
.cid-uiJDFyQw3c .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uiJDFyQw3c .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uiJDFyQw3c .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uiJDFyQw3c .embla__button--next,
.cid-uiJDFyQw3c .embla__button--prev {
  display: flex;
}
.cid-uiJDFyQw3c .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #2F5FB9 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uiJDFyQw3c .embla__button:hover {
  opacity: .5 !important;
}
.cid-uiJDFyQw3c .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uiJDFyQw3c .embla__button.embla__button--next {
  right: 0;
}
.cid-uiJDFyQw3c .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uiJDFyQw3c .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #2f5fb9;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uiJDFyQw3c .embla::before {
    display: none;
  }
}
.cid-uiJDFyQw3c .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uiJDFyQw3c .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uiJDFyQw3c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiJDFyQw3c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiJDFyQw3c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufGx4TqZZm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiJHaAXdTx {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem;
  background-image: url("../../../assets/images/atheletics-running-tracks-stadium-1.webp");
}
.cid-uiJHaAXdTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiJHaAXdTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .container {
    padding: 0 26px;
  }
}
.cid-uiJHaAXdTx .row {
  justify-content: center;
}
.cid-uiJHaAXdTx .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
    margin-bottom: 0px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiJHaAXdTx .content-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uiJHaAXdTx .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiJHaAXdTx .mbr-section-title {
  color: #ffffff;
}
.cid-uiJHaAXdTx .mbr-text {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .item-wrap,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
  color: #2f5fb9;
}
.cid-ugExoJWzQC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugExoJWzQC nav.navbar {
  position: fixed;
}
.cid-ugExoJWzQC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugExoJWzQC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugExoJWzQC .dropdown-item:hover,
.cid-ugExoJWzQC .dropdown-item:focus {
  background: #2f5fb9 !important;
  color: white !important;
}
.cid-ugExoJWzQC .dropdown-item:hover span {
  color: white;
}
.cid-ugExoJWzQC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugExoJWzQC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugExoJWzQC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugExoJWzQC .nav-link {
  position: relative;
}
.cid-ugExoJWzQC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugExoJWzQC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown-menu,
.cid-ugExoJWzQC .navbar.opened {
  background: #2f5fb9 !important;
}
.cid-ugExoJWzQC .nav-item:focus,
.cid-ugExoJWzQC .nav-link:focus {
  outline: none;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugExoJWzQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugExoJWzQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugExoJWzQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugExoJWzQC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.opened {
  transition: all 0.3s;
}
.cid-ugExoJWzQC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugExoJWzQC .navbar .navbar-logo img {
  min-height: 50px;
  width: auto;
}
.cid-ugExoJWzQC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar.collapsed {
  justify-content: center;
}
.cid-ugExoJWzQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugExoJWzQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugExoJWzQC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugExoJWzQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugExoJWzQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugExoJWzQC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugExoJWzQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugExoJWzQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugExoJWzQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugExoJWzQC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugExoJWzQC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugExoJWzQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugExoJWzQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugExoJWzQC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugExoJWzQC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugExoJWzQC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugExoJWzQC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugExoJWzQC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugExoJWzQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugExoJWzQC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugExoJWzQC .dropdown-item.active,
.cid-ugExoJWzQC .dropdown-item:active {
  background-color: transparent;
}
.cid-ugExoJWzQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugExoJWzQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f5fb9;
}
.cid-ugExoJWzQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugExoJWzQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugExoJWzQC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugExoJWzQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugExoJWzQC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugExoJWzQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugExoJWzQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugExoJWzQC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugExoJWzQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugExoJWzQC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugExoJWzQC .navbar {
    height: 70px;
  }
  .cid-ugExoJWzQC .navbar.opened {
    height: auto;
  }
  .cid-ugExoJWzQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhnuOdx5Ug {
  display: flex;
  background-image: url("../../../assets/images/1776x1181.webp");
}
.cid-uhnuOdx5Ug .mbr-overlay {
  background-color: #000921;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uhnuOdx5Ug {
    align-items: flex-end;
  }
  .cid-uhnuOdx5Ug .row {
    justify-content: center;
  }
  .cid-uhnuOdx5Ug .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhnuOdx5Ug .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhnuOdx5Ug {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uhnuOdx5Ug .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhnuOdx5Ug .content-wrap {
    width: 100%;
  }
}
.cid-uhnuOdx5Ug .mbr-section-title,
.cid-uhnuOdx5Ug .mbr-section-subtitle {
  text-align: center;
}
.cid-uhnuOdx5Ug .mbr-text,
.cid-uhnuOdx5Ug .mbr-section-btn {
  text-align: right;
}
.cid-uhnuOdx5Ug .mbr-section-title {
  text-align: left;
}
.cid-uiJDWzUcvG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uiJDWzUcvG .container {
    padding: 0 20px;
  }
}
.cid-uiJDWzUcvG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uiJDWzUcvG .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiJDWzUcvG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uiJDWzUcvG .embla__slide .slide-content {
  width: 100%;
}
.cid-uiJDWzUcvG .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uiJDWzUcvG .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uiJDWzUcvG .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uiJDWzUcvG .embla__button--next,
.cid-uiJDWzUcvG .embla__button--prev {
  display: flex;
}
.cid-uiJDWzUcvG .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #2F5FB9 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uiJDWzUcvG .embla__button:hover {
  opacity: .5 !important;
}
.cid-uiJDWzUcvG .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uiJDWzUcvG .embla__button.embla__button--next {
  right: 0;
}
.cid-uiJDWzUcvG .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uiJDWzUcvG .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #2f5fb9;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uiJDWzUcvG .embla::before {
    display: none;
  }
}
.cid-uiJDWzUcvG .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uiJDWzUcvG .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uiJDWzUcvG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiJDWzUcvG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiJDWzUcvG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uhnvA4YaQF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiJHaAXdTx {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem;
  background-image: url("../../../assets/images/atheletics-running-tracks-stadium-1.webp");
}
.cid-uiJHaAXdTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiJHaAXdTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .container {
    padding: 0 26px;
  }
}
.cid-uiJHaAXdTx .row {
  justify-content: center;
}
.cid-uiJHaAXdTx .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .mbr-section-title {
    margin-bottom: 0px;
  }
}
.cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiJHaAXdTx .content-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uiJHaAXdTx .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiJHaAXdTx .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uiJHaAXdTx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uiJHaAXdTx .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uiJHaAXdTx .mbr-section-title {
  color: #ffffff;
}
.cid-uiJHaAXdTx .mbr-text {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list {
  color: #ffffff;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
}
.cid-uiJHaAXdTx .list,
.cid-uiJHaAXdTx .item-wrap,
.cid-uiJHaAXdTx .nav-wrapper,
.cid-uiJHaAXdTx .social-wrapper {
  text-align: center;
  color: #2f5fb9;
}
.cid-uFeqnIQ6W7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFeqnIQ6W7 nav.navbar {
  position: fixed;
}
.cid-uFeqnIQ6W7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFeqnIQ6W7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFeqnIQ6W7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFeqnIQ6W7 .dropdown-item:hover,
.cid-uFeqnIQ6W7 .dropdown-item:focus {
  background: #2f5fb9 !important;
  color: white !important;
}
.cid-uFeqnIQ6W7 .dropdown-item:hover span {
  color: white;
}
.cid-uFeqnIQ6W7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFeqnIQ6W7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFeqnIQ6W7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFeqnIQ6W7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFeqnIQ6W7 .nav-link {
  position: relative;
}
.cid-uFeqnIQ6W7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFeqnIQ6W7 .container {
    flex-wrap: wrap;
  }
}
.cid-uFeqnIQ6W7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFeqnIQ6W7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFeqnIQ6W7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFeqnIQ6W7 .dropdown-menu,
.cid-uFeqnIQ6W7 .navbar.opened {
  background: #2f5fb9 !important;
}
.cid-uFeqnIQ6W7 .nav-item:focus,
.cid-uFeqnIQ6W7 .nav-link:focus {
  outline: none;
}
.cid-uFeqnIQ6W7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFeqnIQ6W7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFeqnIQ6W7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFeqnIQ6W7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFeqnIQ6W7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFeqnIQ6W7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFeqnIQ6W7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2f5fb9;
}
.cid-uFeqnIQ6W7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFeqnIQ6W7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFeqnIQ6W7 .navbar .navbar-logo img {
  min-height: 50px;
  width: auto;
}
.cid-uFeqnIQ6W7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFeqnIQ6W7 .navbar.collapsed {
  justify-content: center;
}
.cid-uFeqnIQ6W7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFeqnIQ6W7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFeqnIQ6W7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFeqnIQ6W7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFeqnIQ6W7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFeqnIQ6W7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFeqnIQ6W7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFeqnIQ6W7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFeqnIQ6W7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFeqnIQ6W7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFeqnIQ6W7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFeqnIQ6W7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFeqnIQ6W7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFeqnIQ6W7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFeqnIQ6W7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFeqnIQ6W7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFeqnIQ6W7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFeqnIQ6W7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFeqnIQ6W7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFeqnIQ6W7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFeqnIQ6W7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFeqnIQ6W7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFeqnIQ6W7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFeqnIQ6W7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFeqnIQ6W7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFeqnIQ6W7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFeqnIQ6W7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFeqnIQ6W7 .dropdown-item.active,
.cid-uFeqnIQ6W7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFeqnIQ6W7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFeqnIQ6W7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFeqnIQ6W7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFeqnIQ6W7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f5fb9;
}
.cid-uFeqnIQ6W7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFeqnIQ6W7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFeqnIQ6W7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFeqnIQ6W7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFeqnIQ6W7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFeqnIQ6W7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFeqnIQ6W7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFeqnIQ6W7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFeqnIQ6W7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFeqnIQ6W7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFeqnIQ6W7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFeqnIQ6W7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFeqnIQ6W7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFeqnIQ6W7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFeqnIQ6W7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFeqnIQ6W7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFeqnIQ6W7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFeqnIQ6W7 .navbar {
    height: 70px;
  }
  .cid-uFeqnIQ6W7 .navbar.opened {
    height: auto;
  }
  .cid-uFeqnIQ6W7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFeqnJ0Mse {
  display: flex;
  background-image: url("../../../assets/images/xxxl.webp");
}
.cid-uFeqnJ0Mse .mbr-overlay {
  background-color: #000921;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uFeqnJ0Mse {
    align-items: flex-end;
  }
  .cid-uFeqnJ0Mse .row {
    justify-content: center;
  }
  .cid-uFeqnJ0Mse .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFeqnJ0Mse .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFeqnJ0Mse {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFeqnJ0Mse .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFeqnJ0Mse .content-wrap {
    width: 100%;
  }
}
.cid-uFeqnJ0Mse .mbr-section-title,
.cid-uFeqnJ0Mse .mbr-section-subtitle {
  text-align: center;
}
.cid-uFeqnJ0Mse .mbr-text,
.cid-uFeqnJ0Mse .mbr-section-btn {
  text-align: right;
}
.cid-uFeqnJ0Mse .mbr-section-title {
  text-align: left;
}
.cid-uXBqlCgQjS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXBqlCgQjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBqlCgQjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBqlCgQjS .mbr-description {
  text-align: left;
}
.cid-uXBqlCgQjS .item-wrapper {
  background: #2f5fb9;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uXBqlCgQjS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 100px) and (max-width: 200px) {
  .cid-uXBqlCgQjS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uXBqlCgQjS .card-title,
.cid-uXBqlCgQjS .iconfont-wrapper {
  color: #000000;
}
.cid-uXBqlCgQjS .card-text {
  color: #000000;
}
.cid-uXBqlCgQjS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXBqlCgQjS .mbr-number {
  color: #9fe870;
}
.cid-uXBqlCgQjS .mbr-text,
.cid-uXBqlCgQjS .mbr-section-btn {
  text-align: center;
}
.cid-uXBqlCgQjS .card-text,
.cid-uXBqlCgQjS .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uXBqlCgQjS .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 200px) {
  .cid-uXBqlCgQjS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFeqnJ7j4V {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFeqnJ7j4V .container {
    padding: 0 20px;
  }
}
.cid-uFeqnJ7j4V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uFeqnJ7j4V .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uFeqnJ7j4V .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFeqnJ7j4V .embla__slide .slide-content {
  width: 100%;
}
.cid-uFeqnJ7j4V .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uFeqnJ7j4V .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uFeqnJ7j4V .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uFeqnJ7j4V .embla__button--next,
.cid-uFeqnJ7j4V .embla__button--prev {
  display: flex;
}
.cid-uFeqnJ7j4V .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #2F5FB9 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uFeqnJ7j4V .embla__button:hover {
  opacity: .5 !important;
}
.cid-uFeqnJ7j4V .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uFeqnJ7j4V .embla__button.embla__button--next {
  right: 0;
}
.cid-uFeqnJ7j4V .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uFeqnJ7j4V .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #2f5fb9;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uFeqnJ7j4V .embla::before {
    display: none;
  }
}
.cid-uFeqnJ7j4V .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uFeqnJ7j4V .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uFeqnJ7j4V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFeqnJ7j4V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFeqnJ7j4V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFeqnJl4Th {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFeqnJpRlB {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem;
  background-image: url("../../../assets/images/atheletics-running-tracks-stadium-1.webp");
}
.cid-uFeqnJpRlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFeqnJpRlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFeqnJpRlB .container {
    padding: 0 26px;
  }
}
.cid-uFeqnJpRlB .row {
  justify-content: center;
}
.cid-uFeqnJpRlB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFeqnJpRlB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFeqnJpRlB .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFeqnJpRlB .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFeqnJpRlB .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFeqnJpRlB .title-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uFeqnJpRlB .title-wrapper .mbr-section-title {
    margin-bottom: 0px;
  }
}
.cid-uFeqnJpRlB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFeqnJpRlB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFeqnJpRlB .content-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uFeqnJpRlB .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFeqnJpRlB .content-wrapper .nav-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uFeqnJpRlB .content-wrapper .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uFeqnJpRlB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFeqnJpRlB .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFeqnJpRlB .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uFeqnJpRlB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFeqnJpRlB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFeqnJpRlB .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFeqnJpRlB .content-wrapper .contacts-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uFeqnJpRlB .content-wrapper .contacts-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  .cid-uFeqnJpRlB .content-wrapper .contacts-wrapper {
    text-align: center;
  }
}
.cid-uFeqnJpRlB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFeqnJpRlB .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uFeqnJpRlB .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFeqnJpRlB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFeqnJpRlB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFeqnJpRlB .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFeqnJpRlB .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uFeqnJpRlB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFeqnJpRlB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFeqnJpRlB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFeqnJpRlB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFeqnJpRlB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFeqnJpRlB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFeqnJpRlB .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFeqnJpRlB .mbr-section-title {
  color: #ffffff;
}
.cid-uFeqnJpRlB .mbr-text {
  color: #ffffff;
}
.cid-uFeqnJpRlB .list {
  color: #ffffff;
}
.cid-uFeqnJpRlB .list,
.cid-uFeqnJpRlB .nav-wrapper,
.cid-uFeqnJpRlB .social-wrapper {
  text-align: center;
}
.cid-uFeqnJpRlB .list,
.cid-uFeqnJpRlB .item-wrap,
.cid-uFeqnJpRlB .nav-wrapper,
.cid-uFeqnJpRlB .social-wrapper {
  text-align: center;
  color: #2f5fb9;
}
.cid-uXBjppXHb9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXBjppXHb9 nav.navbar {
  position: fixed;
}
.cid-uXBjppXHb9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXBjppXHb9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXBjppXHb9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXBjppXHb9 .dropdown-item:hover,
.cid-uXBjppXHb9 .dropdown-item:focus {
  background: #2f5fb9 !important;
  color: white !important;
}
.cid-uXBjppXHb9 .dropdown-item:hover span {
  color: white;
}
.cid-uXBjppXHb9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXBjppXHb9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXBjppXHb9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXBjppXHb9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXBjppXHb9 .nav-link {
  position: relative;
}
.cid-uXBjppXHb9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXBjppXHb9 .container {
    flex-wrap: wrap;
  }
}
.cid-uXBjppXHb9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXBjppXHb9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uXBjppXHb9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXBjppXHb9 .dropdown-menu,
.cid-uXBjppXHb9 .navbar.opened {
  background: #2f5fb9 !important;
}
.cid-uXBjppXHb9 .nav-item:focus,
.cid-uXBjppXHb9 .nav-link:focus {
  outline: none;
}
.cid-uXBjppXHb9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXBjppXHb9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXBjppXHb9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXBjppXHb9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXBjppXHb9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXBjppXHb9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXBjppXHb9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2f5fb9;
}
.cid-uXBjppXHb9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXBjppXHb9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXBjppXHb9 .navbar .navbar-logo img {
  min-height: 50px;
  width: auto;
}
.cid-uXBjppXHb9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXBjppXHb9 .navbar.collapsed {
  justify-content: center;
}
.cid-uXBjppXHb9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXBjppXHb9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXBjppXHb9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXBjppXHb9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXBjppXHb9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXBjppXHb9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXBjppXHb9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXBjppXHb9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXBjppXHb9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXBjppXHb9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXBjppXHb9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXBjppXHb9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXBjppXHb9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXBjppXHb9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXBjppXHb9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXBjppXHb9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXBjppXHb9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXBjppXHb9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXBjppXHb9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXBjppXHb9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXBjppXHb9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXBjppXHb9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXBjppXHb9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXBjppXHb9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXBjppXHb9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXBjppXHb9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXBjppXHb9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXBjppXHb9 .dropdown-item.active,
.cid-uXBjppXHb9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXBjppXHb9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXBjppXHb9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXBjppXHb9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXBjppXHb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f5fb9;
}
.cid-uXBjppXHb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXBjppXHb9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXBjppXHb9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXBjppXHb9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXBjppXHb9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXBjppXHb9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXBjppXHb9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXBjppXHb9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXBjppXHb9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXBjppXHb9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXBjppXHb9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXBjppXHb9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXBjppXHb9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXBjppXHb9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXBjppXHb9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXBjppXHb9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXBjppXHb9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXBjppXHb9 .navbar {
    height: 70px;
  }
  .cid-uXBjppXHb9 .navbar.opened {
    height: auto;
  }
  .cid-uXBjppXHb9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXBjpq7tw3 {
  display: flex;
  background-image: url("../../../assets/images/1900666063-684-0-2731-2047-1920x0-80-0-0-ead78132f2c0be40c7dfdc40d989f86b-1920x1920.webp");
}
.cid-uXBjpq7tw3 .mbr-overlay {
  background-color: #000921;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uXBjpq7tw3 {
    align-items: flex-end;
  }
  .cid-uXBjpq7tw3 .row {
    justify-content: center;
  }
  .cid-uXBjpq7tw3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXBjpq7tw3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXBjpq7tw3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXBjpq7tw3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXBjpq7tw3 .content-wrap {
    width: 100%;
  }
}
.cid-uXBjpq7tw3 .mbr-section-title,
.cid-uXBjpq7tw3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uXBjpq7tw3 .mbr-text,
.cid-uXBjpq7tw3 .mbr-section-btn {
  text-align: right;
}
.cid-uXBjpq7tw3 .mbr-section-title {
  text-align: left;
}
.cid-uXBrmvjVMy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXBrmvjVMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBrmvjVMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBrmvjVMy .mbr-description {
  text-align: left;
}
.cid-uXBrmvjVMy .item-wrapper {
  background: #2f5fb9;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uXBrmvjVMy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 100px) and (max-width: 200px) {
  .cid-uXBrmvjVMy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uXBrmvjVMy .card-title,
.cid-uXBrmvjVMy .iconfont-wrapper {
  color: #000000;
}
.cid-uXBrmvjVMy .card-text {
  color: #000000;
}
.cid-uXBrmvjVMy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXBrmvjVMy .mbr-number {
  color: #9fe870;
}
.cid-uXBrmvjVMy .mbr-text,
.cid-uXBrmvjVMy .mbr-section-btn {
  text-align: center;
}
.cid-uXBrmvjVMy .card-text,
.cid-uXBrmvjVMy .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uXBrmvjVMy .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 200px) {
  .cid-uXBrmvjVMy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXBjpqe2uf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXBjpqe2uf .container {
    padding: 0 20px;
  }
}
.cid-uXBjpqe2uf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uXBjpqe2uf .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uXBjpqe2uf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uXBjpqe2uf .embla__slide .slide-content {
  width: 100%;
}
.cid-uXBjpqe2uf .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uXBjpqe2uf .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uXBjpqe2uf .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uXBjpqe2uf .embla__button--next,
.cid-uXBjpqe2uf .embla__button--prev {
  display: flex;
}
.cid-uXBjpqe2uf .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #2F5FB9 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uXBjpqe2uf .embla__button:hover {
  opacity: .5 !important;
}
.cid-uXBjpqe2uf .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uXBjpqe2uf .embla__button.embla__button--next {
  right: 0;
}
.cid-uXBjpqe2uf .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uXBjpqe2uf .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #2f5fb9;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uXBjpqe2uf .embla::before {
    display: none;
  }
}
.cid-uXBjpqe2uf .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uXBjpqe2uf .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uXBjpqe2uf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXBjpqe2uf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXBjpqe2uf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXBjpqskUT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXBjpqxH9l {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem;
  background-image: url("../../../assets/images/atheletics-running-tracks-stadium-1.webp");
}
.cid-uXBjpqxH9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBjpqxH9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXBjpqxH9l .container {
    padding: 0 26px;
  }
}
.cid-uXBjpqxH9l .row {
  justify-content: center;
}
.cid-uXBjpqxH9l .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uXBjpqxH9l .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXBjpqxH9l .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uXBjpqxH9l .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXBjpqxH9l .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uXBjpqxH9l .title-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uXBjpqxH9l .title-wrapper .mbr-section-title {
    margin-bottom: 0px;
  }
}
.cid-uXBjpqxH9l .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBjpqxH9l .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXBjpqxH9l .content-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uXBjpqxH9l .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXBjpqxH9l .content-wrapper .nav-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uXBjpqxH9l .content-wrapper .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uXBjpqxH9l .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXBjpqxH9l .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uXBjpqxH9l .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uXBjpqxH9l .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uXBjpqxH9l .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uXBjpqxH9l .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uXBjpqxH9l .content-wrapper .contacts-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uXBjpqxH9l .content-wrapper .contacts-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  .cid-uXBjpqxH9l .content-wrapper .contacts-wrapper {
    text-align: center;
  }
}
.cid-uXBjpqxH9l .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uXBjpqxH9l .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uXBjpqxH9l .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uXBjpqxH9l .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uXBjpqxH9l .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uXBjpqxH9l .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBjpqxH9l .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uXBjpqxH9l .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXBjpqxH9l .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uXBjpqxH9l .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uXBjpqxH9l .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uXBjpqxH9l .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uXBjpqxH9l .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uXBjpqxH9l .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uXBjpqxH9l .mbr-section-title {
  color: #ffffff;
}
.cid-uXBjpqxH9l .mbr-text {
  color: #ffffff;
}
.cid-uXBjpqxH9l .list {
  color: #ffffff;
}
.cid-uXBjpqxH9l .list,
.cid-uXBjpqxH9l .nav-wrapper,
.cid-uXBjpqxH9l .social-wrapper {
  text-align: center;
}
.cid-uXBjpqxH9l .list,
.cid-uXBjpqxH9l .item-wrap,
.cid-uXBjpqxH9l .nav-wrapper,
.cid-uXBjpqxH9l .social-wrapper {
  text-align: center;
  color: #2f5fb9;
}
