@import url(https://fonts.googleapis.com/css?family=Spartan:100,200,300,400,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,400,500,600,700,800&display=swap);





body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.984375rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.046875rem;
}
.display-7 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.765625rem + (3.1875 - 1.765625) * ((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.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #010a44 !important;
}
.bg-success {
  background-color: #34b794 !important;
}
.bg-info {
  background-color: #f24d94 !important;
}
.bg-warning {
  background-color: #e53712 !important;
}
.bg-danger {
  background-color: #983a37 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #010a44 !important;
  border-color: #010a44 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000312 !important;
  border-color: #000312 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000312 !important;
  border-color: #000312 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f14105 !important;
  border-color: #f14105 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #bf3404 !important;
  border-color: #bf3404 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bf3404 !important;
  border-color: #bf3404 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-success,
.btn-success:active {
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #298f74 !important;
  border-color: #298f74 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #298f74 !important;
  border-color: #298f74 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #983a37 !important;
  border-color: #983a37 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #732c29 !important;
  border-color: #732c29 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #732c29 !important;
  border-color: #732c29 !important;
}
.btn-white {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #010a44;
  color: #010a44;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #010a44 !important;
  border-color: #010a44 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #010a44 !important;
  border-color: #010a44 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f14105;
  color: #f14105;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #f14105 !important;
  border-color: #f14105 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f14105 !important;
  border-color: #f14105 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f24d94;
  color: #f24d94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #34b794;
  color: #34b794;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e53712;
  color: #e53712;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #983a37;
  color: #983a37;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #983a37 !important;
  border-color: #983a37 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #983a37 !important;
  border-color: #983a37 !important;
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #4d4d4d !important;
  background-color: transparent;
  border-color: #4d4d4d !important;
}
.btn-white-outline {
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cccccc !important;
  background-color: transparent;
  border-color: #cccccc !important;
}
.text-primary {
  color: #010a44 !important;
}
.text-secondary {
  color: #f14105 !important;
}
.text-success {
  color: #34b794 !important;
}
.text-info {
  color: #f24d94 !important;
}
.text-warning {
  color: #e53712 !important;
}
.text-danger {
  color: #983a37 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8d2603 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1d6854 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ca0f5f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #86200b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4d1d1c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #010a44;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #34b794;
}
.alert-info {
  background-color: #f24d94;
}
.alert-warning {
  background-color: #e53712;
}
.alert-danger {
  background-color: #983a37;
}
.mbr-gallery-filter li.active .btn {
  background-color: #010a44;
  border-color: #010a44;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #010a44;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2f4afc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8cdec8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd1c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d0817e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #010a44;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #010a44;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #010a44;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #010a44;
  border-bottom-color: #010a44;
}
.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: #010a44 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f14105 !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='%23010a44' %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.4s;
}
.cid-skDOIkMdf2 {
  height: 0 !important;
}
.cid-skDOIkMdf2 .navbar {
  background: #ffffff;
  transition: none;
  z-index: 1001;
  left: auto;
}
.cid-skDOIkMdf2 .navbar .show {
  height: 100vh;
}
.cid-skDOIkMdf2 .navbar-collapse {
  max-height: 100vh !important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-skDOIkMdf2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-skDOIkMdf2 .bottom {
  padding-bottom: 2rem;
}
.cid-skDOIkMdf2 a {
  font-style: normal;
}
.cid-skDOIkMdf2 .dropdown-backdrop {
  display: none;
}
.cid-skDOIkMdf2 .dropdown-toggle::after {
  border-top: 0 !important;
  margin-left: 10px !important;
}
.cid-skDOIkMdf2 .nav-dropdown {
  padding-top: 8rem;
}
.cid-skDOIkMdf2 .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-skDOIkMdf2 .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-skDOIkMdf2 .nav-link:after {
  content: '';
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-skDOIkMdf2 .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-skDOIkMdf2 .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skDOIkMdf2 .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 0.65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-skDOIkMdf2 .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}
.cid-skDOIkMdf2 .navbar-nav {
  width: 100% !important;
}
.cid-skDOIkMdf2 .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skDOIkMdf2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-skDOIkMdf2 .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-skDOIkMdf2 .dropdown-menu {
  position: absolute !important;
  width: fit-content !important;
}
.cid-skDOIkMdf2 .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-skDOIkMdf2 .dropdown-item:hover,
.cid-skDOIkMdf2 .dropdown-item:active {
  color: #ffffff !important;
}
.cid-skDOIkMdf2 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-skDOIkMdf2 .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-skDOIkMdf2 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-skDOIkMdf2 .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-skDOIkMdf2 .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-skDOIkMdf2 .navbar-logo {
  margin-right: 0 !important;
}
.cid-skDOIkMdf2 .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-skDOIkMdf2 .menu-logo {
  position: absolute !important;
}
.cid-skDOIkMdf2 .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1002;
  margin-right: auto;
}
.cid-skDOIkMdf2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skDOIkMdf2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-skDOIkMdf2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-skDOIkMdf2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-skDOIkMdf2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-skDOIkMdf2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-skDOIkMdf2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-skDOIkMdf2 .navbar-toggler {
  background: #ffffff;
  width: 75px !important;
  height: 75px !important;
  border-radius: 0 !important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-skDOIkMdf2 .navbar-brand {
  background: transparent;
  margin: 0 !important;
  padding: 10px !important;
  padding-top: 20px;
}
.cid-skDOIkMdf2 .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-skDOIkMdf2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-skDOIkMdf2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-skDOIkMdf2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-skDOIkMdf2 .opened,
.cid-skDOIkMdf2 .show {
  height: 100%;
  width: 300px !important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-skDOIkMdf2 .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-skDOIkMdf2 .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-skDOIkMdf2 .opened,
  .cid-skDOIkMdf2 .show,
  .cid-skDOIkMdf2 .navbar {
    width: 100% !important;
  }
  .cid-skDOIkMdf2 .dropdown-toggle {
    margin: auto !important;
  }
  .cid-skDOIkMdf2 .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin: auto;
  }
  .cid-skDOIkMdf2 .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-skDOIkMdf2 .nav-item:focus,
.cid-skDOIkMdf2 .nav-link:focus {
  outline: none;
}
.cid-skDOIkMdf2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-skDOIkMdf2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-skDOIkMdf2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-skDOIkMdf2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-skDOIkMdf2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-skDOIkMdf2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-skDOIkMdf2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skDOIkMdf2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-skDOIkMdf2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skDOIkMdf2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-skDOIkMdf2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-skDOIkMdf2 button.navbar-toggler:focus {
  outline: none;
}
.cid-skDOIkMdf2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-skDOIkMdf2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skDOIkMdf2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skDOIkMdf2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skDOIkMdf2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skDOIkMdf2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skDOIkMdf2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skDOIkMdf2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skDOIkMdf2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skDOIkMdf2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skDOIkMdf2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-skDOIkMdf2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-skDOIkMdf2 .collapsed .navbar-collapse.collapsing,
.cid-skDOIkMdf2 .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-skDOIkMdf2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-skDOIkMdf2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-skDOIkMdf2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-skDOIkMdf2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-skDOIkMdf2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-skDOIkMdf2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-skDOIkMdf2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-skDOIkMdf2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-skDOIkMdf2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-skDOIkMdf2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-skDOIkMdf2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-skDOIkMdf2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skDOIkMdf2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-skDOIkMdf2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-skDOIkMdf2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-skDOIkMdf2 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skDOIkMdf2 img {
    height: 3.8rem !important;
  }
  .cid-skDOIkMdf2 .btn {
    display: -webkit-flex;
  }
  .cid-skDOIkMdf2 button.navbar-toggler {
    display: block;
  }
  .cid-skDOIkMdf2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skDOIkMdf2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-skDOIkMdf2 .navbar-collapse.collapsing,
  .cid-skDOIkMdf2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-skDOIkMdf2 .navbar-collapse.collapsing .navbar-nav,
  .cid-skDOIkMdf2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-skDOIkMdf2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-skDOIkMdf2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-skDOIkMdf2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-skDOIkMdf2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-skDOIkMdf2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-skDOIkMdf2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-skDOIkMdf2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-skDOIkMdf2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-skDOIkMdf2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-skDOIkMdf2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-skDOIkMdf2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-skDOIkMdf2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-skDOSEzzPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/canpop-back-images-1920x1080.jpg");
}
@media (min-width: 768px) {
  .cid-skDOSEzzPk {
    align-items: flex-end;
  }
  .cid-skDOSEzzPk .row {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-skDOSEzzPk {
    align-items: center;
  }
  .cid-skDOSEzzPk .row {
    justify-content: center;
  }
}
.cid-skDOSEzzPk .mbr-section-title,
.cid-skDOSEzzPk .card_topic {
  margin-bottom: 12px;
}
.cid-skDOSEzzPk .item-wrapper {
  padding-bottom: 24px;
}
.cid-skDOSEzzPk .item-wrapper:hover .mbr-section-title a {
  color: #f14105 !important;
}
.cid-skDOSEzzPk .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-skDOSEzzPk .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-skDOSEzzPk .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-skDOSEzzPk .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-skDOSEzzPk .category_content,
.cid-skDOSEzzPk .date,
.cid-skDOSEzzPk .name_author {
  opacity: .8;
}
.cid-skDOSEzzPk .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f14105;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-skDOSEzzPk .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-snKy1XJvSw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-snKy1XJvSw .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-snKy1XJvSw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010a44, #f14105);
  display: inline-block;
}
.cid-snKy1XJvSw .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-snKy1XJvSw .number-wrap {
  color: #ffffff;
  background: #ff9a9e;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  max-width: 100%;
  background: linear-gradient(135deg, #ff9a9e, #ff3366);
}
.cid-snKy1XJvSw .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-snKy1XJvSw .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-snKy1XJvSw .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-snKy1XJvSw .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-snKy1XJvSw .dot {
    display: none;
  }
}
@media (max-width: 550px) {
  .cid-snKy1XJvSw .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-snKy1XJvSw .number-wrap {
    min-width: auto;
  }
  .cid-snKy1XJvSw .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-snKy1XJvSw .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-snKy1XJvSw .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-snKy1XJvSw .number {
    font-size: 28px;
  }
  .cid-snKy1XJvSw .period {
    font-size: 0.7rem;
  }
}
.cid-snKyjcgtHG {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #c1c1c1, #ffffff);
}
.cid-snKyjcgtHG a {
  text-align: center;
}
.cid-snKyjcgtHG p {
  color: #0a0a0a;
  text-align: center;
}
.cid-snKyjcgtHG span {
  font-size: 2rem;
}
.cid-snKyjcgtHG .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-snKyjcgtHG .socicon-twitter {
  color: #4da7de;
}
.cid-snKyjcgtHG .socicon-facebook {
  color: #3e5b98;
}
.cid-snKyjcgtHG .socicon-googleplus {
  color: #dd4b39;
}
.cid-snKyjcgtHG .socicon-instagram {
  color: #3f729b;
}
.cid-snKyjcgtHG .social-list a:focus {
  text-decoration: none;
}
.cid-snKyjcgtHG .text-copyright {
  width: 100%;
}
.cid-snKyjcgtHG .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-snKyjcgtHG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-snKyjcgtHG .logo-footer {
  line-height: normal;
}
.cid-snKyjcgtHG .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snKyjcgtHG .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snKyjcgtHG .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-snKyjcgtHG .media-container-row a {
  margin: 0 1rem;
}
.cid-snKBaEIDcY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-snKBaEIDcY .box1 {
  background-image: url("../../../assets/images/17.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-snKBaEIDcY .box2 {
  background-image: url("../../../assets/images/03.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-snKBaEIDcY .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-snKBaEIDcY .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-snKBaEIDcY .icon-wrap span {
  padding-left: 8px;
}
.cid-snKBaEIDcY .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-snKBaEIDcY .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-snKBaEIDcY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-snKBaEIDcY .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-snKBaEIDcY .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-snKBaEIDcY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-snKBaEIDcY a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-snKBaEIDcY {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-snKBaEIDcY .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-snKBaEIDcY {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-snKBaEIDcY .box1,
  .cid-snKBaEIDcY .box2 {
    height: 250px;
  }
}
.cid-snKCnET9Uq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-snKCnET9Uq .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-snKCnET9Uq .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-snKCnET9Uq .image-block:hover:before {
  opacity: 0.4;
}
.cid-snKCnET9Uq .image-block:hover .wrap {
  opacity: 1;
}
.cid-snKCnET9Uq .image-block:hover img {
  transform: scale(1.05);
}
.cid-snKCnET9Uq h4 {
  letter-spacing: 2px;
}
.cid-snKCnET9Uq figcaption {
  position: relative;
}
.cid-snKCnET9Uq figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-snKCnET9Uq img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-snKCnET9Uq .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-snKCnET9Uq .wrap {
    opacity: 1!important;
  }
  .cid-snKCnET9Uq .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-snKyl9omce {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-snKyl9omce .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snKyl9omce .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-snKyl9omce .mbr-list {
  margin: 0;
}
.cid-snKyl9omce .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-snKyl9omce .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-snKyl9omce .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-snKyl9omce .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
