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





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e2090d !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #fc5130, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #fc5130, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #fc5130, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #fc5130, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #fc5130, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #fc5130, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #fc5130, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e2090d;
  color: #e2090d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e2090d;
  border-color: #e2090d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #fc5130, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fc5130;
  color: #fc5130;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fc5130;
  border-color: #fc5130;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #fc5130, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #fc5130, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #fc5130, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #fc5130, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #fc5130, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #fc5130, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #e2090d !important;
}
.text-secondary {
  color: #fc5130 !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f8595c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fda695 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2090d;
  border-color: #e2090d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2090d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcbbbc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #e2090d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2090d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2090d;
  border-bottom-color: #e2090d;
}
.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: #e2090d !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: #fc5130 !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='%23e2090d' %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;
}
.btn {
  transition: none;
}
.cid-sl7eBIaHsN {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sl7eBIaHsN H1 {
  color: #ffad01;
}
.cid-sl7eBIaHsN h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sl7omlGfOf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-sl7omlGfOf .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sl7omlGfOf .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sl7omlGfOf .card-img span {
  font-size: 100px;
}
.cid-sl7omlGfOf .mbr-text,
.cid-sl7omlGfOf .mbr-section-btn {
  color: #5b686b;
}
.cid-sl7omlGfOf .mbr-section-title,
.cid-sl7omlGfOf .card-img {
  color: #465052;
}
.cid-sl7ke0w0Hr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-sl7ke0w0Hr p {
  line-height: 1.6;
}
.cid-sl7ke0w0Hr .card-box {
  width: -webkit-fill-available;
}
.cid-sl7ke0w0Hr .card-img {
  width: auto;
}
.cid-sl7ke0w0Hr .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sl7ke0w0Hr .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sl7ke0w0Hr .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sl7ke0w0Hr .card {
  height: 100%;
  margin: auto;
}
.cid-sl7ke0w0Hr img {
  width: 100%;
  heigth: auto;
}
.cid-sl7ke0w0Hr .card-title1 {
  color: #f49846;
}
.cid-sl7ke0w0Hr .mbr-text1 {
  color: #767676;
}
.cid-sl7ke0w0Hr .card-title2 {
  color: #f49846;
}
.cid-sl7ke0w0Hr .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sl7ke0w0Hr .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sl7ke0w0Hr .card-img {
    order: 1;
  }
  .cid-sl7ke0w0Hr .card-box {
    order: 2;
  }
}
.cid-sl8hk6BHf1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cc-561x237.jpg");
}
.cid-sl8hk6BHf1 H1 {
  color: #ffad01;
}
.cid-sl8hk6BHf1 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sl8hk6BHf1 .mbr-text,
.cid-sl8hk6BHf1 .mbr-section-btn {
  color: #999999;
}
.cid-slecdxEAvc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slecdxEAvc .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-slecdxEAvc .card-wrapper {
    padding: 0;
  }
}
.cid-slecdxEAvc img {
  width: 100%;
}
.cid-slecdxEAvc .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-slecdxEAvc .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-slecdxEAvc .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-slecdxEAvc h4 {
  margin: 0;
}
.cid-slecdxEAvc .card-text {
  color: #999999;
}
.cid-slecdxEAvc .mbr-text {
  color: #000000;
}
.cid-slecdxEAvc .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-slecdxEAvc .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-slecdxEAvc .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-slecdxEAvc .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-slecdxEAvc .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-slecdxEAvc H3 {
  color: #787324;
}
.cid-slecdxEAvc .mbr-section-title,
.cid-slecdxEAvc .title-wrapper {
  color: #ffffff;
}
.cid-slecdxEAvc .mbr-text,
.cid-slecdxEAvc .mbr-section-btn {
  color: #999999;
}
.cid-sl7UggELWP {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #232323;
}
.cid-sl7UggELWP p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sl7UggELWP .panel-title {
  border-bottom: 2px solid #f49846;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-sl7UggELWP .collapsed {
  border: none;
}
.cid-sl7UggELWP .collapsed span {
  transform: rotate(0deg);
}
.cid-sl7UggELWP span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-sl7UggELWP .panel-body {
  padding-top: 0.5rem;
}
.cid-sl7UggELWP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sl7UggELWP .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #e9e9e9;
  padding: 0;
}
.cid-sl7UggELWP .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sl7UggELWP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sl7UggELWP .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sl7UggELWP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sl7UggELWP .panel-text {
  color: #999999;
}
.cid-sl7UggELWP H4 {
  color: #465052;
}
.cid-sl7UggELWP H2 {
  color: #ffffff;
}
.cid-sl7UggELWP .mbr-section-text {
  color: #999999;
}
.cid-sl8DgZjBEl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/cern-lhc-www.universetoday.com-1-2000x1200.jpg");
}
.cid-sl8DgZjBEl H1 {
  color: #e2090d;
}
.cid-sl8DgZjBEl h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sl8DgZjBEl .mbr-text,
.cid-sl8DgZjBEl .mbr-section-btn {
  color: #999999;
}
.cid-sl7gtBYK7o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cc-561x237.jpg");
}
.cid-sl7gtBYK7o .card-icon {
  font-size: 40px;
  color: #e2090d;
  transition: color 0.3s;
}
.cid-sl7gtBYK7o .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sl7gtBYK7o .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sl7gtBYK7o .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffad01;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sl7gtBYK7o .card {
  padding: 0!important;
}
.cid-sl7gtBYK7o .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sl7gtBYK7o .card-wrapper:hover {
  background: #e2090d;
}
.cid-sl7gtBYK7o .card-wrapper:hover .card-icon {
  color: #191919;
}
.cid-sl7gtBYK7o .card-wrapper:hover .line {
  background: #191919;
}
.cid-sl7gtBYK7o .card1 {
  background: #191919;
}
.cid-sl7gtBYK7o .card2 {
  background: #1e1e1e;
}
.cid-sl7gtBYK7o .card3 {
  background: #232323;
}
.cid-sl7gtBYK7o .card4 {
  background: #282828;
}
.cid-sl7gtBYK7o .card5 {
  background: #2d2d2d;
}
.cid-sl7gtBYK7o .card6 {
  background: #333333;
}
.cid-sl7gtBYK7o .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sl7gtBYK7o .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sl7gtBYK7o .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sl8AZDRZkh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sl8AZDRZkh H1 {
  color: #000000;
}
.cid-sl8AZDRZkh h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sl8AZDRZkh .mbr-text,
.cid-sl8AZDRZkh .mbr-section-btn {
  color: #999999;
}
.cid-sl8AZDRZkh H2 {
  color: #999999;
}
.cid-sl8xzWKL2l {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-sl8xzWKL2l img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sl8xzWKL2l .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sl8xzWKL2l .link-wrapper .mbr-iconfont {
  border: 1px solid #ffad01;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #ffad01;
}
.cid-sl8xzWKL2l .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sl8xzWKL2l .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sl8xzWKL2l .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sl8xzWKL2l .first:hover:before {
  content: none;
}
.cid-sl8xzWKL2l .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sl8xzWKL2l .last:hover:after {
  content: none;
}
.cid-sl8xzWKL2l .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sl8xzWKL2l .mbr-section-text {
  color: #999999;
}
.cid-sl8xzWKL2l .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sl8xzWKL2l .card .img-wrapper {
  overflow: hidden;
}
.cid-sl8xzWKL2l .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sl8xzWKL2l .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sl8xzWKL2l .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-sl8xzWKL2l .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sl7fb8KbLo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-sl7fb8KbLo .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sl7fb8KbLo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sl7fb8KbLo .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sl7fb8KbLo .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-collapse.show,
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sl7fb8KbLo .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sl7fb8KbLo .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sl7fb8KbLo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sl7fb8KbLo .navbar {
    flex-wrap: nowrap;
  }
  .cid-sl7fb8KbLo .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sl7fb8KbLo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sl7fb8KbLo .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sl7fb8KbLo .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sl7fb8KbLo .navbar.opened .navbar-collapse.show,
  .cid-sl7fb8KbLo .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sl7fb8KbLo .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sl7fb8KbLo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sl7fb8KbLo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sl7fb8KbLo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sl7fb8KbLo .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sl7fb8KbLo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sl7fb8KbLo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sl7fb8KbLo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sl7fb8KbLo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sl7fb8KbLo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sl7fb8KbLo .dropdown-item.active,
.cid-sl7fb8KbLo .dropdown-item:active {
  background-color: transparent;
}
.cid-sl7fb8KbLo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sl7fb8KbLo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sl7fb8KbLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sl7fb8KbLo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sl7fb8KbLo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sl7fb8KbLo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sl7fb8KbLo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sl7fb8KbLo .navbar-buttons {
  text-align: center;
}
.cid-sl7fb8KbLo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sl7fb8KbLo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sl7fb8KbLo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sl7fb8KbLo a.nav-link:focus {
  outline: none;
}
.cid-sl7fb8KbLo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sl7fb8KbLo .nav-link:hover,
.cid-sl7fb8KbLo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sl7fb8KbLo .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sl7fb8KbLo .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sl7uPtrEiV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sl7uPtrEiV .card-box {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.cid-sl7uPtrEiV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sl7uPtrEiV p {
  color: #767676;
  text-align: left;
}
.cid-sl7uPtrEiV .card-wrapper {
  border: 1px solid #cccccc;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sl7uPtrEiV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sl7uPtrEiV .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sl7uPtrEiV h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-sl7uPtrEiV h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #5758e0;
  margin-left: 10px;
}
.cid-sl7uPtrEiV h3:hover:after {
  margin-left: -15px;
}
.cid-sl7uPtrEiV P {
  text-align: center;
}
.cid-sl7uPtrEiV .card-title {
  text-align: center;
}
.cid-sl7uPtrEiV H3 {
  text-align: center;
}
.cid-sl7uPtrEiV .number {
  text-align: center;
}
.cid-sl7uPtrEiV H1 {
  text-align: center;
  color: #999999;
}
.cid-sl7DUiWdAp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cc-561x237.jpg");
}
.cid-sl7DUiWdAp H1 {
  color: #ffad01;
}
.cid-sl7DUiWdAp h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sl7DUiWdAp .mbr-text,
.cid-sl7DUiWdAp .mbr-section-btn {
  color: #999999;
}
.cid-sl7Qb4n77w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/cern-lhc-www.universetoday.com-1-2000x1200.jpg");
}
.cid-sl7Qb4n77w .card-title {
  line-height: 1.6;
  margin: 0;
  color: #ffffff;
}
.cid-sl7Qb4n77w .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sl7Qb4n77w .card:hover {
  margin-top: -0.6rem;
}
.cid-sl7Qb4n77w .card-wrapper {
  position: relative;
}
.cid-sl7Qb4n77w .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sl7Qb4n77w .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sl7Qb4n77w .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sl7Qb4n77w .big {
  margin-top: -25%;
}
.cid-sl7Qb4n77w .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sl7Qb4n77w .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sl7Qb4n77w .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sl8bxPu0Lv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cc-561x237.jpg");
}
.cid-sl8bxPu0Lv H1 {
  color: #ffad01;
}
.cid-sl8bxPu0Lv h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sl8bxPu0Lv .mbr-text,
.cid-sl8bxPu0Lv .mbr-section-btn {
  color: #999999;
}
.cid-sl89xYZZf4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sl89xYZZf4 h3 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sl89xYZZf4 .count,
.cid-sl89xYZZf4 .card-img {
  color: #e2090d;
}
.cid-sl89xYZZf4 .mbr-subtitle {
  color: #999999;
}
.cid-sl89xYZZf4 .mbr-section-title {
  color: #ffffff;
}
.cid-sl8CN7seuR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sl8CN7seuR H1 {
  color: #e2090d;
}
.cid-sl8CN7seuR h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sl8CN7seuR .mbr-text,
.cid-sl8CN7seuR .mbr-section-btn {
  color: #999999;
}
.cid-sl8EXCnCJg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cc-561x237.jpg");
}
.cid-sl8EXCnCJg .mbr-section-title {
  letter-spacing: 0.1em;
  color: #e5e5e5;
}
.cid-sl8EXCnCJg .mbr-section-subtitle {
  color: #999999;
  letter-spacing: 0.03em;
}
.cid-sl8EXCnCJg .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-sl8EXCnCJg .wrap-img {
  padding-bottom: 1rem;
}
.cid-sl8EXCnCJg .wrap-img img {
  max-width: 100%;
}
.cid-sl8EXCnCJg .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sl8EXCnCJg .card-box > p {
  color: #999999;
}
.cid-slcBDvze7h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #999999;
}
.cid-slcBDvze7h .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-slcBDvze7h .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-slcBDvze7h .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-slcBDvze7h p {
  line-height: 1.6;
}
.cid-slcBDvze7h .rev,
.cid-slcBDvze7h .mbr-iconfont {
  display: inline-block;
}
.cid-slcBDvze7h .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffad01;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-slcBDvze7h .card-title {
  color: #f49846;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-slcBDvze7h .card-box {
  padding: 1.5rem;
}
.cid-slcBDvze7h .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-slcBDvze7h .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-slcBDvze7h .mbr-section-title,
.cid-slcBDvze7h .line-wrap {
  text-align: center;
  color: #e5e5e5;
}
.cid-slcBDvze7h .rev {
  color: #0a1c44;
}
.cid-slcBDvze7h .card-text,
.cid-slcBDvze7h .mbr-section-btn,
.cid-slcBDvze7h .ico-line {
  color: #767676;
}
.cid-slewvGlBX6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-slewvGlBX6 img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-slewvGlBX6 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-slewvGlBX6 .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-slewvGlBX6 .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-slewvGlBX6 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-slewvGlBX6 .icon-wrapper {
  padding: 0 1rem;
}
.cid-slewvGlBX6 .card-box {
  padding-top: 2rem;
}
.cid-slewvGlBX6 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-slewvGlBX6 .card-title {
  color: #999999;
}
.cid-slewvGlBX6 .mbr-subtitle {
  color: #ffffff;
}
.cid-slewvGlBX6 .main-title {
  color: #ffffff;
}
.cid-slewvGlBX6 .main-subtitle {
  color: #999999;
}
.cid-slewvGlBX6 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-slewvGlBX6 .card:hover {
  transform: translateY(-10px);
}
.cid-slewvGlBX6 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-slewvGlBX6 .card:hover .card-title,
.cid-slewvGlBX6 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-slewvGlBX6 .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-slewvGlBX6 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sliRl7WMTO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sliRl7WMTO .mbr-text,
.cid-sliRl7WMTO .ornament {
  text-align: left;
  color: #191919;
}
.cid-sl8lIyVbas {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/cc-561x237.jpg");
}
.cid-sl8lIyVbas .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sl8lIyVbas .first-column .mbr-text {
  margin: 0;
}
.cid-sl8lIyVbas .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sl8lIyVbas .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sl8lIyVbas .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sl8lIyVbas .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sl8lIyVbas .form-group {
  max-width: 55%;
}
.cid-sl8lIyVbas .form-group,
.cid-sl8lIyVbas .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sl8lIyVbas .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .col + .mbr-section-btn .btn,
.cid-sl8lIyVbas .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sl8lIyVbas .dragArea > *:nth-last-child(2).col,
.cid-sl8lIyVbas .dragArea > *:nth-last-child(2).col-auto,
.cid-sl8lIyVbas .col + .mbr-section-btn,
.cid-sl8lIyVbas .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sl8lIyVbas .first-column,
  .cid-sl8lIyVbas .second-column {
    padding-bottom: 2rem;
  }
  .cid-sl8lIyVbas .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sl8lIyVbas .first-column,
  .cid-sl8lIyVbas .second-column,
  .cid-sl8lIyVbas .third-column {
    text-align: center;
  }
}
.cid-sl8nva9Frq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cern-lhc-www.universetoday.com-1-2000x1200.jpg");
}
.cid-sl8nva9Frq .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sl8nva9Frq .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sl8nva9Frq .mbr-list {
  margin: 0;
}
.cid-sl8nva9Frq .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sl8nva9Frq .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 1rem;
  }
  .cid-sl8nva9Frq .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sl8nva9Frq .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sl7fb8KbLo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sl7fb8KbLo .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sl7fb8KbLo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sl7fb8KbLo .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sl7fb8KbLo .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-collapse.show,
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sl7fb8KbLo .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sl7fb8KbLo .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sl7fb8KbLo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sl7fb8KbLo .navbar {
    flex-wrap: nowrap;
  }
  .cid-sl7fb8KbLo .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sl7fb8KbLo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sl7fb8KbLo .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sl7fb8KbLo .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sl7fb8KbLo .navbar.opened .navbar-collapse.show,
  .cid-sl7fb8KbLo .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sl7fb8KbLo .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sl7fb8KbLo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sl7fb8KbLo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sl7fb8KbLo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sl7fb8KbLo .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sl7fb8KbLo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sl7fb8KbLo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sl7fb8KbLo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sl7fb8KbLo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sl7fb8KbLo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sl7fb8KbLo .dropdown-item.active,
.cid-sl7fb8KbLo .dropdown-item:active {
  background-color: transparent;
}
.cid-sl7fb8KbLo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sl7fb8KbLo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sl7fb8KbLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sl7fb8KbLo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sl7fb8KbLo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sl7fb8KbLo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sl7fb8KbLo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sl7fb8KbLo .navbar-buttons {
  text-align: center;
}
.cid-sl7fb8KbLo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sl7fb8KbLo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sl7fb8KbLo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sl7fb8KbLo a.nav-link:focus {
  outline: none;
}
.cid-sl7fb8KbLo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sl7fb8KbLo .nav-link:hover,
.cid-sl7fb8KbLo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sl7fb8KbLo .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sl7fb8KbLo .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sl8NMBHCbw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sl8NMBHCbw H1 {
  color: #e2090d;
}
.cid-sl8NMBHCbw h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sl8NMBHCbw .mbr-text,
.cid-sl8NMBHCbw .mbr-section-btn {
  color: #999999;
}
.cid-sl8L78v9Dt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cc-561x237.jpg");
}
.cid-sl8L78v9Dt .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sl8L78v9Dt .mbr-text,
.cid-sl8L78v9Dt .mbr-section-btn {
  color: #ffffff;
}
.cid-sl8L78v9Dt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sl8L78v9Dt img {
    width: 96%;
  }
}
.cid-sl8L78v9Dt .mbr-section-title,
.cid-sl8L78v9Dt .title-wrapper {
  color: #ffffff;
}
.cid-sl8QVnF8Ka {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sl8QVnF8Ka H1 {
  color: #e2090d;
}
.cid-sl8QVnF8Ka h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sl8L1RrTdQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sl8L1RrTdQ .container-fluid {
  padding: 0 3rem;
}
.cid-sl8L1RrTdQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sl8L1RrTdQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sl8L1RrTdQ .table-wrapper {
  margin: 0 auto;
}
.cid-sl8L1RrTdQ table {
  width: 93% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sl8L1RrTdQ table thead tr {
  border: none !important;
}
.cid-sl8L1RrTdQ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-sl8L1RrTdQ table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-sl8L1RrTdQ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-sl8L1RrTdQ tr:hover {
  background-color: #fac769 !important;
}
.cid-sl8L1RrTdQ .head-item:after,
.cid-sl8L1RrTdQ .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-sl8L1RrTdQ table th,
  .cid-sl8L1RrTdQ table td {
    padding: .75rem;
  }
}
.cid-sl8L1RrTdQ .body-item {
  text-align: center;
  color: #000000;
}
.cid-sl8L1RrTdQ .mbr-text {
  color: #767676;
}
.cid-sl8L1RrTdQ .head-item {
  color: #232323;
}
.cid-sl8L1RrTdQ .mbr-section-title,
.cid-sl8L1RrTdQ .head-item {
  color: #232323;
}
.cid-sl8lIyVbas {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/cc-561x237.jpg");
}
.cid-sl8lIyVbas .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sl8lIyVbas .first-column .mbr-text {
  margin: 0;
}
.cid-sl8lIyVbas .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sl8lIyVbas .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sl8lIyVbas .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sl8lIyVbas .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sl8lIyVbas .form-group {
  max-width: 55%;
}
.cid-sl8lIyVbas .form-group,
.cid-sl8lIyVbas .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sl8lIyVbas .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .col + .mbr-section-btn .btn,
.cid-sl8lIyVbas .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sl8lIyVbas .dragArea > *:nth-last-child(2).col,
.cid-sl8lIyVbas .dragArea > *:nth-last-child(2).col-auto,
.cid-sl8lIyVbas .col + .mbr-section-btn,
.cid-sl8lIyVbas .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sl8lIyVbas .first-column,
  .cid-sl8lIyVbas .second-column {
    padding-bottom: 2rem;
  }
  .cid-sl8lIyVbas .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sl8lIyVbas .first-column,
  .cid-sl8lIyVbas .second-column,
  .cid-sl8lIyVbas .third-column {
    text-align: center;
  }
}
.cid-sl8nva9Frq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cern-lhc-www.universetoday.com-1-2000x1200.jpg");
}
.cid-sl8nva9Frq .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sl8nva9Frq .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sl8nva9Frq .mbr-list {
  margin: 0;
}
.cid-sl8nva9Frq .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sl8nva9Frq .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 1rem;
  }
  .cid-sl8nva9Frq .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sl8nva9Frq .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sl7fb8KbLo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-sl7fb8KbLo .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sl7fb8KbLo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sl7fb8KbLo .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sl7fb8KbLo .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-collapse.show,
.cid-sl7fb8KbLo .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sl7fb8KbLo .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sl7fb8KbLo .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sl7fb8KbLo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sl7fb8KbLo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sl7fb8KbLo .navbar {
    flex-wrap: nowrap;
  }
  .cid-sl7fb8KbLo .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sl7fb8KbLo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sl7fb8KbLo .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sl7fb8KbLo .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sl7fb8KbLo .navbar.opened .navbar-collapse.show,
  .cid-sl7fb8KbLo .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sl7fb8KbLo .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sl7fb8KbLo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sl7fb8KbLo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sl7fb8KbLo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sl7fb8KbLo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sl7fb8KbLo .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sl7fb8KbLo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sl7fb8KbLo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sl7fb8KbLo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sl7fb8KbLo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sl7fb8KbLo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sl7fb8KbLo .dropdown-item.active,
.cid-sl7fb8KbLo .dropdown-item:active {
  background-color: transparent;
}
.cid-sl7fb8KbLo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sl7fb8KbLo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sl7fb8KbLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sl7fb8KbLo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sl7fb8KbLo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sl7fb8KbLo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sl7fb8KbLo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sl7fb8KbLo .navbar-buttons {
  text-align: center;
}
.cid-sl7fb8KbLo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sl7fb8KbLo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sl7fb8KbLo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sl7fb8KbLo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sl7fb8KbLo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sl7fb8KbLo a.nav-link:focus {
  outline: none;
}
.cid-sl7fb8KbLo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sl7fb8KbLo .nav-link:hover,
.cid-sl7fb8KbLo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sl7fb8KbLo .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sl7fb8KbLo .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-slcKHQGtJ6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/cc-561x237.jpg");
}
.cid-slcKHQGtJ6 h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slcKHQGtJ6 .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-slcKHQGtJ6 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #878787;
}
.cid-slcKHQGtJ6 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #878787;
}
.cid-slcKHQGtJ6 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-slcKHQGtJ6 .panel-group {
  width: 100%;
}
.cid-slcKHQGtJ6 .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-slcKHQGtJ6 .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-slcKHQGtJ6 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #232323;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-slcKHQGtJ6 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-slcKHQGtJ6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-slcKHQGtJ6 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-slcKHQGtJ6 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-slcKHQGtJ6 .card .panel-body {
  background: #ffffff;
}
.cid-slcKHQGtJ6 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slcKHQGtJ6 .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-slcKHQGtJ6 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-slcKHQGtJ6 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sl8lIyVbas {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/cc-561x237.jpg");
}
.cid-sl8lIyVbas .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sl8lIyVbas .first-column .mbr-text {
  margin: 0;
}
.cid-sl8lIyVbas .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sl8lIyVbas .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sl8lIyVbas .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sl8lIyVbas .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sl8lIyVbas .form-group {
  max-width: 55%;
}
.cid-sl8lIyVbas .form-group,
.cid-sl8lIyVbas .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sl8lIyVbas .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sl8lIyVbas .col + .mbr-section-btn .btn,
.cid-sl8lIyVbas .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sl8lIyVbas .dragArea > *:nth-last-child(2).col,
.cid-sl8lIyVbas .dragArea > *:nth-last-child(2).col-auto,
.cid-sl8lIyVbas .col + .mbr-section-btn,
.cid-sl8lIyVbas .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sl8lIyVbas .first-column,
  .cid-sl8lIyVbas .second-column {
    padding-bottom: 2rem;
  }
  .cid-sl8lIyVbas .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sl8lIyVbas .first-column,
  .cid-sl8lIyVbas .second-column,
  .cid-sl8lIyVbas .third-column {
    text-align: center;
  }
}
.cid-sl8nva9Frq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cern-lhc-www.universetoday.com-1-2000x1200.jpg");
}
.cid-sl8nva9Frq .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sl8nva9Frq .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sl8nva9Frq .mbr-list {
  margin: 0;
}
.cid-sl8nva9Frq .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sl8nva9Frq .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 1rem;
  }
  .cid-sl8nva9Frq .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sl8nva9Frq .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
