body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oxygen', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8caff0 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #205cff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #205cff !important;
  border-color: #205cff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0036c8 !important;
  border-color: #0036c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0036c8 !important;
  border-color: #0036c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8caff0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3f7ae6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #205cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0036c8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #205cff !important;
  border-color: #205cff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8caff0 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #205cff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3270e4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0032b9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8caff0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #205cff;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8caff0;
  border-color: #8caff0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8caff0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ecf1ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8caff0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #8caff0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8caff0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8caff0;
}
.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: #8caff0;
  border-bottom-color: #8caff0;
}
.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: #000000 !important;
  background-color: #8caff0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%238caff0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tc1zlUNBdt {
  background-image: url("../../../assets/images/us-students-1200x675.jpg");
}
.cid-tc1zlUNBdt .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-tc1zlUNBdt .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-tc1zlUNBdt .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-tc1zlUNBdt .mbr-section-title {
  color: #6592e6;
  text-align: left;
}
.cid-tc1zlUNBdt .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-tc1zlUNBdt .mbr-title-addition span {
  position: relative;
}
.cid-tc1zlUNBdt .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
  display: none;
}
@media (max-width: 959px) {
  .cid-tc1zlUNBdt .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-tc1zlUNBdt .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-tc1zlUNBdt .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tc1zlUNBdt .mbr-section-subtitle span {
  position: relative;
}
.cid-tc1zlUNBdt .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tc1zlUNBdt .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tc1zlUNBdt .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tc1zlUNBdt .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-tc1zlUNBdt .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tc1zlUNBdt .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-tc1zlUNBdt .right-images {
    display: none;
  }
}
.cid-tc1zlUNBdt .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-tc1zlUNBdt .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-tc1zlUNBdt .img1 {
  background-image: url("../../../assets/images/anim1.png");
}
.cid-tc1zlUNBdt .img2 {
  background-image: url("../../../assets/images/anim2.png");
}
.cid-tc1zlUNBdt .animated {
  animation: cooky 0.4s infinite linear;
  backface-visibility: hidden;
}
.cid-tc1zlUNBdt .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-tc1zlUNBdt .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-tc1zlUNBdt .bottom-images {
    display: none;
  }
}
.cid-tc1zlUNBdt .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tc1zlUNBdt .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tc1zlUNBdt .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tc1zlUNBdt .wave-container .wave svg path {
  fill: #fafafa;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tbVfNNXqG3 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tbVfNNXqG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbVfNNXqG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbVfNNXqG3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tbVfNNXqG3 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tbVfNNXqG3 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tbVfNNXqG3 .mbr-text,
.cid-tbVfNNXqG3 .mbr-section-btn,
.cid-tbVfNNXqG3 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tbVfNNXqG3 .mbr-section-title {
  color: #6592e6;
}
.cid-tbVkmRcgsv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #dde9ff;
}
.cid-tbVkmRcgsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbVkmRcgsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tbVkmRcgsv .container {
    max-width: 1400px;
  }
}
.cid-tbVkmRcgsv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #205cff;
  margin-bottom: 2rem;
}
.cid-tbVkmRcgsv .card-wrapper {
  margin-top: 3rem;
}
.cid-tbVkmRcgsv .row {
  justify-content: center;
}
.cid-tcflFEtwiU {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tcflFEtwiU .item:focus,
.cid-tcflFEtwiU span:focus {
  outline: none;
}
.cid-tcflFEtwiU .item-wrapper {
  position: relative;
}
.cid-tcflFEtwiU .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tcflFEtwiU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcflFEtwiU .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tcflFEtwiU .mbr-text,
.cid-tcflFEtwiU .mbr-section-btn {
  text-align: left;
}
.cid-tcflFEtwiU .item-title {
  text-align: left;
}
.cid-tcflFEtwiU .item-subtitle {
  text-align: left;
}
.cid-tcflFEtwiU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tcflFEtwiU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tcflFEtwiU .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tcflFEtwiU .embla__slide {
    min-width: 375px;
  }
}
.cid-tcflFEtwiU .embla__button--next,
.cid-tcflFEtwiU .embla__button--prev {
  display: flex;
}
.cid-tcflFEtwiU .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcflFEtwiU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tcflFEtwiU .embla__button:hover {
  background: #205cff;
  color: #fff;
  transform: scale(1.05);
}
.cid-tcflFEtwiU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcflFEtwiU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tcflFEtwiU .embla__button {
    top: auto;
  }
}
.cid-tcflFEtwiU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tcflFEtwiU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tcflFEtwiU .embla {
  position: relative;
  width: 100%;
}
.cid-tcflFEtwiU .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tcflFEtwiU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tcflFEtwiU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tcflFEtwiU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tcflFEtwiU .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tcflFEtwiU .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tcflFEtwiU .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tcflFEtwiU .card-title {
  margin-bottom: 18px;
  color: #14142b;
  transition: 0.35s;
}
.cid-tcflFEtwiU .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-tcflFEtwiU H3 {
  color: #14142b;
  text-align: center;
}
.cid-tcflFEtwiU .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-tcflFEtwiU .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tcflFEtwiU .link-title {
  display: inline-block;
}
.cid-tcflFEtwiU .margin {
  margin-right: 14px;
}
.cid-tcflFEtwiU .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
  color: #000000;
}
.cid-tcflFEtwiU .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-tcflFEtwiU .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-tcflFEtwiU .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-tcflFEtwiU .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tcflFEtwiU .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tcflFEtwiU .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tcflFEtwiU .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tcflFEtwiU .shadow:hover .mbr-iconfont,
.cid-tcflFEtwiU .shadow:hover .number,
.cid-tcflFEtwiU .shadow:hover .card-title {
  color: #205cff !important;
}
.cid-tcflFEtwiU .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tbVKJ08pjY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dde9ff;
}
.cid-tbVKJ08pjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbVKJ08pjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbVKJ08pjY .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-tbVKJ08pjY .item {
    margin-bottom: 4rem;
  }
}
.cid-tbVKJ08pjY .item:last-child .icon-box:before {
  display: none;
}
.cid-tbVKJ08pjY .item.last .icon-box:before {
  display: none;
}
.cid-tbVKJ08pjY .icon-box {
  background: #bfceff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tbVKJ08pjY .icon-box {
    margin-right: 1rem;
  }
}
.cid-tbVKJ08pjY .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #bfceff;
  transform: translate(-50%, 0);
}
.cid-tbVKJ08pjY span {
  font-size: 2rem;
  color: #002dbf;
}
@media (max-width: 991px) {
  .cid-tbVKJ08pjY .card {
    margin-bottom: 2rem;
  }
  .cid-tbVKJ08pjY .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tbVKJ08pjY .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tbVKJ08pjY .icon-box::before {
    top: 114%;
  }
}
.cid-tbVKJ08pjY .card-title,
.cid-tbVKJ08pjY .card-box {
  text-align: left;
  color: #4479d9;
}
.cid-tc1CL05ayB {
  padding-top: 75px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fafafa;
}
.cid-tc1CL05ayB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tc1CL05ayB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tc1CL05ayB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tc1CL05ayB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tc1CL05ayB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #fafafa, #2299aa);
}
.cid-tc1CL05ayB .icon-focus {
  display: none;
}
.cid-tc1CL05ayB .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tc1CL05ayB ul {
  font-size: 0;
}
.cid-tc1CL05ayB .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tc1CL05ayB .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tc1CL05ayB .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #8caff0, #ff6666);
}
.cid-tc1CL05ayB .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tc1CL05ayB .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tc1CL05ayB .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tc1CL05ayB .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tc1CL05ayB .btn:hover {
  background: transparent !important;
}
.cid-tc1CL05ayB .btn:hover:before {
  background: transparent !important;
}
.cid-tc1CL05ayB .btn:before {
  background-color: transparent !important;
}
.cid-tc1CL05ayB .btn:focus {
  box-shadow: none;
}
.cid-tc1CL05ayB .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tc6Si9ketV {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-tc6Si9ketV img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tc6Si9ketV .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tc6Si9ketV .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tc6Si9ketV .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, #ff6666, #8caff0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tc6Si9ketV .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tc6Si9ketV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tc6Si9ketV .first:hover:before {
  content: none;
}
.cid-tc6Si9ketV .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff6666, #8caff0);
  content: "";
}
.cid-tc6Si9ketV .last:hover:after {
  content: none;
}
.cid-tc6Si9ketV .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff6666, #8caff0);
  content: "";
}
.cid-tc6Si9ketV .mbr-section-text {
  color: #999999;
}
.cid-tc6Si9ketV .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tc6Si9ketV .card .img-wrapper {
  overflow: hidden;
}
.cid-tc6Si9ketV .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tc6Si9ketV .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tc6Si9ketV .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff6666, #8caff0);
  color: #ffffff !important;
}
.cid-tc6Si9ketV .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tc6Si9ketV .mbr-section-title {
  color: #353535;
}
.cid-tc1Bqt3BhV {
  padding-top: 165px;
  padding-bottom: 90px;
  background-color: #353535;
  position: relative;
  overflow: hidden;
}
.cid-tc1Bqt3BhV .container {
  max-width: 1400px;
}
.cid-tc1Bqt3BhV .card-img2 span {
  padding-top: 6px;
}
.cid-tc1Bqt3BhV .soc-item a {
  padding-top: 5px;
}
.cid-tc1Bqt3BhV .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tc1Bqt3BhV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tc1Bqt3BhV .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tc1Bqt3BhV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tc1Bqt3BhV svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tc1Bqt3BhV #e2_shape {
  fill: #fafafa !important;
}
.cid-tc1Bqt3BhV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tc1Bqt3BhV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tc1Bqt3BhV .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tc1Bqt3BhV .card-img {
  width: auto;
}
.cid-tc1Bqt3BhV .soc-item {
  width: 45px;
  height: 45px;
  background: #fafafa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tc1Bqt3BhV .soc-item span {
  font-size: 1.4rem;
}
.cid-tc1Bqt3BhV .soc-item:hover span {
  color: #8caff0 !important;
}
.cid-tc1Bqt3BhV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tc1Bqt3BhV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tc1Bqt3BhV .media-wrap {
  margin-bottom: 1rem;
}
.cid-tc1Bqt3BhV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tc1Bqt3BhV img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tc1Bqt3BhV .item {
    justify-content: center;
  }
  .cid-tc1Bqt3BhV .quote::after {
    left: 60px;
  }
}
.cid-tc1Bqt3BhV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tc1Bqt3BhV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tc1Bqt3BhV .text1 {
  color: #ffffff;
}
.cid-tc1Bqt3BhV .item-title {
  color: #ffffff;
}
.cid-tc1Bqt3BhV H5 {
  color: #ffffff;
}
.cid-tc1Bqt3BhV .theme {
  color: #ffffff;
}
.cid-tc1Bqt3BhV .copyright > p {
  color: #ff3366;
}
.cid-tc1Bqt3BhV .text2 {
  color: #ffffff;
}
.cid-tcc0I6aDy1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcc0I6aDy1 .nav-item:focus,
.cid-tcc0I6aDy1 .nav-link:focus {
  outline: none;
}
.cid-tcc0I6aDy1 .text-white:hover,
.cid-tcc0I6aDy1 .text-white:active,
.cid-tcc0I6aDy1 .text-white:focus {
  color: white!important;
}
.cid-tcc0I6aDy1 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcc0I6aDy1 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-item:hover {
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-menu {
  background-color: white!important;
}
.cid-tcc0I6aDy1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tcc0I6aDy1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcc0I6aDy1 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .collapsed {
  flex-direction: row!important;
}
.cid-tcc0I6aDy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcc0I6aDy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcc0I6aDy1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #353535;
  background: none;
}
.cid-tcc0I6aDy1 .navbar.opened {
  transition: all .3s;
  background: #353535 !important;
}
.cid-tcc0I6aDy1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcc0I6aDy1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcc0I6aDy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcc0I6aDy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcc0I6aDy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcc0I6aDy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcc0I6aDy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcc0I6aDy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcc0I6aDy1 .navbar.navbar-short {
  background: #353535 !important;
  min-height: 60px;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcc0I6aDy1 .navbar-caption {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcc0I6aDy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcc0I6aDy1 .dropdown-item.active,
.cid-tcc0I6aDy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcc0I6aDy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcc0I6aDy1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcc0I6aDy1 .navbar-buttons {
  text-align: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcc0I6aDy1 .nav-link {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcc0I6aDy1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcc0I6aDy1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcc0I6aDy1 .navbar {
    height: 77px;
  }
  .cid-tcc0I6aDy1 .navbar.opened {
    height: auto;
  }
  .cid-tcc0I6aDy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcfuBK30WT {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
  background-position: right;
}
.cid-tcfuBK30WT .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tcfuBK30WT .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tcfuBK30WT .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tcfuBK30WT img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tcfuBK30WT .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tcfuBK30WT H1 {
  color: #ffffff;
}
.cid-tcfuBK30WT .mbr-text,
.cid-tcfuBK30WT .mbr-section-btn {
  color: #ffffff;
}
.cid-tcc0I6aDy1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcc0I6aDy1 .nav-item:focus,
.cid-tcc0I6aDy1 .nav-link:focus {
  outline: none;
}
.cid-tcc0I6aDy1 .text-white:hover,
.cid-tcc0I6aDy1 .text-white:active,
.cid-tcc0I6aDy1 .text-white:focus {
  color: white!important;
}
.cid-tcc0I6aDy1 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcc0I6aDy1 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-item:hover {
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-menu {
  background-color: white!important;
}
.cid-tcc0I6aDy1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tcc0I6aDy1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcc0I6aDy1 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .collapsed {
  flex-direction: row!important;
}
.cid-tcc0I6aDy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcc0I6aDy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcc0I6aDy1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #353535;
  background: none;
}
.cid-tcc0I6aDy1 .navbar.opened {
  transition: all .3s;
  background: #353535 !important;
}
.cid-tcc0I6aDy1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcc0I6aDy1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcc0I6aDy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcc0I6aDy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcc0I6aDy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcc0I6aDy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcc0I6aDy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcc0I6aDy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcc0I6aDy1 .navbar.navbar-short {
  background: #353535 !important;
  min-height: 60px;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcc0I6aDy1 .navbar-caption {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcc0I6aDy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcc0I6aDy1 .dropdown-item.active,
.cid-tcc0I6aDy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcc0I6aDy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcc0I6aDy1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcc0I6aDy1 .navbar-buttons {
  text-align: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcc0I6aDy1 .nav-link {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcc0I6aDy1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcc0I6aDy1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcc0I6aDy1 .navbar {
    height: 77px;
  }
  .cid-tcc0I6aDy1 .navbar.opened {
    height: auto;
  }
  .cid-tcc0I6aDy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tc1RXpVgbH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tc1RXpVgbH .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tc1RXpVgbH .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tc1RXpVgbH .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tc1RXpVgbH .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tc1RXpVgbH .item:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-tc1RXpVgbH .mbr-section-title,
.cid-tc1RXpVgbH .card_topic,
.cid-tc1RXpVgbH .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tc1RXpVgbH .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-tc1RXpVgbH .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tc1RXpVgbH .card_post {
    margin-top: 15px;
  }
}
.cid-tc1RXpVgbH .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-tc1RXpVgbH .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tc1RXpVgbH .category_content,
.cid-tc1RXpVgbH .date,
.cid-tc1RXpVgbH .name_author {
  opacity: .8;
}
.cid-tc1RXpVgbH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff6666;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tc1RXpVgbH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tc1RXpVgbH .mbr-section-btn .btn-secondary-outline:hover,
.cid-tc1RXpVgbH .mbr-section-btn .btn-secondary-outline .active,
.cid-tc1RXpVgbH .mbr-section-btn .btn-secondary-outline:focus {
  color: #8caff0 !important;
}
.cid-tc1RXpVgbH .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tc1RXpVgbH .item-img {
    margin-bottom: 20px;
  }
}
.cid-tc1RXpVgbH img,
.cid-tc1RXpVgbH .item-img {
  width: 100%;
  border-radius: 4px;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tc1RXpVgbH .item-content {
  padding-left: 25px;
  border-left: 5px solid #f14105;
}
.cid-tc1RXpVgbH .item:focus,
.cid-tc1RXpVgbH span:focus {
  outline: none;
}
.cid-tc7rRFkvhh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tc7rRFkvhh .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tc7rRFkvhh .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tc7rRFkvhh .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tc7rRFkvhh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tc7rRFkvhh .item:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-tc7rRFkvhh .mbr-section-title,
.cid-tc7rRFkvhh .card_topic,
.cid-tc7rRFkvhh .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tc7rRFkvhh .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-tc7rRFkvhh .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tc7rRFkvhh .card_post {
    margin-top: 15px;
  }
}
.cid-tc7rRFkvhh .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-tc7rRFkvhh .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tc7rRFkvhh .category_content,
.cid-tc7rRFkvhh .date,
.cid-tc7rRFkvhh .name_author {
  opacity: .8;
}
.cid-tc7rRFkvhh .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff6666;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tc7rRFkvhh .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tc7rRFkvhh .mbr-section-btn .btn-secondary-outline:hover,
.cid-tc7rRFkvhh .mbr-section-btn .btn-secondary-outline .active,
.cid-tc7rRFkvhh .mbr-section-btn .btn-secondary-outline:focus {
  color: #8caff0 !important;
}
.cid-tc7rRFkvhh .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tc7rRFkvhh .item-img {
    margin-bottom: 20px;
  }
}
.cid-tc7rRFkvhh img,
.cid-tc7rRFkvhh .item-img {
  width: 100%;
  border-radius: 4px;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tc7rRFkvhh .item-content {
  padding-left: 25px;
  border-left: 5px solid #f14105;
}
.cid-tc7rRFkvhh .item:focus,
.cid-tc7rRFkvhh span:focus {
  outline: none;
}
.cid-tc7rSfii2h {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-tc7rSfii2h .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tc7rSfii2h .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tc7rSfii2h .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tc7rSfii2h .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tc7rSfii2h .item:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-tc7rSfii2h .mbr-section-title,
.cid-tc7rSfii2h .card_topic,
.cid-tc7rSfii2h .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tc7rSfii2h .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-tc7rSfii2h .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tc7rSfii2h .card_post {
    margin-top: 15px;
  }
}
.cid-tc7rSfii2h .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-tc7rSfii2h .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tc7rSfii2h .category_content,
.cid-tc7rSfii2h .date,
.cid-tc7rSfii2h .name_author {
  opacity: .8;
}
.cid-tc7rSfii2h .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff6666;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tc7rSfii2h .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tc7rSfii2h .mbr-section-btn .btn-secondary-outline:hover,
.cid-tc7rSfii2h .mbr-section-btn .btn-secondary-outline .active,
.cid-tc7rSfii2h .mbr-section-btn .btn-secondary-outline:focus {
  color: #8caff0 !important;
}
.cid-tc7rSfii2h .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tc7rSfii2h .item-img {
    margin-bottom: 20px;
  }
}
.cid-tc7rSfii2h img,
.cid-tc7rSfii2h .item-img {
  width: 100%;
  border-radius: 4px;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tc7rSfii2h .item-content {
  padding-left: 25px;
  border-left: 5px solid #f14105;
}
.cid-tc7rSfii2h .item:focus,
.cid-tc7rSfii2h span:focus {
  outline: none;
}
.cid-tcfqPbVYs5 {
  padding-top: 165px;
  padding-bottom: 90px;
  background-color: #353535;
  position: relative;
  overflow: hidden;
}
.cid-tcfqPbVYs5 .container {
  max-width: 1400px;
}
.cid-tcfqPbVYs5 .card-img2 span {
  padding-top: 6px;
}
.cid-tcfqPbVYs5 .soc-item a {
  padding-top: 5px;
}
.cid-tcfqPbVYs5 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tcfqPbVYs5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tcfqPbVYs5 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tcfqPbVYs5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcfqPbVYs5 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tcfqPbVYs5 #e2_shape {
  fill: #fafafa !important;
}
.cid-tcfqPbVYs5 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tcfqPbVYs5 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tcfqPbVYs5 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcfqPbVYs5 .card-img {
  width: auto;
}
.cid-tcfqPbVYs5 .soc-item {
  width: 45px;
  height: 45px;
  background: #fafafa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tcfqPbVYs5 .soc-item span {
  font-size: 1.4rem;
}
.cid-tcfqPbVYs5 .soc-item:hover span {
  color: #8caff0 !important;
}
.cid-tcfqPbVYs5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tcfqPbVYs5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tcfqPbVYs5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tcfqPbVYs5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcfqPbVYs5 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tcfqPbVYs5 .item {
    justify-content: center;
  }
  .cid-tcfqPbVYs5 .quote::after {
    left: 60px;
  }
}
.cid-tcfqPbVYs5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tcfqPbVYs5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcfqPbVYs5 .text1 {
  color: #ffffff;
}
.cid-tcfqPbVYs5 .item-title {
  color: #ffffff;
}
.cid-tcfqPbVYs5 H5 {
  color: #ffffff;
}
.cid-tcfqPbVYs5 .theme {
  color: #ffffff;
}
.cid-tcfqPbVYs5 .copyright > p {
  color: #ff3366;
}
.cid-tcfqPbVYs5 .text2 {
  color: #ffffff;
}
.cid-tc72mfwrh9 {
  background-image: url("../../../assets/images/img20210405104421-1216x912.jpg");
  background-position: right;
}
.cid-tc72mfwrh9 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tc72mfwrh9 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tc72mfwrh9 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tc72mfwrh9 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tc72mfwrh9 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tc1SIQutTc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tc1SIQutTc .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tc1SIQutTc .mbr-section-btn .btn-secondary-outline:hover,
.cid-tc1SIQutTc .mbr-section-btn .btn-secondary-outline .active,
.cid-tc1SIQutTc .mbr-section-btn .btn-secondary-outline:focus {
  color: #8caff0 !important;
}
.cid-tc1SIQutTc img,
.cid-tc1SIQutTc .item-img {
  border-radius: 4px;
}
.cid-tc1SIQutTc .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-tc1SIQutTc .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-tc1SIQutTc .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #232323;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-tc1SIQutTc .item:focus,
.cid-tc1SIQutTc span:focus {
  outline: none;
}
.cid-tc1SIQutTc .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tc1SIQutTc .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tc1SIQutTc .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-tc1SIQutTc .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-tc1SIQutTc .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-tc1SIQutTc .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tc1SIQutTc .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-tc1SIQutTc .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tc1SIQutTc .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tc1SIQutTc .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tc1SIQutTc .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tc1SIQutTc .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tc1SIQutTc .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tc1SIQutTc .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-tc1SIQutTc .category_content {
  opacity: .8;
}
.cid-tc1SIQutTc .mbr-section-subtitle,
.cid-tc1SIQutTc .card_topic {
  margin-bottom: 12px;
}
.cid-tc1SIQutTc .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f14105;
}
.cid-tc1SIQutTc .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-tc1SIQutTc .item-content,
  .cid-tc1SIQutTc .card_post {
    padding: 20px;
  }
}
.cid-tcc0I6aDy1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcc0I6aDy1 .nav-item:focus,
.cid-tcc0I6aDy1 .nav-link:focus {
  outline: none;
}
.cid-tcc0I6aDy1 .text-white:hover,
.cid-tcc0I6aDy1 .text-white:active,
.cid-tcc0I6aDy1 .text-white:focus {
  color: white!important;
}
.cid-tcc0I6aDy1 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcc0I6aDy1 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-item:hover {
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-menu {
  background-color: white!important;
}
.cid-tcc0I6aDy1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tcc0I6aDy1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcc0I6aDy1 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .collapsed {
  flex-direction: row!important;
}
.cid-tcc0I6aDy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcc0I6aDy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcc0I6aDy1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #353535;
  background: none;
}
.cid-tcc0I6aDy1 .navbar.opened {
  transition: all .3s;
  background: #353535 !important;
}
.cid-tcc0I6aDy1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcc0I6aDy1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcc0I6aDy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcc0I6aDy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcc0I6aDy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcc0I6aDy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcc0I6aDy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcc0I6aDy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcc0I6aDy1 .navbar.navbar-short {
  background: #353535 !important;
  min-height: 60px;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcc0I6aDy1 .navbar-caption {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcc0I6aDy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcc0I6aDy1 .dropdown-item.active,
.cid-tcc0I6aDy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcc0I6aDy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcc0I6aDy1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcc0I6aDy1 .navbar-buttons {
  text-align: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcc0I6aDy1 .nav-link {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcc0I6aDy1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcc0I6aDy1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcc0I6aDy1 .navbar {
    height: 77px;
  }
  .cid-tcc0I6aDy1 .navbar.opened {
    height: auto;
  }
  .cid-tcc0I6aDy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcfufWBLlP {
  padding-top: 165px;
  padding-bottom: 90px;
  background-color: #353535;
  position: relative;
  overflow: hidden;
}
.cid-tcfufWBLlP .container {
  max-width: 1400px;
}
.cid-tcfufWBLlP .card-img2 span {
  padding-top: 6px;
}
.cid-tcfufWBLlP .soc-item a {
  padding-top: 5px;
}
.cid-tcfufWBLlP .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tcfufWBLlP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tcfufWBLlP .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tcfufWBLlP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcfufWBLlP svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tcfufWBLlP #e2_shape {
  fill: #fafafa !important;
}
.cid-tcfufWBLlP .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tcfufWBLlP .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tcfufWBLlP .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcfufWBLlP .card-img {
  width: auto;
}
.cid-tcfufWBLlP .soc-item {
  width: 45px;
  height: 45px;
  background: #fafafa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tcfufWBLlP .soc-item span {
  font-size: 1.4rem;
}
.cid-tcfufWBLlP .soc-item:hover span {
  color: #8caff0 !important;
}
.cid-tcfufWBLlP .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tcfufWBLlP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tcfufWBLlP .media-wrap {
  margin-bottom: 1rem;
}
.cid-tcfufWBLlP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcfufWBLlP img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tcfufWBLlP .item {
    justify-content: center;
  }
  .cid-tcfufWBLlP .quote::after {
    left: 60px;
  }
}
.cid-tcfufWBLlP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tcfufWBLlP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcfufWBLlP .text1 {
  color: #ffffff;
}
.cid-tcfufWBLlP .item-title {
  color: #ffffff;
}
.cid-tcfufWBLlP H5 {
  color: #ffffff;
}
.cid-tcfufWBLlP .theme {
  color: #ffffff;
}
.cid-tcfufWBLlP .copyright > p {
  color: #ff3366;
}
.cid-tcfufWBLlP .text2 {
  color: #ffffff;
}
.cid-tc6FivEg9o {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tc6FivEg9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tc6FivEg9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccvNDpZY4 {
  padding-top: 16rem;
  padding-bottom: 20rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-tccvNDpZY4 .mbr-text,
.cid-tccvNDpZY4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tccvNDpZY4 .btn-white {
  color: #333333!important;
}
.cid-tccvNDpZY4 .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  height: 500px;
  width: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-tccvNDpZY4 .image2 {
  position: absolute;
  left: 8%;
  bottom: 20%;
  height: 500px;
  width: auto;
  animation: rev2 5s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-tccvNDpZY4 svg {
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
}
.cid-tccvNDpZY4 svg path {
  fill: #8caff0;
}
@media (max-width: 1600px) {
  .cid-tccvNDpZY4 .image1 {
    top: 5%;
    height: 280px;
  }
  .cid-tccvNDpZY4 .image2 {
    bottom: 5%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-tccvNDpZY4 svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-tccvNDpZY4 .image1 {
    height: 220px;
  }
  .cid-tccvNDpZY4 .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-tccvNDpZY4 svg {
    top: -120px;
  }
  .cid-tccvNDpZY4 .image1 {
    left: 50%;
    right: 50%;
    height: 180px;
    top: 3rem;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-tccvNDpZY4 .image2 {
    right: 50%;
    left: 50%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-tccvNDpZY4 .mbr-section-title {
  color: #ffffff;
}
.cid-tccvNDpZY4 .mbr-section-subtitle {
  color: #72dfe9;
}
.cid-tc7HTsy49w {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tc7HTsy49w img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tc7HTsy49w .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tc7HTsy49w .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tc7HTsy49w .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tc7HTsy49w .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tc7HTsy49w .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tc7HTsy49w .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tc7HTsy49w .first {
    max-height: 250px;
  }
  .cid-tc7HTsy49w .second {
    max-height: 323px;
  }
  .cid-tc7HTsy49w .third {
    max-height: 408px;
  }
  .cid-tc7HTsy49w .fourth {
    max-height: 323px;
  }
  .cid-tc7HTsy49w .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tc7HTsy49w .first {
    max-height: 200px;
  }
  .cid-tc7HTsy49w .second {
    max-height: 270px;
  }
  .cid-tc7HTsy49w .third {
    max-height: 350px;
  }
  .cid-tc7HTsy49w .fourth {
    max-height: 270px;
  }
  .cid-tc7HTsy49w .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tc7HTsy49w .first {
    display: none;
  }
  .cid-tc7HTsy49w .second {
    max-height: 323px;
  }
  .cid-tc7HTsy49w .third {
    max-height: 408px;
  }
  .cid-tc7HTsy49w .fourth {
    max-height: 323px;
  }
  .cid-tc7HTsy49w .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tc7HTsy49w .second {
    max-height: 250px;
  }
  .cid-tc7HTsy49w .third {
    max-height: 340px;
  }
  .cid-tc7HTsy49w .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tc7HTsy49w .second {
    max-height: 180px;
  }
  .cid-tc7HTsy49w .third {
    max-height: 270px;
  }
  .cid-tc7HTsy49w .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tc7HTsy49w .second {
    display: none;
  }
  .cid-tc7HTsy49w .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tc7HTsy49w .fourth {
    display: none;
  }
}
.cid-tc7HHVeBUi {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tc7HHVeBUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tc7HHVeBUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tc7HHVeBUi ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tc7HHVeBUi li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tc7HHVeBUi ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8caff0;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tc7HHVeBUi H3 {
  color: #4479d9;
}
.cid-tcfqEjtpSZ {
  padding-top: 165px;
  padding-bottom: 90px;
  background-color: #353535;
  position: relative;
  overflow: hidden;
}
.cid-tcfqEjtpSZ .container {
  max-width: 1400px;
}
.cid-tcfqEjtpSZ .card-img2 span {
  padding-top: 6px;
}
.cid-tcfqEjtpSZ .soc-item a {
  padding-top: 5px;
}
.cid-tcfqEjtpSZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tcfqEjtpSZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tcfqEjtpSZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tcfqEjtpSZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcfqEjtpSZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tcfqEjtpSZ #e2_shape {
  fill: #fafafa !important;
}
.cid-tcfqEjtpSZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tcfqEjtpSZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tcfqEjtpSZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcfqEjtpSZ .card-img {
  width: auto;
}
.cid-tcfqEjtpSZ .soc-item {
  width: 45px;
  height: 45px;
  background: #fafafa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tcfqEjtpSZ .soc-item span {
  font-size: 1.4rem;
}
.cid-tcfqEjtpSZ .soc-item:hover span {
  color: #8caff0 !important;
}
.cid-tcfqEjtpSZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tcfqEjtpSZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tcfqEjtpSZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-tcfqEjtpSZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcfqEjtpSZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tcfqEjtpSZ .item {
    justify-content: center;
  }
  .cid-tcfqEjtpSZ .quote::after {
    left: 60px;
  }
}
.cid-tcfqEjtpSZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tcfqEjtpSZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcfqEjtpSZ .text1 {
  color: #ffffff;
}
.cid-tcfqEjtpSZ .item-title {
  color: #ffffff;
}
.cid-tcfqEjtpSZ H5 {
  color: #ffffff;
}
.cid-tcfqEjtpSZ .theme {
  color: #ffffff;
}
.cid-tcfqEjtpSZ .copyright > p {
  color: #ff3366;
}
.cid-tcfqEjtpSZ .text2 {
  color: #ffffff;
}
.cid-tcc0I6aDy1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcc0I6aDy1 .nav-item:focus,
.cid-tcc0I6aDy1 .nav-link:focus {
  outline: none;
}
.cid-tcc0I6aDy1 .text-white:hover,
.cid-tcc0I6aDy1 .text-white:active,
.cid-tcc0I6aDy1 .text-white:focus {
  color: white!important;
}
.cid-tcc0I6aDy1 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcc0I6aDy1 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-item:hover {
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-menu {
  background-color: white!important;
}
.cid-tcc0I6aDy1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tcc0I6aDy1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcc0I6aDy1 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .collapsed {
  flex-direction: row!important;
}
.cid-tcc0I6aDy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcc0I6aDy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcc0I6aDy1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #353535;
  background: none;
}
.cid-tcc0I6aDy1 .navbar.opened {
  transition: all .3s;
  background: #353535 !important;
}
.cid-tcc0I6aDy1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcc0I6aDy1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcc0I6aDy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcc0I6aDy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcc0I6aDy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcc0I6aDy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcc0I6aDy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcc0I6aDy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcc0I6aDy1 .navbar.navbar-short {
  background: #353535 !important;
  min-height: 60px;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcc0I6aDy1 .navbar-caption {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcc0I6aDy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcc0I6aDy1 .dropdown-item.active,
.cid-tcc0I6aDy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcc0I6aDy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcc0I6aDy1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcc0I6aDy1 .navbar-buttons {
  text-align: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcc0I6aDy1 .nav-link {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcc0I6aDy1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcc0I6aDy1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcc0I6aDy1 .navbar {
    height: 77px;
  }
  .cid-tcc0I6aDy1 .navbar.opened {
    height: auto;
  }
  .cid-tcc0I6aDy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tc6Fx7hMsG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tc6Fx7hMsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tc6Fx7hMsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tc6MEZedom {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dde9ff;
}
.cid-tc6MEZedom .row {
  justify-content: space-between;
}
.cid-tc6MEZedom .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-tc6MEZedom .form-control:focus,
.cid-tc6MEZedom .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-tc6MEZedom .form-group {
  margin-bottom: 1rem;
}
.cid-tc6MEZedom input::-webkit-input-placeholder,
.cid-tc6MEZedom textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-tc6MEZedom input:-moz-placeholder,
.cid-tc6MEZedom textarea:-moz-placeholder {
  color: #353535;
}
.cid-tc6MEZedom .jq-selectbox li,
.cid-tc6MEZedom .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tc6MEZedom .jq-selectbox li:hover,
.cid-tc6MEZedom .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tc6MEZedom .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tc6MEZedom .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tc6MEZedom .mbr-text {
  color: #767676;
}
.cid-tc6MEZedom .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tc6MEZedom .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-tc6MEZedom .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tc6MEZedom .form-block {
    padding: 1rem;
  }
}
.cid-tc6MEZedom H4 {
  color: #232323;
}
.cid-tc6MEZedom .mbr-section-title,
.cid-tc6MEZedom .mbr-section-btn {
  color: #6592e6;
}
.cid-tc6MEZedom .mbr-section-subtitle {
  color: #000000;
}
.cid-tc6MEZedom .form-text {
  color: #353535;
}
.cid-tc6MEZedom .text {
  color: #000000;
}
.cid-tc6MEZedom .mbr-fallback-image.disabled {
  display: none;
}
.cid-tc6MEZedom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbZVeC9eAb {
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-tbZVeC9eAb {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }
}
.cid-tbZVeC9eAb .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tbZVeC9eAb .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tbZVeC9eAb .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .row {
    position: relative;
  }
}
.cid-tbZVeC9eAb .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tbZVeC9eAb .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-tbZVeC9eAb .col-text {
  position: relative;
}
.cid-tbZVeC9eAb .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-tbZVeC9eAb .col-text {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-tbZVeC9eAb .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-tbZVeC9eAb .col-text .radial-svg path {
    fill: #fafafa;
  }
}
.cid-tbZVeC9eAb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-tbZVeC9eAb .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-tbZVeC9eAb .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-tbZVeC9eAb .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #5c6fc8;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .label-text {
    text-align: center;
  }
}
.cid-tbZVeC9eAb .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-tbZVeC9eAb .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-tbZVeC9eAb .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #6592e6;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-tbZVeC9eAb .contact-container .email-container {
  padding: 16px 25px;
  background-color: #353535;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-tbZVeC9eAb .contact-text {
  color: #ffffff;
}
.cid-tbZVeC9eAb .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .cards-container {
    text-align: center;
  }
}
.cid-tbZVeC9eAb .cards-title {
  margin-bottom: 12px;
}
.cid-tbZVeC9eAb .card {
  padding: 9px 0;
}
.cid-tbZVeC9eAb .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tbZVeC9eAb .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-tbZVeC9eAb .icon-box {
  margin-right: 12px;
}
.cid-tbZVeC9eAb .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-tbZVeC9eAb .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-tbZVeC9eAb .btn-container {
  width: 100%;
}
.cid-tbZVeC9eAb .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tbZVeC9eAb .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tbZVeC9eAb .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tbZVeC9eAb .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tbZVeC9eAb .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-tbZVeC9eAb .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-tbZVeC9eAb .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-tbZVeC9eAb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tbZVeC9eAb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tbZVeC9eAb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tbZVeC9eAb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tcfQ4Kn3Ps {
  padding-top: 165px;
  padding-bottom: 90px;
  background-color: #353535;
  position: relative;
  overflow: hidden;
}
.cid-tcfQ4Kn3Ps .container {
  max-width: 1400px;
}
.cid-tcfQ4Kn3Ps .card-img2 span {
  padding-top: 6px;
}
.cid-tcfQ4Kn3Ps .soc-item a {
  padding-top: 5px;
}
.cid-tcfQ4Kn3Ps .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tcfQ4Kn3Ps .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tcfQ4Kn3Ps .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tcfQ4Kn3Ps .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcfQ4Kn3Ps svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tcfQ4Kn3Ps #e2_shape {
  fill: #fafafa !important;
}
.cid-tcfQ4Kn3Ps .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tcfQ4Kn3Ps .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tcfQ4Kn3Ps .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcfQ4Kn3Ps .card-img {
  width: auto;
}
.cid-tcfQ4Kn3Ps .soc-item {
  width: 45px;
  height: 45px;
  background: #fafafa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tcfQ4Kn3Ps .soc-item span {
  font-size: 1.4rem;
}
.cid-tcfQ4Kn3Ps .soc-item:hover span {
  color: #8caff0 !important;
}
.cid-tcfQ4Kn3Ps .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tcfQ4Kn3Ps .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tcfQ4Kn3Ps .media-wrap {
  margin-bottom: 1rem;
}
.cid-tcfQ4Kn3Ps .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcfQ4Kn3Ps img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tcfQ4Kn3Ps .item {
    justify-content: center;
  }
  .cid-tcfQ4Kn3Ps .quote::after {
    left: 60px;
  }
}
.cid-tcfQ4Kn3Ps .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tcfQ4Kn3Ps .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcfQ4Kn3Ps .text1 {
  color: #ffffff;
}
.cid-tcfQ4Kn3Ps .item-title {
  color: #ffffff;
}
.cid-tcfQ4Kn3Ps H5 {
  color: #ffffff;
}
.cid-tcfQ4Kn3Ps .theme {
  color: #ffffff;
}
.cid-tcfQ4Kn3Ps .copyright > p {
  color: #ff3366;
}
.cid-tcfQ4Kn3Ps .text2 {
  color: #ffffff;
}
.cid-tcc0I6aDy1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcc0I6aDy1 .nav-item:focus,
.cid-tcc0I6aDy1 .nav-link:focus {
  outline: none;
}
.cid-tcc0I6aDy1 .text-white:hover,
.cid-tcc0I6aDy1 .text-white:active,
.cid-tcc0I6aDy1 .text-white:focus {
  color: white!important;
}
.cid-tcc0I6aDy1 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcc0I6aDy1 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-item:hover {
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-menu {
  background-color: white!important;
}
.cid-tcc0I6aDy1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tcc0I6aDy1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcc0I6aDy1 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .collapsed {
  flex-direction: row!important;
}
.cid-tcc0I6aDy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcc0I6aDy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcc0I6aDy1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #353535;
  background: none;
}
.cid-tcc0I6aDy1 .navbar.opened {
  transition: all .3s;
  background: #353535 !important;
}
.cid-tcc0I6aDy1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcc0I6aDy1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcc0I6aDy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcc0I6aDy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcc0I6aDy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcc0I6aDy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcc0I6aDy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcc0I6aDy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcc0I6aDy1 .navbar.navbar-short {
  background: #353535 !important;
  min-height: 60px;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcc0I6aDy1 .navbar-caption {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcc0I6aDy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcc0I6aDy1 .dropdown-item.active,
.cid-tcc0I6aDy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcc0I6aDy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcc0I6aDy1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcc0I6aDy1 .navbar-buttons {
  text-align: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcc0I6aDy1 .nav-link {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcc0I6aDy1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcc0I6aDy1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcc0I6aDy1 .navbar {
    height: 77px;
  }
  .cid-tcc0I6aDy1 .navbar.opened {
    height: auto;
  }
  .cid-tcc0I6aDy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbZVlO7sN8 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-tbZVlO7sN8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-tbZVlO7sN8 .form-control,
.cid-tbZVlO7sN8 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tbZVlO7sN8 .form-control::-webkit-input-placeholder,
.cid-tbZVlO7sN8 .field-input::-webkit-input-placeholder,
.cid-tbZVlO7sN8 .form-control::-webkit-input-placeholder,
.cid-tbZVlO7sN8 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tbZVlO7sN8 .form-control:-moz-placeholder,
.cid-tbZVlO7sN8 .field-input:-moz-placeholder,
.cid-tbZVlO7sN8 .form-control:-moz-placeholder,
.cid-tbZVlO7sN8 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tbZVlO7sN8 .form-control:hover,
.cid-tbZVlO7sN8 .field-input:hover,
.cid-tbZVlO7sN8 .form-control:focus,
.cid-tbZVlO7sN8 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tbZVlO7sN8 .form-control:hover::-webkit-input-placeholder,
.cid-tbZVlO7sN8 .field-input:hover::-webkit-input-placeholder,
.cid-tbZVlO7sN8 .form-control:focus::-webkit-input-placeholder,
.cid-tbZVlO7sN8 .field-input:focus::-webkit-input-placeholder,
.cid-tbZVlO7sN8 .form-control:hover::-webkit-input-placeholder,
.cid-tbZVlO7sN8 .field-input:hover::-webkit-input-placeholder,
.cid-tbZVlO7sN8 .form-control:focus::-webkit-input-placeholder,
.cid-tbZVlO7sN8 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tbZVlO7sN8 .form-control:hover:-moz-placeholder,
.cid-tbZVlO7sN8 .field-input:hover:-moz-placeholder,
.cid-tbZVlO7sN8 .form-control:focus:-moz-placeholder,
.cid-tbZVlO7sN8 .field-input:focus:-moz-placeholder,
.cid-tbZVlO7sN8 .form-control:hover:-moz-placeholder,
.cid-tbZVlO7sN8 .field-input:hover:-moz-placeholder,
.cid-tbZVlO7sN8 .form-control:focus:-moz-placeholder,
.cid-tbZVlO7sN8 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tbZVlO7sN8 .jq-number__spin:hover,
.cid-tbZVlO7sN8 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tbZVlO7sN8 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tbZVlO7sN8 .jq-selectbox li,
.cid-tbZVlO7sN8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tbZVlO7sN8 .jq-selectbox li:hover,
.cid-tbZVlO7sN8 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tbZVlO7sN8 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tbZVlO7sN8 .jq-number__spin.minus:hover:after,
.cid-tbZVlO7sN8 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tbZVlO7sN8 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tbZVlO7sN8 .jq-number__spin.minus:after,
.cid-tbZVlO7sN8 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tbZVlO7sN8 input::-webkit-clear-button {
  display: none;
}
.cid-tbZVlO7sN8 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tbZVlO7sN8 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tbZVlO7sN8 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tbZVlO7sN8 H4 {
  color: #ffffff;
}
.cid-tcfQzyPWdP {
  padding-top: 165px;
  padding-bottom: 90px;
  background-color: #353535;
  position: relative;
  overflow: hidden;
}
.cid-tcfQzyPWdP .container {
  max-width: 1400px;
}
.cid-tcfQzyPWdP .card-img2 span {
  padding-top: 6px;
}
.cid-tcfQzyPWdP .soc-item a {
  padding-top: 5px;
}
.cid-tcfQzyPWdP .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tcfQzyPWdP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tcfQzyPWdP .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tcfQzyPWdP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcfQzyPWdP svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tcfQzyPWdP #e2_shape {
  fill: #fafafa !important;
}
.cid-tcfQzyPWdP .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tcfQzyPWdP .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tcfQzyPWdP .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcfQzyPWdP .card-img {
  width: auto;
}
.cid-tcfQzyPWdP .soc-item {
  width: 45px;
  height: 45px;
  background: #fafafa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tcfQzyPWdP .soc-item span {
  font-size: 1.4rem;
}
.cid-tcfQzyPWdP .soc-item:hover span {
  color: #8caff0 !important;
}
.cid-tcfQzyPWdP .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tcfQzyPWdP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tcfQzyPWdP .media-wrap {
  margin-bottom: 1rem;
}
.cid-tcfQzyPWdP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcfQzyPWdP img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tcfQzyPWdP .item {
    justify-content: center;
  }
  .cid-tcfQzyPWdP .quote::after {
    left: 60px;
  }
}
.cid-tcfQzyPWdP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tcfQzyPWdP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcfQzyPWdP .text1 {
  color: #ffffff;
}
.cid-tcfQzyPWdP .item-title {
  color: #ffffff;
}
.cid-tcfQzyPWdP H5 {
  color: #ffffff;
}
.cid-tcfQzyPWdP .theme {
  color: #ffffff;
}
.cid-tcfQzyPWdP .copyright > p {
  color: #ff3366;
}
.cid-tcfQzyPWdP .text2 {
  color: #ffffff;
}
.cid-tcc0I6aDy1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcc0I6aDy1 .nav-item:focus,
.cid-tcc0I6aDy1 .nav-link:focus {
  outline: none;
}
.cid-tcc0I6aDy1 .text-white:hover,
.cid-tcc0I6aDy1 .text-white:active,
.cid-tcc0I6aDy1 .text-white:focus {
  color: white!important;
}
.cid-tcc0I6aDy1 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcc0I6aDy1 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-item:hover {
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-menu {
  background-color: white!important;
}
.cid-tcc0I6aDy1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tcc0I6aDy1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcc0I6aDy1 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .collapsed {
  flex-direction: row!important;
}
.cid-tcc0I6aDy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcc0I6aDy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcc0I6aDy1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #353535;
  background: none;
}
.cid-tcc0I6aDy1 .navbar.opened {
  transition: all .3s;
  background: #353535 !important;
}
.cid-tcc0I6aDy1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcc0I6aDy1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcc0I6aDy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcc0I6aDy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcc0I6aDy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcc0I6aDy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcc0I6aDy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcc0I6aDy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcc0I6aDy1 .navbar.navbar-short {
  background: #353535 !important;
  min-height: 60px;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcc0I6aDy1 .navbar-caption {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcc0I6aDy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcc0I6aDy1 .dropdown-item.active,
.cid-tcc0I6aDy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcc0I6aDy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcc0I6aDy1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcc0I6aDy1 .navbar-buttons {
  text-align: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcc0I6aDy1 .nav-link {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcc0I6aDy1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcc0I6aDy1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcc0I6aDy1 .navbar {
    height: 77px;
  }
  .cid-tcc0I6aDy1 .navbar.opened {
    height: auto;
  }
  .cid-tcc0I6aDy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcfOgXi2Fz {
  background-image: url("../../../assets/images/img20210405104421-1216x912.jpg");
  background-position: right;
}
.cid-tcfOgXi2Fz .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tcfOgXi2Fz .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tcfOgXi2Fz .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tcfOgXi2Fz img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tcfOgXi2Fz .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tcfOgXi2Fz H1 {
  color: #ffffff;
}
.cid-tcfOgXi2Fz .mbr-text,
.cid-tcfOgXi2Fz .mbr-section-btn {
  color: #ffffff;
}
.cid-tcfKnJdnSW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tcfKnJdnSW .row {
  justify-content: center;
}
.cid-tcfKnJdnSW img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tcfKnJdnSW .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 450px;
}
@media (max-width: 991px) {
  .cid-tcfKnJdnSW .image-wrapper {
    padding: 1rem;
  }
}
.cid-tcfKnJdnSW .image-wrapper:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.cid-tcfKnJdnSW .image-wrapper:hover .img-link {
  background: #8caff0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcfKnJdnSW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tcfKnJdnSW .img-link {
  background: #232323;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tcfKnJdnSW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tcfKnJdnSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcfKnJdnSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcfHJcvR7c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tcfHJcvR7c .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tcfHJcvR7c .row {
    text-align: center;
  }
}
.cid-tcfHKHSS1b {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tcfHKHSS1b .row {
    text-align: center;
  }
}
.cid-tcfHKHSS1b .section-head {
  margin-bottom: 2.3rem;
}
.cid-tcfHKHSS1b .paragraph {
  margin-bottom: 2rem;
}
.cid-tcfMC6Nkzs {
  background: #fafafa;
  padding-top: 45px;
  padding-bottom: 105px;
}
.cid-tcfMC6Nkzs h3 {
  margin-bottom: 0 !important;
}
.cid-tcfMC6Nkzs figcaption {
  position: relative;
}
.cid-tcfMC6Nkzs figcaption .wrap {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcfMC6Nkzs img {
  width: 100%;
  transition: all 3s;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .cid-tcfMC6Nkzs .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tcfMC6Nkzs .image-block-1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tcfMC6Nkzs .img-big {
    height: 100%;
  }
  .cid-tcfMC6Nkzs .image-block-1 {
    height: 100%;
  }
}
.cid-tcfMC6Nkzs .image-block-2 {
  margin-bottom: 2rem;
}
.cid-tcfMC6Nkzs .image-block {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  position: relative;
  background-color: #000;
}
.cid-tcfMC6Nkzs .image-block:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.cid-tcfHPikwBw {
  padding-top: 165px;
  padding-bottom: 90px;
  background-color: #353535;
  position: relative;
  overflow: hidden;
}
.cid-tcfHPikwBw .container {
  max-width: 1400px;
}
.cid-tcfHPikwBw .card-img2 span {
  padding-top: 6px;
}
.cid-tcfHPikwBw .soc-item a {
  padding-top: 5px;
}
.cid-tcfHPikwBw .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tcfHPikwBw .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tcfHPikwBw .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tcfHPikwBw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcfHPikwBw svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tcfHPikwBw #e2_shape {
  fill: #fafafa !important;
}
.cid-tcfHPikwBw .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tcfHPikwBw .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tcfHPikwBw .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcfHPikwBw .card-img {
  width: auto;
}
.cid-tcfHPikwBw .soc-item {
  width: 45px;
  height: 45px;
  background: #fafafa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tcfHPikwBw .soc-item span {
  font-size: 1.4rem;
}
.cid-tcfHPikwBw .soc-item:hover span {
  color: #8caff0 !important;
}
.cid-tcfHPikwBw .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tcfHPikwBw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tcfHPikwBw .media-wrap {
  margin-bottom: 1rem;
}
.cid-tcfHPikwBw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcfHPikwBw img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tcfHPikwBw .item {
    justify-content: center;
  }
  .cid-tcfHPikwBw .quote::after {
    left: 60px;
  }
}
.cid-tcfHPikwBw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tcfHPikwBw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcfHPikwBw .text1 {
  color: #ffffff;
}
.cid-tcfHPikwBw .item-title {
  color: #ffffff;
}
.cid-tcfHPikwBw H5 {
  color: #ffffff;
}
.cid-tcfHPikwBw .theme {
  color: #ffffff;
}
.cid-tcfHPikwBw .copyright > p {
  color: #ff3366;
}
.cid-tcfHPikwBw .text2 {
  color: #ffffff;
}
.cid-tcc0I6aDy1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcc0I6aDy1 .nav-item:focus,
.cid-tcc0I6aDy1 .nav-link:focus {
  outline: none;
}
.cid-tcc0I6aDy1 .text-white:hover,
.cid-tcc0I6aDy1 .text-white:active,
.cid-tcc0I6aDy1 .text-white:focus {
  color: white!important;
}
.cid-tcc0I6aDy1 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcc0I6aDy1 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-item:hover {
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-menu {
  background-color: white!important;
}
.cid-tcc0I6aDy1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tcc0I6aDy1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcc0I6aDy1 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .collapsed {
  flex-direction: row!important;
}
.cid-tcc0I6aDy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcc0I6aDy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcc0I6aDy1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #353535;
  background: none;
}
.cid-tcc0I6aDy1 .navbar.opened {
  transition: all .3s;
  background: #353535 !important;
}
.cid-tcc0I6aDy1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcc0I6aDy1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcc0I6aDy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcc0I6aDy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcc0I6aDy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcc0I6aDy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcc0I6aDy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcc0I6aDy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcc0I6aDy1 .navbar.navbar-short {
  background: #353535 !important;
  min-height: 60px;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcc0I6aDy1 .navbar-caption {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcc0I6aDy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcc0I6aDy1 .dropdown-item.active,
.cid-tcc0I6aDy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcc0I6aDy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcc0I6aDy1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcc0I6aDy1 .navbar-buttons {
  text-align: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcc0I6aDy1 .nav-link {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcc0I6aDy1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcc0I6aDy1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcc0I6aDy1 .navbar {
    height: 77px;
  }
  .cid-tcc0I6aDy1 .navbar.opened {
    height: auto;
  }
  .cid-tcc0I6aDy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tc7qqfsbm5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tc7qqfsbm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tc7qqfsbm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tc7qqgMPVu {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #dde9ff;
}
.cid-tc7qqgMPVu .mbr-section-title {
  color: #6592e6;
  text-align: left;
}
.cid-tcc4061LZw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #dde9ff;
}
.cid-tcc4061LZw .item-wrapper {
  width: 100%;
}
.cid-tcc4061LZw .row {
  align-items: center;
  justify-content: center;
}
.cid-tcc4061LZw .b {
  margin-bottom: 30px;
}
.cid-tcc4061LZw img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-tcc4061LZw .b,
  .cid-tcc4061LZw .t {
    margin-bottom: 20px;
  }
}
.cid-tc7qqjCIz6 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #353535;
  position: relative;
  overflow: hidden;
}
.cid-tc7qqjCIz6 .container {
  max-width: 1400px;
}
.cid-tc7qqjCIz6 .card-img2 span {
  padding-top: 6px;
}
.cid-tc7qqjCIz6 .soc-item a {
  padding-top: 5px;
}
.cid-tc7qqjCIz6 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tc7qqjCIz6 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tc7qqjCIz6 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tc7qqjCIz6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tc7qqjCIz6 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tc7qqjCIz6 #e2_shape {
  fill: #dde9ff !important;
}
.cid-tc7qqjCIz6 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tc7qqjCIz6 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tc7qqjCIz6 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tc7qqjCIz6 .card-img {
  width: auto;
}
.cid-tc7qqjCIz6 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tc7qqjCIz6 .soc-item span {
  font-size: 1.4rem;
}
.cid-tc7qqjCIz6 .soc-item:hover span {
  color: #8caff0 !important;
}
.cid-tc7qqjCIz6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tc7qqjCIz6 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tc7qqjCIz6 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tc7qqjCIz6 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tc7qqjCIz6 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tc7qqjCIz6 .item {
    justify-content: center;
  }
  .cid-tc7qqjCIz6 .quote::after {
    left: 60px;
  }
}
.cid-tc7qqjCIz6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tc7qqjCIz6 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tc7qqjCIz6 .text1 {
  color: #ffffff;
}
.cid-tc7qqjCIz6 .item-title {
  color: #ffffff;
}
.cid-tc7qqjCIz6 H5 {
  color: #ffffff;
}
.cid-tc7qqjCIz6 .theme {
  color: #ffffff;
}
.cid-tc7qqjCIz6 .copyright > p {
  color: #ff3366;
}
.cid-tc7qqjCIz6 .text2 {
  color: #ffffff;
}
.cid-tcc0I6aDy1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcc0I6aDy1 .nav-item:focus,
.cid-tcc0I6aDy1 .nav-link:focus {
  outline: none;
}
.cid-tcc0I6aDy1 .text-white:hover,
.cid-tcc0I6aDy1 .text-white:active,
.cid-tcc0I6aDy1 .text-white:focus {
  color: white!important;
}
.cid-tcc0I6aDy1 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcc0I6aDy1 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-item:hover {
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-menu {
  background-color: white!important;
}
.cid-tcc0I6aDy1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tcc0I6aDy1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcc0I6aDy1 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .collapsed {
  flex-direction: row!important;
}
.cid-tcc0I6aDy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcc0I6aDy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcc0I6aDy1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #353535;
  background: none;
}
.cid-tcc0I6aDy1 .navbar.opened {
  transition: all .3s;
  background: #353535 !important;
}
.cid-tcc0I6aDy1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcc0I6aDy1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcc0I6aDy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcc0I6aDy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcc0I6aDy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcc0I6aDy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcc0I6aDy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcc0I6aDy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcc0I6aDy1 .navbar.navbar-short {
  background: #353535 !important;
  min-height: 60px;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcc0I6aDy1 .navbar-caption {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcc0I6aDy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcc0I6aDy1 .dropdown-item.active,
.cid-tcc0I6aDy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcc0I6aDy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcc0I6aDy1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcc0I6aDy1 .navbar-buttons {
  text-align: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcc0I6aDy1 .nav-link {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcc0I6aDy1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcc0I6aDy1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcc0I6aDy1 .navbar {
    height: 77px;
  }
  .cid-tcc0I6aDy1 .navbar.opened {
    height: auto;
  }
  .cid-tcc0I6aDy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tc7y8ZtJYJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tc7y8ZtJYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tc7y8ZtJYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcdzPIxaSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcdzPIxaSk .mbr-overlay {
  z-index: 1;
}
.cid-tcdzPIxaSk .main-container-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 4rem;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tcdzPIxaSk .main-container-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tcdzPIxaSk .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-tcdzPIxaSk .item-title {
  width: 100%;
  color: #002549;
  margin-bottom: 1rem;
}
.cid-tcdzPIxaSk .mbr-text {
  color: #002549;
}
.cid-tcdzPIxaSk .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-tcdzPIxaSk .card-container {
  display: flex;
}
.cid-tcdzPIxaSk .card-container .card {
  border-radius: 0;
}
.cid-tcdzPIxaSk .card-container .card .item-img {
  display: flex;
}
.cid-tcdzPIxaSk .card-container .card .item-img img {
  width: 100%;
  height: 50vw;
  max-height: 60rem;
  object-fit: cover;
}
.cid-tcdzXTIeYI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcdzXTIeYI .mbr-overlay {
  z-index: 1;
}
.cid-tcdzXTIeYI .main-container-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 4rem;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tcdzXTIeYI .main-container-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tcdzXTIeYI .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-tcdzXTIeYI .item-title {
  width: 100%;
  color: #002549;
  margin-bottom: 1rem;
}
.cid-tcdzXTIeYI .mbr-text {
  color: #002549;
}
.cid-tcdzXTIeYI .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-tcdzXTIeYI .card-container {
  display: flex;
}
.cid-tcdzXTIeYI .card-container .card {
  border-radius: 0;
}
.cid-tcdzXTIeYI .card-container .card .item-img {
  display: flex;
}
.cid-tcdzXTIeYI .card-container .card .item-img img {
  width: 100%;
  height: 50vw;
  max-height: 60rem;
  object-fit: cover;
}
.cid-tcfPO9yGa0 {
  padding-top: 165px;
  padding-bottom: 90px;
  background-color: #353535;
  position: relative;
  overflow: hidden;
}
.cid-tcfPO9yGa0 .container {
  max-width: 1400px;
}
.cid-tcfPO9yGa0 .card-img2 span {
  padding-top: 6px;
}
.cid-tcfPO9yGa0 .soc-item a {
  padding-top: 5px;
}
.cid-tcfPO9yGa0 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tcfPO9yGa0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tcfPO9yGa0 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tcfPO9yGa0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcfPO9yGa0 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tcfPO9yGa0 #e2_shape {
  fill: #ffffff !important;
}
.cid-tcfPO9yGa0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tcfPO9yGa0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tcfPO9yGa0 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcfPO9yGa0 .card-img {
  width: auto;
}
.cid-tcfPO9yGa0 .soc-item {
  width: 45px;
  height: 45px;
  background: #fafafa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tcfPO9yGa0 .soc-item span {
  font-size: 1.4rem;
}
.cid-tcfPO9yGa0 .soc-item:hover span {
  color: #8caff0 !important;
}
.cid-tcfPO9yGa0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tcfPO9yGa0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tcfPO9yGa0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tcfPO9yGa0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcfPO9yGa0 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tcfPO9yGa0 .item {
    justify-content: center;
  }
  .cid-tcfPO9yGa0 .quote::after {
    left: 60px;
  }
}
.cid-tcfPO9yGa0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tcfPO9yGa0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcfPO9yGa0 .text1 {
  color: #ffffff;
}
.cid-tcfPO9yGa0 .item-title {
  color: #ffffff;
}
.cid-tcfPO9yGa0 H5 {
  color: #ffffff;
}
.cid-tcfPO9yGa0 .theme {
  color: #ffffff;
}
.cid-tcfPO9yGa0 .copyright > p {
  color: #ff3366;
}
.cid-tcfPO9yGa0 .text2 {
  color: #ffffff;
}
.cid-tcc0I6aDy1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcc0I6aDy1 .nav-item:focus,
.cid-tcc0I6aDy1 .nav-link:focus {
  outline: none;
}
.cid-tcc0I6aDy1 .text-white:hover,
.cid-tcc0I6aDy1 .text-white:active,
.cid-tcc0I6aDy1 .text-white:focus {
  color: white!important;
}
.cid-tcc0I6aDy1 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcc0I6aDy1 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-item:hover {
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-menu {
  background-color: white!important;
}
.cid-tcc0I6aDy1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tcc0I6aDy1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcc0I6aDy1 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .collapsed {
  flex-direction: row!important;
}
.cid-tcc0I6aDy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcc0I6aDy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcc0I6aDy1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #353535;
  background: none;
}
.cid-tcc0I6aDy1 .navbar.opened {
  transition: all .3s;
  background: #353535 !important;
}
.cid-tcc0I6aDy1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcc0I6aDy1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcc0I6aDy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcc0I6aDy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcc0I6aDy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcc0I6aDy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcc0I6aDy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcc0I6aDy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcc0I6aDy1 .navbar.navbar-short {
  background: #353535 !important;
  min-height: 60px;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcc0I6aDy1 .navbar-caption {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcc0I6aDy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcc0I6aDy1 .dropdown-item.active,
.cid-tcc0I6aDy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcc0I6aDy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcc0I6aDy1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcc0I6aDy1 .navbar-buttons {
  text-align: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcc0I6aDy1 .nav-link {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcc0I6aDy1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcc0I6aDy1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcc0I6aDy1 .navbar {
    height: 77px;
  }
  .cid-tcc0I6aDy1 .navbar.opened {
    height: auto;
  }
  .cid-tcc0I6aDy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcbuT4dQsJ {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-tcbuT4dQsJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tcbuT4dQsJ .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tcbuT4dQsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcbuT4dQsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcbxtMy30h {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #232323;
  background: linear-gradient(180deg, #232323, #fafafa);
}
.cid-tcbxtMy30h .row {
  justify-content: center;
}
.cid-tcbxtMy30h .item-img {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-tcbxtMy30h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tcbxtMy30h .item:focus,
.cid-tcbxtMy30h span:focus {
  outline: none;
}
.cid-tcbxtMy30h .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tcbxtMy30h .col-items {
    padding: 0 !important;
  }
}
.cid-tcbxtMy30h .item {
  cursor: pointer;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-tcbxtMy30h .item {
    padding: 0 20px;
  }
}
.cid-tcbxtMy30h .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 32px;
  border-radius: 20px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tcbxtMy30h .item-wrapper {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tcbxtMy30h .item-wrapper {
    padding: 60px;
  }
}
.cid-tcbxtMy30h .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tcbxtMy30h .item-content {
    text-align: center;
  }
}
.cid-tcbxtMy30h .mbr-section-title {
  width: 100%;
  color: #000000;
}
.cid-tcbxtMy30h .mbr-text {
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
  opacity: 0.5;
  text-align: left;
}
.cid-tcbxtMy30h .item-title {
  color: #000000;
}
.cid-tcbxtMy30h .item-subtitle {
  color: #000000;
}
.cid-tcbxtMy30h .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tcbxtMy30h .mbr-section-head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tcbxtMy30h .mbr-section-head {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tcbxtMy30h .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tcbxtMy30h .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tcfPHQHHbq {
  padding-top: 165px;
  padding-bottom: 90px;
  background-color: #353535;
  position: relative;
  overflow: hidden;
}
.cid-tcfPHQHHbq .container {
  max-width: 1400px;
}
.cid-tcfPHQHHbq .card-img2 span {
  padding-top: 6px;
}
.cid-tcfPHQHHbq .soc-item a {
  padding-top: 5px;
}
.cid-tcfPHQHHbq .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tcfPHQHHbq .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tcfPHQHHbq .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tcfPHQHHbq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcfPHQHHbq svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tcfPHQHHbq #e2_shape {
  fill: #fafafa !important;
}
.cid-tcfPHQHHbq .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tcfPHQHHbq .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tcfPHQHHbq .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcfPHQHHbq .card-img {
  width: auto;
}
.cid-tcfPHQHHbq .soc-item {
  width: 45px;
  height: 45px;
  background: #fafafa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tcfPHQHHbq .soc-item span {
  font-size: 1.4rem;
}
.cid-tcfPHQHHbq .soc-item:hover span {
  color: #8caff0 !important;
}
.cid-tcfPHQHHbq .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tcfPHQHHbq .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tcfPHQHHbq .media-wrap {
  margin-bottom: 1rem;
}
.cid-tcfPHQHHbq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcfPHQHHbq img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tcfPHQHHbq .item {
    justify-content: center;
  }
  .cid-tcfPHQHHbq .quote::after {
    left: 60px;
  }
}
.cid-tcfPHQHHbq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tcfPHQHHbq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcfPHQHHbq .text1 {
  color: #ffffff;
}
.cid-tcfPHQHHbq .item-title {
  color: #ffffff;
}
.cid-tcfPHQHHbq H5 {
  color: #ffffff;
}
.cid-tcfPHQHHbq .theme {
  color: #ffffff;
}
.cid-tcfPHQHHbq .copyright > p {
  color: #ff3366;
}
.cid-tcfPHQHHbq .text2 {
  color: #ffffff;
}
.cid-tcc0I6aDy1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcc0I6aDy1 .nav-item:focus,
.cid-tcc0I6aDy1 .nav-link:focus {
  outline: none;
}
.cid-tcc0I6aDy1 .text-white:hover,
.cid-tcc0I6aDy1 .text-white:active,
.cid-tcc0I6aDy1 .text-white:focus {
  color: white!important;
}
.cid-tcc0I6aDy1 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcc0I6aDy1 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-item:hover {
  color: black!important;
}
.cid-tcc0I6aDy1 .dropdown-menu {
  background-color: white!important;
}
.cid-tcc0I6aDy1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tcc0I6aDy1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcc0I6aDy1 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcc0I6aDy1 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcc0I6aDy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcc0I6aDy1 .collapsed {
  flex-direction: row!important;
}
.cid-tcc0I6aDy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcc0I6aDy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcc0I6aDy1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #353535;
  background: none;
}
.cid-tcc0I6aDy1 .navbar.opened {
  transition: all .3s;
  background: #353535 !important;
}
.cid-tcc0I6aDy1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcc0I6aDy1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcc0I6aDy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcc0I6aDy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcc0I6aDy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcc0I6aDy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcc0I6aDy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcc0I6aDy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcc0I6aDy1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcc0I6aDy1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcc0I6aDy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcc0I6aDy1 .navbar.navbar-short {
  background: #353535 !important;
  min-height: 60px;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcc0I6aDy1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcc0I6aDy1 .navbar-caption {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 .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-tcc0I6aDy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcc0I6aDy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcc0I6aDy1 .dropdown-item.active,
.cid-tcc0I6aDy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcc0I6aDy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcc0I6aDy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tcc0I6aDy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcc0I6aDy1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcc0I6aDy1 .navbar-buttons {
  text-align: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcc0I6aDy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcc0I6aDy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcc0I6aDy1 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcc0I6aDy1 .nav-link {
  font-weight: 600!important;
}
.cid-tcc0I6aDy1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcc0I6aDy1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcc0I6aDy1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcc0I6aDy1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcc0I6aDy1 .navbar {
    height: 77px;
  }
  .cid-tcc0I6aDy1 .navbar.opened {
    height: auto;
  }
  .cid-tcc0I6aDy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
