@import url(../../../css.css);

body {
  font-family: Jost;
}
.display-1 {
  font-family: 'InterstateLightCondensed';
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'InterstateLightCondensed';
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'InterstateLightCondensed';
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'InterstateLightCondensed';
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #13287d !important;
}
.bg-success {
  background-color: #1955a5 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0f3363 !important;
  border-color: #0f3363 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0f3363 !important;
  border-color: #0f3363 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0f3363 !important;
  border-color: #0f3363 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f3363 !important;
  border-color: #0f3363 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #060c24;
  color: #060c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #13287d;
  border-color: #13287d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13287d !important;
  border-color: #13287d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #0c274c;
  color: #0c274c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #1955a5;
  border-color: #1955a5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c274c;
  color: #0c274c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #1955a5;
  border-color: #1955a5;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #13287d !important;
}
.text-secondary {
  color: #1955a5 !important;
}
.text-success {
  color: #1955a5 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #060c24 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0c274c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c274c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #0a1126;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #13287d;
  border-color: #13287d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #13287d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3053e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5895e6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.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: #acbbe9;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'InterstateLightCondensed';
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #13287d;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #13287d !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #13287d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #13287d;
  border-bottom-color: #13287d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #13287d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1955a5 !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%;
}
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='%2313287d' %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;
}
.cid-sAgklgd61Q .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAgklgd61Q .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAgklgd61Q .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAgklgd61Q .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAgklgd61Q .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAgklgd61Q .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAgklgd61Q .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAgklgd61Q .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAgklgd61Q .dropdown-item,
.cid-sAgklgd61Q .nav-link,
.cid-sAgklgd61Q .brand-name {
  font-style: normal;
}
.cid-sAgklgd61Q .dropdown-item:hover,
.cid-sAgklgd61Q .nav-link:hover,
.cid-sAgklgd61Q .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAgklgd61Q .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAgklgd61Q .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAgklgd61Q .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAgklgd61Q .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAgklgd61Q .nav-item {
  position: relative;
}
.cid-sAgklgd61Q .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAgklgd61Q .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAgklgd61Q .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAgklgd61Q .nav-link {
    line-height: 6.13;
  }
  .cid-sAgklgd61Q .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAgklgd61Q .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAgklgd61Q .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAgklgd61Q .content-text {
  margin-bottom: 0;
}
.cid-sAgklgd61Q .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAgklgd61Q .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAgklgd61Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAgklgd61Q .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAgklgd61Q .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAgklgd61Q .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAgklgd61Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAgklgd61Q .content-right-side {
  text-align: center;
}
.cid-sAgklgd61Q .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAgklgd61Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAgklgd61Q .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAgklgd61Q .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAgklgd61Q .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAgklgd61Q .info-widget:first-child {
  margin-left: 0;
}
.cid-sAgklgd61Q .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAgklgd61Q .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAgklgd61Q .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAgklgd61Q .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAgklgd61Q .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAgklgd61Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAgklgd61Q .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAgklgd61Q .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAgklgd61Q .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAgklgd61Q .navbar-toggler {
    display: none;
  }
  .cid-sAgklgd61Q .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAgklgd61Q .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAgklgd61Q .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAgklgd61Q .btn-sm {
  padding: 13px 29px;
}
.cid-sAgklgd61Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAgklgd61Q .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAgklgd61Q .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAgklgd61Q .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAgklgd61Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAgklgd61Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAgklgd61Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAgklgd61Q .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAgklgd61Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAgklgd61Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAgklgd61Q .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAgklgd61Q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAgklgd61Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAgklgd61Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAgklgd61Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAgklgd61Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAgklgd61Q button.navbar-toggler:focus {
  outline: none;
}
.cid-sAgklgd61Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAgklgd61Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAgklgd61Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAgklgd61Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAgklgd61Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAgklgd61Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAgklgd61Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAgklgd61Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAgklgd61Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAgklgd61Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAgklgd61Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAgklgd61Q .collapsed .btn {
  display: flex;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse.collapsing,
.cid-sAgklgd61Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAgklgd61Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAgklgd61Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAgklgd61Q .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAgklgd61Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAgklgd61Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAgklgd61Q .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAgklgd61Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAgklgd61Q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAgklgd61Q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAgklgd61Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAgklgd61Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAgklgd61Q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAgklgd61Q .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAgklgd61Q .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAgklgd61Q .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAgklgd61Q .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAgklgd61Q .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAgklgd61Q .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAgklgd61Q .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing,
  .cid-sAgklgd61Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing .navbar-nav,
  .cid-sAgklgd61Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAgklgd61Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAgklgd61Q .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAgklgd61Q .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAgklgd61Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAgklgd61Q img {
    height: 3.8rem !important;
  }
  .cid-sAgklgd61Q .btn {
    display: flex;
  }
  .cid-sAgklgd61Q button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAgklgd61Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAgklgd61Q .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAgklgd61Q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAgklgd61Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAgklgd61Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAgklgd61Q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAgklgd61Q .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAgklgd61Q .navbar-toggler {
  position: relative;
}
.cid-sAgklgd61Q .dropdown-item.active,
.cid-sAgklgd61Q .dropdown-item:active {
  color: initial;
}
.cid-sAgklgd61Q .widget-title {
  color: #83868c;
}
.cid-sAgklgd61Q .widget-text {
  color: #83868c;
}
.cid-sAgklgd61Q .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAgklgd61Q .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAgklgd61Q .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAgklgd61Q .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAgklgd61Q .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAgklgd61Q .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAgklgd61Q .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAgklgd61Q .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAgklgd61Q .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAgklgd61Q .menu-content-top,
  .cid-sAgklgd61Q .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAgklgd61Q button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAgNYiJHII {
  overflow-x: hidden !important;
}
.cid-sAgNYiJHII,
.cid-sAgNYiJHII .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 120px;
}
.cid-sAgNYiJHII .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAgNYiJHII .mbr-section-title span {
  color: #13287d;
}
.cid-sAgNYiJHII .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAgNYiJHII .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/ga001-1280x853.png");
}
.cid-sAgNYiJHII .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAgNYiJHII .mbr-overlay {
  z-index: 1;
}
.cid-sAgNYiJHII .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAh6Z3QZyg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sAh6Z3QZyg .mbr-text,
.cid-sAh6Z3QZyg .mbr-section-subtitle {
  color: #767676;
}
.cid-sAh6Z3QZyg .card-title {
  color: #66458e;
}
.cid-sAh6Z3QZyg .card .card-img span {
  color: #d9dade;
  font-size: 60px;
  background: linear-gradient(45deg, #d9dade, #d9dade);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sAh6Z3QZyg .mbr-section-subtitle,
  .cid-sAh6Z3QZyg .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAh6Z3QZyg .card .card-img span {
    background: none;
  }
}
.cid-sAh6Z3QZyg .card-title,
.cid-sAh6Z3QZyg .card-img {
  color: #ffffff;
}
.cid-sAhdjrw5Am {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAhdjrw5Am .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-sAhdjrw5Am .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-sAhdjrw5Am .card-img {
  text-align: center;
}
.cid-sAhdjrw5Am .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-sAhdjrw5Am .row-item.card1 {
  background: #ffffff;
}
.cid-sAhdjrw5Am .row-item.card2 {
  background: #ffffff;
}
.cid-sAhdjrw5Am .row-item.card3 {
  background: #ffffff;
}
.cid-sAhdjrw5Am .row-item.card4 {
  background: #2bdc9d;
}
.cid-sAhdjrw5Am .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAhdjrw5Am .card-img,
  .cid-sAhdjrw5Am .mbr-text,
  .cid-sAhdjrw5Am .mbr-card-title,
  .cid-sAhdjrw5Am .mbr-section-subtitle,
  .cid-sAhdjrw5Am .mbr-section-title,
  .cid-sAhdjrw5Am .underline {
    text-align: center !important;
  }
}
.cid-sAhdjrw5Am .card1 > .mbr-card-title,
.cid-sAhdjrw5Am .card1 > .card-img {
  color: #1955a5;
}
.cid-sAhdjrw5Am .card2 > .mbr-card-title,
.cid-sAhdjrw5Am .card2 > .card-img {
  color: #1955a5;
}
.cid-sAhdjrw5Am .card3 > .mbr-card-title,
.cid-sAhdjrw5Am .card3 > .card-img {
  color: #1955a5;
}
.cid-sAhdjrw5Am .card3 > .mbr-text,
.cid-sAhdjrw5Am .card3 > .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sAhdjrw5Am .card2 > .mbr-text,
.cid-sAhdjrw5Am .card2 > .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sAhdjrw5Am .card1 > .mbr-text,
.cid-sAhdjrw5Am .card1 > .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sAp3rXDP7Q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.world-1-1280x761.png");
}
.cid-sAp3rXDP7Q .img-wrap {
  position: relative;
}
.cid-sAp3rXDP7Q .img-wrap img {
  width: 100%;
}
.cid-sAp3rXDP7Q .mbr-section-subtitle {
  color: #1955a5;
  margin-bottom: 14px;
}
.cid-sAp3rXDP7Q .mbr-section-title {
  color: #13287d;
}
.cid-sAp3rXDP7Q .mbr-text {
  color: #83868c;
}
.cid-sAp3rXDP7Q .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sAp3rXDP7Q .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sAp3rXDP7Q .cards-wrap {
  margin-top: 30px;
}
.cid-sAp3rXDP7Q .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sAp3rXDP7Q .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sAp3rXDP7Q .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sAp3rXDP7Q .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #1955a5;
  position: relative;
  display: block;
}
.cid-sAp3rXDP7Q .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-sAp3rXDP7Q .wrapper .icon1 .mbr-iconfont {
  color: #13287d;
}
.cid-sAp3rXDP7Q .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-sAp3rXDP7Q .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sAp3rXDP7Q .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-sAp3rXDP7Q .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sAp3rXDP7Q .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-sAp3rXDP7Q .wrapper .mbr-card-title {
  color: #13287d;
  margin-bottom: 17px;
}
.cid-sAp3rXDP7Q .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 768px) {
  .cid-sAp3rXDP7Q .mbr-section-btn {
    justify-content: center;
  }
  .cid-sAp3rXDP7Q * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sAp3rXDP7Q .mbr-section-title,
.cid-sAp3rXDP7Q .separator,
.cid-sAp3rXDP7Q .sep-holder {
  color: #1955a5;
  text-align: left;
}
.cid-sAp3rXDP7Q .wrapper .mbr-text,
.cid-sAp3rXDP7Q .img {
  color: #000000;
  text-align: left;
}
.cid-sAhJdQc7m0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAhJdQc7m0 .container {
  max-width: 1500px;
}
.cid-sAhJdQc7m0 .row {
  background: #ffffff;
}
.cid-sAhJdQc7m0 .img-col {
  padding: 0;
}
.cid-sAhJdQc7m0 .title-col {
  padding: 4rem 8rem;
}
.cid-sAhJdQc7m0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sAhJdQc7m0 h2 {
  padding: 0;
  margin: 0;
}
.cid-sAhJdQc7m0 .text-wrap {
  margin: auto;
}
.cid-sAhJdQc7m0 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sAhJdQc7m0 .row {
    margin: 2rem;
  }
  .cid-sAhJdQc7m0 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sAhJdQc7m0 .row {
    margin: 0rem;
  }
  .cid-sAhJdQc7m0 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sAhJdQc7m0 H2 {
  color: #1955a5;
}
.cid-sAhKy1gTGR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAhKy1gTGR .container {
  max-width: 1500px;
}
.cid-sAhKy1gTGR .row {
  background: #ffffff;
}
.cid-sAhKy1gTGR .img-col {
  padding: 0;
}
.cid-sAhKy1gTGR .title-col {
  padding: 4rem 8rem;
}
.cid-sAhKy1gTGR img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sAhKy1gTGR h2 {
  padding: 0;
  margin: 0;
}
.cid-sAhKy1gTGR .text-wrap {
  margin: auto;
}
.cid-sAhKy1gTGR .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sAhKy1gTGR .row {
    margin: 2rem;
  }
  .cid-sAhKy1gTGR .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sAhKy1gTGR .row {
    margin: 0rem;
  }
  .cid-sAhKy1gTGR .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sAhKy1gTGR H2 {
  color: #1955a5;
}
.cid-sAhL4XnqW8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAhL4XnqW8 .container {
  max-width: 1500px;
}
.cid-sAhL4XnqW8 .row {
  background: #ffffff;
}
.cid-sAhL4XnqW8 .img-col {
  padding: 0;
}
.cid-sAhL4XnqW8 .title-col {
  padding: 4rem 8rem;
}
.cid-sAhL4XnqW8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sAhL4XnqW8 h2 {
  padding: 0;
  margin: 0;
}
.cid-sAhL4XnqW8 .text-wrap {
  margin: auto;
}
.cid-sAhL4XnqW8 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sAhL4XnqW8 .row {
    margin: 2rem;
  }
  .cid-sAhL4XnqW8 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sAhL4XnqW8 .row {
    margin: 0rem;
  }
  .cid-sAhL4XnqW8 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sAhL4XnqW8 H2 {
  color: #1955a5;
}
.cid-sAijytZhKw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sAijytZhKw .mbr-text,
.cid-sAijytZhKw .mbr-section-subtitle {
  color: #767676;
}
.cid-sAijytZhKw .card-title {
  color: #66458e;
}
.cid-sAijytZhKw .card .card-img span {
  color: #d9dade;
  font-size: 60px;
  background: linear-gradient(45deg, #d9dade, #d9dade);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sAijytZhKw .mbr-section-subtitle,
  .cid-sAijytZhKw .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAijytZhKw .card .card-img span {
    background: none;
  }
}
.cid-sAijytZhKw .card-title,
.cid-sAijytZhKw .card-img {
  color: #ffffff;
}
.cid-sAijytZhKw .mbr-text {
  color: #d9dade;
}
.cid-sAoTqtAhGc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAoTqtAhGc .mbr-section-subtitle {
  color: #1955a5;
}
.cid-sAoTqtAhGc .mbr-section-title {
  text-align: left;
  color: #1955a5;
}
.cid-sAoTqtAhGc .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sAoTqtAhGc .mbr-section-btn {
  margin-top: 40px;
}
.cid-sAoTqtAhGc .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sAoTqtAhGc .mbr-list {
  color: #000000;
}
.cid-sAoTqtAhGc .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sAoTqtAhGc .mbr-list .list {
    text-align: left;
  }
}
.cid-sAoTqtAhGc .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sAoTqtAhGc .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sAoTqtAhGc .mbr-list .list li:before {
  font-weight: 900;
  color: #279e64;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sAoTqtAhGc * {
    text-align: left;
  }
}
.cid-sAoTqtAhGc .mbr-list UL {
  text-align: left;
}
.cid-sAoWntrM0w {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAoWntrM0w .mbr-section-subtitle {
  color: #1955a5;
}
.cid-sAoWntrM0w .mbr-section-title {
  text-align: left;
  color: #1955a5;
}
.cid-sAoWntrM0w .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sAoWntrM0w .mbr-section-btn {
  margin-top: 40px;
}
.cid-sAoWntrM0w .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sAoWntrM0w .mbr-list {
  color: #000000;
}
.cid-sAoWntrM0w .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sAoWntrM0w .mbr-list .list {
    text-align: left;
  }
}
.cid-sAoWntrM0w .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sAoWntrM0w .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sAoWntrM0w .mbr-list .list li:before {
  font-weight: 900;
  color: #279e64;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sAoWntrM0w * {
    text-align: left;
  }
}
.cid-sAtsLn0Vlm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAtsLn0Vlm .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sAtsLn0Vlm .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sAtsLn0Vlm .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sAtsLn0Vlm .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sAtsLn0Vlm .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sAtsLn0Vlm .card-box {
  padding: 1rem;
}
.cid-sAtsLn0Vlm .mbr-section-title,
.cid-sAtsLn0Vlm .line-wrap {
  text-align: center;
  color: #1955a5;
}
.cid-sAtsLn0Vlm .card-box > p,
.cid-sAtsLn0Vlm .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sAtvxpvwaj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sAtvxpvwaj .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sAtvxpvwaj .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sAtvxpvwaj .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sAtvxpvwaj .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sAtvxpvwaj .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sAtvxpvwaj .card-box {
  padding: 1rem;
}
.cid-sAtvxpvwaj .mbr-section-title,
.cid-sAtvxpvwaj .line-wrap {
  text-align: center;
}
.cid-sAtvxpvwaj .card-box > p,
.cid-sAtvxpvwaj .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sAoM7bept6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.world-2-1280x761.png");
}
.cid-sAoM7bept6 .img-wrap {
  position: relative;
}
.cid-sAoM7bept6 .img-wrap img {
  width: 100%;
}
.cid-sAoM7bept6 .mbr-section-subtitle {
  color: #1955a5;
  margin-bottom: 14px;
}
.cid-sAoM7bept6 .mbr-section-title {
  color: #13287d;
}
.cid-sAoM7bept6 .mbr-text {
  color: #83868c;
}
.cid-sAoM7bept6 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sAoM7bept6 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sAoM7bept6 .cards-wrap {
  margin-top: 30px;
}
.cid-sAoM7bept6 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sAoM7bept6 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sAoM7bept6 .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sAoM7bept6 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #1955a5;
  position: relative;
  display: block;
}
.cid-sAoM7bept6 .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-sAoM7bept6 .wrapper .icon1 .mbr-iconfont {
  color: #13287d;
}
.cid-sAoM7bept6 .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-sAoM7bept6 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sAoM7bept6 .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-sAoM7bept6 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sAoM7bept6 .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-sAoM7bept6 .wrapper .mbr-card-title {
  color: #13287d;
  margin-bottom: 17px;
}
.cid-sAoM7bept6 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 768px) {
  .cid-sAoM7bept6 .mbr-section-btn {
    justify-content: center;
  }
  .cid-sAoM7bept6 * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sAoM7bept6 .mbr-section-title,
.cid-sAoM7bept6 .separator,
.cid-sAoM7bept6 .sep-holder {
  color: #1955a5;
}
.cid-sAoM7bept6 .mbr-text,
.cid-sAoM7bept6 .mbr-section-btn {
  color: #000000;
}
.cid-sAoM7bept6 .wrapper .mbr-card-title,
.cid-sAoM7bept6 .img {
  color: #1955a5;
  text-align: left;
}
.cid-sAoM7bept6 .wrapper .mbr-text,
.cid-sAoM7bept6 .img {
  color: #000000;
  text-align: left;
}
.cid-sAs8xmNKze {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sAs8xmNKze .mbr-text {
  color: #d9dade;
}
.cid-sAs8xmNKze h5 {
  text-align: left;
}
.cid-sAs8xmNKze p {
  text-align: left;
}
.cid-sAs8xmNKze .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sAs8xmNKze .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sAs8xmNKze .card-title,
.cid-sAs8xmNKze .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sAs8xmNKze .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sAs8xmNKze .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sAs8xmNKze .logo-text {
  text-align: left;
}
.cid-sAs8xmNKze span {
  text-decoration: underline;
}
.cid-sAs8xmNKze .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sAs8xmNKze .card-box h5,
  .cid-sAs8xmNKze .card-box p {
    text-align: center;
  }
  .cid-sAs8xmNKze .mbr-text {
    text-align: center;
  }
}
.cid-sAsdx8Rir9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sAsdx8Rir9 .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sAsdx8Rir9 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sAsdx8Rir9 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sAsdx8Rir9 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sAsdx8Rir9 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sAsdx8Rir9 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sAsdx8Rir9 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sAsdx8Rir9 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sAsdx8Rir9 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sAsdx8Rir9 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAS45x9KWK .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAS45x9KWK .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAS45x9KWK .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAS45x9KWK .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAS45x9KWK .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAS45x9KWK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAS45x9KWK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAS45x9KWK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAS45x9KWK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAS45x9KWK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAS45x9KWK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAS45x9KWK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAS45x9KWK .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAS45x9KWK .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAS45x9KWK .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAS45x9KWK .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAS45x9KWK .dropdown-item,
.cid-sAS45x9KWK .nav-link,
.cid-sAS45x9KWK .brand-name {
  font-style: normal;
}
.cid-sAS45x9KWK .dropdown-item:hover,
.cid-sAS45x9KWK .nav-link:hover,
.cid-sAS45x9KWK .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAS45x9KWK .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAS45x9KWK .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAS45x9KWK .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAS45x9KWK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAS45x9KWK .nav-item {
  position: relative;
}
.cid-sAS45x9KWK .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAS45x9KWK .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAS45x9KWK .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAS45x9KWK .nav-link {
    line-height: 6.13;
  }
  .cid-sAS45x9KWK .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAS45x9KWK .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAS45x9KWK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAS45x9KWK .content-text {
  margin-bottom: 0;
}
.cid-sAS45x9KWK .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAS45x9KWK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAS45x9KWK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAS45x9KWK .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAS45x9KWK .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAS45x9KWK .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAS45x9KWK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAS45x9KWK .content-right-side {
  text-align: center;
}
.cid-sAS45x9KWK .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAS45x9KWK .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAS45x9KWK .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAS45x9KWK .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAS45x9KWK .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAS45x9KWK .info-widget:first-child {
  margin-left: 0;
}
.cid-sAS45x9KWK .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAS45x9KWK .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAS45x9KWK .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAS45x9KWK .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAS45x9KWK .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAS45x9KWK .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAS45x9KWK .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAS45x9KWK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAS45x9KWK .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAS45x9KWK .navbar-toggler {
    display: none;
  }
  .cid-sAS45x9KWK .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAS45x9KWK .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAS45x9KWK .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAS45x9KWK .btn-sm {
  padding: 13px 29px;
}
.cid-sAS45x9KWK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAS45x9KWK .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAS45x9KWK .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAS45x9KWK .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAS45x9KWK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAS45x9KWK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAS45x9KWK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAS45x9KWK .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAS45x9KWK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAS45x9KWK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAS45x9KWK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAS45x9KWK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAS45x9KWK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAS45x9KWK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAS45x9KWK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAS45x9KWK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAS45x9KWK .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAS45x9KWK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAS45x9KWK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAS45x9KWK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAS45x9KWK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAS45x9KWK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAS45x9KWK button.navbar-toggler:focus {
  outline: none;
}
.cid-sAS45x9KWK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAS45x9KWK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAS45x9KWK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAS45x9KWK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAS45x9KWK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAS45x9KWK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAS45x9KWK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAS45x9KWK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAS45x9KWK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAS45x9KWK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAS45x9KWK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAS45x9KWK .collapsed .btn {
  display: flex;
}
.cid-sAS45x9KWK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAS45x9KWK .collapsed .navbar-collapse.collapsing,
.cid-sAS45x9KWK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAS45x9KWK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAS45x9KWK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAS45x9KWK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAS45x9KWK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAS45x9KWK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAS45x9KWK .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAS45x9KWK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAS45x9KWK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAS45x9KWK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAS45x9KWK .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAS45x9KWK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAS45x9KWK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAS45x9KWK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAS45x9KWK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAS45x9KWK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAS45x9KWK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAS45x9KWK .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAS45x9KWK .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAS45x9KWK .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAS45x9KWK .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAS45x9KWK .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAS45x9KWK .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAS45x9KWK .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAS45x9KWK .navbar-collapse.collapsing,
  .cid-sAS45x9KWK .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAS45x9KWK .navbar-collapse.collapsing .navbar-nav,
  .cid-sAS45x9KWK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAS45x9KWK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAS45x9KWK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAS45x9KWK .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAS45x9KWK .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAS45x9KWK .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAS45x9KWK .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAS45x9KWK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAS45x9KWK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAS45x9KWK img {
    height: 3.8rem !important;
  }
  .cid-sAS45x9KWK .btn {
    display: flex;
  }
  .cid-sAS45x9KWK button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAS45x9KWK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAS45x9KWK .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAS45x9KWK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAS45x9KWK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAS45x9KWK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAS45x9KWK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAS45x9KWK .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAS45x9KWK .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAS45x9KWK .navbar-toggler {
  position: relative;
}
.cid-sAS45x9KWK .dropdown-item.active,
.cid-sAS45x9KWK .dropdown-item:active {
  color: initial;
}
.cid-sAS45x9KWK .widget-title {
  color: #83868c;
}
.cid-sAS45x9KWK .widget-text {
  color: #83868c;
}
.cid-sAS45x9KWK .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAS45x9KWK .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAS45x9KWK .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAS45x9KWK .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAS45x9KWK .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAS45x9KWK .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAS45x9KWK .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAS45x9KWK .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAS45x9KWK .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAS45x9KWK .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAS45x9KWK .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAS45x9KWK .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAS45x9KWK .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAS45x9KWK .menu-content-top,
  .cid-sAS45x9KWK .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAS45x9KWK button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAS45yMku4 {
  overflow-x: hidden !important;
}
.cid-sAS45yMku4,
.cid-sAS45yMku4 .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAS45yMku4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAS45yMku4 .mbr-section-title span {
  color: #13287d;
}
.cid-sAS45yMku4 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAS45yMku4 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg01-1920x1280.png");
}
.cid-sAS45yMku4 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAS45yMku4 .mbr-overlay {
  z-index: 1;
}
.cid-sAS45yMku4 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAS45zAAmv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAS45zAAmv .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAS45zAAmv .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAS45zAAmv .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAS45zAAmv .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAS45zAAmv .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAS45zAAmv .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAS45zAAmv .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAS45zAAmv .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAS45zAAmv .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS45zAAmv .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS45zAAmv .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS45zAAmv .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS45zAAmv .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAS45zAAmv .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAS45zAAmv .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAS45zAAmv .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAS45zAAmv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAS45zAAmv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAS45zAAmv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAS45zAAmv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAS45zAAmv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAS45zAAmv * {
    text-align: left;
  }
}
.cid-sAS45zAAmv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAS45zAAmv .card-wrapper .card-box .mbr-text,
.cid-sAS45zAAmv .mbr-section-btn {
  color: #000000;
}
.cid-sAS45zAAmv .card-wrapper .card-box .card-title,
.cid-sAS45zAAmv .mbr-section-btn,
.cid-sAS45zAAmv .card-wrapper .card-box .meta {
  text-align: left;
  color: #000000;
}
.cid-sAS45AquvN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAS45AquvN .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAS45AquvN .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAS45AquvN .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAS45AquvN .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAS45AquvN .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAS45AquvN .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAS45AquvN .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAS45AquvN .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAS45AquvN .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS45AquvN .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS45AquvN .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS45AquvN .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS45AquvN .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAS45AquvN .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAS45AquvN .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAS45AquvN .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAS45AquvN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAS45AquvN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAS45AquvN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAS45AquvN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAS45AquvN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAS45AquvN * {
    text-align: left;
  }
}
.cid-sAS45AquvN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAS45AquvN .card-wrapper .card-box .mbr-text,
.cid-sAS45AquvN .mbr-section-btn {
  color: #000000;
}
.cid-sAS45AquvN .card-wrapper .card-box .card-title,
.cid-sAS45AquvN .mbr-section-btn,
.cid-sAS45AquvN .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAS45Bgc2q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAS45Bgc2q .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAS45Bgc2q .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAS45Bgc2q .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAS45Bgc2q * {
    text-align: left;
  }
}
.cid-sAS45Bgc2q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .mbr-text,
.cid-sAS45Bgc2q .mbr-section-btn {
  color: #000000;
}
.cid-sAS45Bgc2q .card-wrapper .card-box .card-title,
.cid-sAS45Bgc2q .mbr-section-btn,
.cid-sAS45Bgc2q .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAS45C5pzc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAS45C5pzc .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAS45C5pzc .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAS45C5pzc .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAS45C5pzc .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAS45C5pzc .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAS45C5pzc .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAS45C5pzc .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAS45C5pzc .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAS45C5pzc .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS45C5pzc .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS45C5pzc .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS45C5pzc .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS45C5pzc .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAS45C5pzc .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAS45C5pzc .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAS45C5pzc .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAS45C5pzc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAS45C5pzc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAS45C5pzc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAS45C5pzc .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAS45C5pzc .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAS45C5pzc * {
    text-align: left;
  }
}
.cid-sAS45C5pzc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAS45C5pzc .card-wrapper .card-box .mbr-text,
.cid-sAS45C5pzc .mbr-section-btn {
  color: #000000;
}
.cid-sAS45C5pzc .card-wrapper .card-box .card-title,
.cid-sAS45C5pzc .mbr-section-btn,
.cid-sAS45C5pzc .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAS45Hm5S1 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAS45Hm5S1 .content-inner .left-content {
  display: block;
}
.cid-sAS45Hm5S1 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAS45Hm5S1 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAS45Hm5S1 .content-inner .right-content {
  display: block;
}
.cid-sAS45Hm5S1 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAS45Hm5S1 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAS45Hm5S1 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAS45Hm5S1 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAS45Hm5S1 .content-inner {
    justify-content: center !important;
  }
  .cid-sAS45Hm5S1 * {
    text-align: center;
  }
}
.cid-sAS45Hm5S1 .content-inner .left-content .mbr-section-title,
.cid-sAS45Hm5S1 .mbr-section-btn {
  color: #1955a5;
}
.cid-sCi8igOvBu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCi8igOvBu .mbr-text {
  color: #d9dade;
}
.cid-sCi8igOvBu h5 {
  text-align: left;
}
.cid-sCi8igOvBu p {
  text-align: left;
}
.cid-sCi8igOvBu .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCi8igOvBu .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCi8igOvBu .card-title,
.cid-sCi8igOvBu .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCi8igOvBu .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCi8igOvBu .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCi8igOvBu .logo-text {
  text-align: left;
}
.cid-sCi8igOvBu span {
  text-decoration: underline;
}
.cid-sCi8igOvBu .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCi8igOvBu .card-box h5,
  .cid-sCi8igOvBu .card-box p {
    text-align: center;
  }
  .cid-sCi8igOvBu .mbr-text {
    text-align: center;
  }
}
.cid-sCi8iVEVOH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCi8iVEVOH .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCi8iVEVOH .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCi8iVEVOH .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCi8iVEVOH .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCi8iVEVOH .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCi8iVEVOH .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCi8iVEVOH .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCi8iVEVOH .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCi8iVEVOH .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCi8iVEVOH .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAgklgd61Q .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAgklgd61Q .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAgklgd61Q .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAgklgd61Q .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAgklgd61Q .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAgklgd61Q .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAgklgd61Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAgklgd61Q .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAgklgd61Q .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAgklgd61Q .dropdown-item,
.cid-sAgklgd61Q .nav-link,
.cid-sAgklgd61Q .brand-name {
  font-style: normal;
}
.cid-sAgklgd61Q .dropdown-item:hover,
.cid-sAgklgd61Q .nav-link:hover,
.cid-sAgklgd61Q .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAgklgd61Q .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAgklgd61Q .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAgklgd61Q .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAgklgd61Q .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAgklgd61Q .nav-item {
  position: relative;
}
.cid-sAgklgd61Q .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAgklgd61Q .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAgklgd61Q .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAgklgd61Q .nav-link {
    line-height: 6.13;
  }
  .cid-sAgklgd61Q .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAgklgd61Q .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAgklgd61Q .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAgklgd61Q .content-text {
  margin-bottom: 0;
}
.cid-sAgklgd61Q .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAgklgd61Q .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAgklgd61Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAgklgd61Q .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAgklgd61Q .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAgklgd61Q .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAgklgd61Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAgklgd61Q .content-right-side {
  text-align: center;
}
.cid-sAgklgd61Q .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAgklgd61Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAgklgd61Q .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAgklgd61Q .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAgklgd61Q .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAgklgd61Q .info-widget:first-child {
  margin-left: 0;
}
.cid-sAgklgd61Q .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAgklgd61Q .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAgklgd61Q .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAgklgd61Q .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAgklgd61Q .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAgklgd61Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAgklgd61Q .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAgklgd61Q .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAgklgd61Q .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAgklgd61Q .navbar-toggler {
    display: none;
  }
  .cid-sAgklgd61Q .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAgklgd61Q .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAgklgd61Q .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAgklgd61Q .btn-sm {
  padding: 13px 29px;
}
.cid-sAgklgd61Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAgklgd61Q .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAgklgd61Q .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAgklgd61Q .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAgklgd61Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAgklgd61Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAgklgd61Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAgklgd61Q .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAgklgd61Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAgklgd61Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAgklgd61Q .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAgklgd61Q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAgklgd61Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAgklgd61Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAgklgd61Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAgklgd61Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAgklgd61Q button.navbar-toggler:focus {
  outline: none;
}
.cid-sAgklgd61Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAgklgd61Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAgklgd61Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAgklgd61Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAgklgd61Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAgklgd61Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAgklgd61Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAgklgd61Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAgklgd61Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAgklgd61Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAgklgd61Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAgklgd61Q .collapsed .btn {
  display: flex;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse.collapsing,
.cid-sAgklgd61Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAgklgd61Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAgklgd61Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAgklgd61Q .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAgklgd61Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAgklgd61Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAgklgd61Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAgklgd61Q .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAgklgd61Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAgklgd61Q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAgklgd61Q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAgklgd61Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAgklgd61Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAgklgd61Q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAgklgd61Q .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAgklgd61Q .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAgklgd61Q .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAgklgd61Q .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAgklgd61Q .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAgklgd61Q .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAgklgd61Q .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing,
  .cid-sAgklgd61Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing .navbar-nav,
  .cid-sAgklgd61Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAgklgd61Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAgklgd61Q .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAgklgd61Q .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAgklgd61Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAgklgd61Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAgklgd61Q img {
    height: 3.8rem !important;
  }
  .cid-sAgklgd61Q .btn {
    display: flex;
  }
  .cid-sAgklgd61Q button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAgklgd61Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAgklgd61Q .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAgklgd61Q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAgklgd61Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAgklgd61Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAgklgd61Q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAgklgd61Q .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAgklgd61Q .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAgklgd61Q .navbar-toggler {
  position: relative;
}
.cid-sAgklgd61Q .dropdown-item.active,
.cid-sAgklgd61Q .dropdown-item:active {
  color: initial;
}
.cid-sAgklgd61Q .widget-title {
  color: #83868c;
}
.cid-sAgklgd61Q .widget-text {
  color: #83868c;
}
.cid-sAgklgd61Q .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAgklgd61Q .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAgklgd61Q .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAgklgd61Q .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAgklgd61Q .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAgklgd61Q .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAgklgd61Q .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAgklgd61Q .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAgklgd61Q .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAgklgd61Q .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAgklgd61Q .menu-content-top,
  .cid-sAgklgd61Q .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAgklgd61Q button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAOQtAmIvL {
  overflow-x: hidden !important;
}
.cid-sAOQtAmIvL,
.cid-sAOQtAmIvL .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAOQtAmIvL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAOQtAmIvL .mbr-section-title span {
  color: #13287d;
}
.cid-sAOQtAmIvL .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAOQtAmIvL .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg01-1920x1280.png");
}
.cid-sAOQtAmIvL .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAOQtAmIvL .mbr-overlay {
  z-index: 1;
}
.cid-sAOQtAmIvL .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAR64TRAbQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAR64TRAbQ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAR64TRAbQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAR64TRAbQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAR64TRAbQ * {
    text-align: left;
  }
}
.cid-sAR64TRAbQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .mbr-text,
.cid-sAR64TRAbQ .mbr-section-btn {
  color: #000000;
}
.cid-sAR64TRAbQ .card-wrapper .card-box .card-title,
.cid-sAR64TRAbQ .mbr-section-btn,
.cid-sAR64TRAbQ .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAR7ay4qpS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAR7ay4qpS .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAR7ay4qpS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAR7ay4qpS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAR7ay4qpS * {
    text-align: left;
  }
}
.cid-sAR7ay4qpS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .mbr-text,
.cid-sAR7ay4qpS .mbr-section-btn {
  color: #000000;
}
.cid-sAR7ay4qpS .card-wrapper .card-box .card-title,
.cid-sAR7ay4qpS .mbr-section-btn,
.cid-sAR7ay4qpS .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sARfVCftSk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sARfVCftSk .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sARfVCftSk .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sARfVCftSk .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sARfVCftSk .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sARfVCftSk .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sARfVCftSk .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sARfVCftSk .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sARfVCftSk .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sARfVCftSk .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sARfVCftSk .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARfVCftSk .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARfVCftSk .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sARfVCftSk .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sARfVCftSk .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sARfVCftSk .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sARfVCftSk .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sARfVCftSk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sARfVCftSk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sARfVCftSk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sARfVCftSk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sARfVCftSk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sARfVCftSk * {
    text-align: left;
  }
}
.cid-sARfVCftSk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sARfVCftSk .card-wrapper .card-box .mbr-text,
.cid-sARfVCftSk .mbr-section-btn {
  color: #000000;
}
.cid-sARfVCftSk .card-wrapper .card-box .card-title,
.cid-sARfVCftSk .mbr-section-btn,
.cid-sARfVCftSk .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sARhzfcDCL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sARhzfcDCL .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sARhzfcDCL .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sARhzfcDCL .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sARhzfcDCL .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sARhzfcDCL .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sARhzfcDCL .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sARhzfcDCL .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sARhzfcDCL .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sARhzfcDCL .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sARhzfcDCL .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARhzfcDCL .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARhzfcDCL .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sARhzfcDCL .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sARhzfcDCL .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sARhzfcDCL .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sARhzfcDCL .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sARhzfcDCL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sARhzfcDCL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sARhzfcDCL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sARhzfcDCL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sARhzfcDCL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sARhzfcDCL * {
    text-align: left;
  }
}
.cid-sARhzfcDCL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sARhzfcDCL .card-wrapper .card-box .mbr-text,
.cid-sARhzfcDCL .mbr-section-btn {
  color: #000000;
}
.cid-sARhzfcDCL .card-wrapper .card-box .card-title,
.cid-sARhzfcDCL .mbr-section-btn,
.cid-sARhzfcDCL .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sARhUMQdyF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sARhUMQdyF .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sARhUMQdyF .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sARhUMQdyF .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sARhUMQdyF .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sARhUMQdyF .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sARhUMQdyF .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sARhUMQdyF .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sARhUMQdyF .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sARhUMQdyF .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sARhUMQdyF .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARhUMQdyF .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARhUMQdyF .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sARhUMQdyF .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sARhUMQdyF .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sARhUMQdyF .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sARhUMQdyF .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sARhUMQdyF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sARhUMQdyF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sARhUMQdyF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sARhUMQdyF .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sARhUMQdyF .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sARhUMQdyF * {
    text-align: left;
  }
}
.cid-sARhUMQdyF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sARhUMQdyF .card-wrapper .card-box .mbr-text,
.cid-sARhUMQdyF .mbr-section-btn {
  color: #000000;
}
.cid-sARhUMQdyF .card-wrapper .card-box .card-title,
.cid-sARhUMQdyF .mbr-section-btn,
.cid-sARhUMQdyF .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sARi3ItBAK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sARi3ItBAK .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sARi3ItBAK .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sARi3ItBAK .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sARi3ItBAK .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sARi3ItBAK .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sARi3ItBAK .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sARi3ItBAK .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sARi3ItBAK .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sARi3ItBAK .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sARi3ItBAK .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARi3ItBAK .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARi3ItBAK .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sARi3ItBAK .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sARi3ItBAK .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sARi3ItBAK .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sARi3ItBAK .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sARi3ItBAK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sARi3ItBAK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sARi3ItBAK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sARi3ItBAK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sARi3ItBAK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sARi3ItBAK * {
    text-align: left;
  }
}
.cid-sARi3ItBAK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sARi3ItBAK .card-wrapper .card-box .mbr-text,
.cid-sARi3ItBAK .mbr-section-btn {
  color: #000000;
}
.cid-sARi3ItBAK .card-wrapper .card-box .card-title,
.cid-sARi3ItBAK .mbr-section-btn,
.cid-sARi3ItBAK .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sARitHwAVZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sARitHwAVZ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sARitHwAVZ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sARitHwAVZ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sARitHwAVZ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sARitHwAVZ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sARitHwAVZ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sARitHwAVZ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sARitHwAVZ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sARitHwAVZ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sARitHwAVZ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARitHwAVZ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARitHwAVZ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sARitHwAVZ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sARitHwAVZ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sARitHwAVZ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sARitHwAVZ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sARitHwAVZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sARitHwAVZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sARitHwAVZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sARitHwAVZ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sARitHwAVZ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sARitHwAVZ * {
    text-align: left;
  }
}
.cid-sARitHwAVZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sARitHwAVZ .card-wrapper .card-box .mbr-text,
.cid-sARitHwAVZ .mbr-section-btn {
  color: #000000;
}
.cid-sARitHwAVZ .card-wrapper .card-box .card-title,
.cid-sARitHwAVZ .mbr-section-btn,
.cid-sARitHwAVZ .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sARiufflyQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sARiufflyQ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sARiufflyQ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sARiufflyQ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sARiufflyQ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sARiufflyQ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sARiufflyQ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sARiufflyQ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sARiufflyQ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sARiufflyQ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sARiufflyQ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARiufflyQ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sARiufflyQ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sARiufflyQ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sARiufflyQ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sARiufflyQ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sARiufflyQ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sARiufflyQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sARiufflyQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sARiufflyQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sARiufflyQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sARiufflyQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sARiufflyQ * {
    text-align: left;
  }
}
.cid-sARiufflyQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sARiufflyQ .card-wrapper .card-box .mbr-text,
.cid-sARiufflyQ .mbr-section-btn {
  color: #000000;
}
.cid-sARiufflyQ .card-wrapper .card-box .card-title,
.cid-sARiufflyQ .mbr-section-btn,
.cid-sARiufflyQ .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sARmbEFJGv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sARmbEFJGv .content-inner .left-content {
  display: block;
}
.cid-sARmbEFJGv .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sARmbEFJGv .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sARmbEFJGv .content-inner .right-content {
  display: block;
}
.cid-sARmbEFJGv .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sARmbEFJGv .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sARmbEFJGv .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sARmbEFJGv .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sARmbEFJGv .content-inner {
    justify-content: center !important;
  }
  .cid-sARmbEFJGv * {
    text-align: center;
  }
}
.cid-sARmbEFJGv .content-inner .left-content .mbr-section-title,
.cid-sARmbEFJGv .mbr-section-btn {
  color: #1955a5;
}
.cid-sCi3U3Tm7A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCi3U3Tm7A .mbr-text {
  color: #d9dade;
}
.cid-sCi3U3Tm7A h5 {
  text-align: left;
}
.cid-sCi3U3Tm7A p {
  text-align: left;
}
.cid-sCi3U3Tm7A .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCi3U3Tm7A .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCi3U3Tm7A .card-title,
.cid-sCi3U3Tm7A .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCi3U3Tm7A .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCi3U3Tm7A .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCi3U3Tm7A .logo-text {
  text-align: left;
}
.cid-sCi3U3Tm7A span {
  text-decoration: underline;
}
.cid-sCi3U3Tm7A .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCi3U3Tm7A .card-box h5,
  .cid-sCi3U3Tm7A .card-box p {
    text-align: center;
  }
  .cid-sCi3U3Tm7A .mbr-text {
    text-align: center;
  }
}
.cid-sCi3V6cuTr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCi3V6cuTr .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCi3V6cuTr .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCi3V6cuTr .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCi3V6cuTr .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCi3V6cuTr .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCi3V6cuTr .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCi3V6cuTr .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCi3V6cuTr .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCi3V6cuTr .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCi3V6cuTr .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAS7PUkVrA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAS7PUkVrA .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAS7PUkVrA .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAS7PUkVrA .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAS7PUkVrA .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAS7PUkVrA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAS7PUkVrA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAS7PUkVrA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAS7PUkVrA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAS7PUkVrA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAS7PUkVrA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAS7PUkVrA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAS7PUkVrA .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAS7PUkVrA .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAS7PUkVrA .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAS7PUkVrA .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAS7PUkVrA .dropdown-item,
.cid-sAS7PUkVrA .nav-link,
.cid-sAS7PUkVrA .brand-name {
  font-style: normal;
}
.cid-sAS7PUkVrA .dropdown-item:hover,
.cid-sAS7PUkVrA .nav-link:hover,
.cid-sAS7PUkVrA .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAS7PUkVrA .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAS7PUkVrA .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAS7PUkVrA .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAS7PUkVrA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAS7PUkVrA .nav-item {
  position: relative;
}
.cid-sAS7PUkVrA .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAS7PUkVrA .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAS7PUkVrA .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAS7PUkVrA .nav-link {
    line-height: 6.13;
  }
  .cid-sAS7PUkVrA .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAS7PUkVrA .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAS7PUkVrA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAS7PUkVrA .content-text {
  margin-bottom: 0;
}
.cid-sAS7PUkVrA .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAS7PUkVrA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAS7PUkVrA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAS7PUkVrA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAS7PUkVrA .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAS7PUkVrA .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAS7PUkVrA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAS7PUkVrA .content-right-side {
  text-align: center;
}
.cid-sAS7PUkVrA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAS7PUkVrA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAS7PUkVrA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAS7PUkVrA .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAS7PUkVrA .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAS7PUkVrA .info-widget:first-child {
  margin-left: 0;
}
.cid-sAS7PUkVrA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAS7PUkVrA .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAS7PUkVrA .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAS7PUkVrA .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAS7PUkVrA .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAS7PUkVrA .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAS7PUkVrA .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAS7PUkVrA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAS7PUkVrA .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAS7PUkVrA .navbar-toggler {
    display: none;
  }
  .cid-sAS7PUkVrA .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAS7PUkVrA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAS7PUkVrA .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAS7PUkVrA .btn-sm {
  padding: 13px 29px;
}
.cid-sAS7PUkVrA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAS7PUkVrA .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAS7PUkVrA .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAS7PUkVrA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAS7PUkVrA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAS7PUkVrA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAS7PUkVrA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAS7PUkVrA .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAS7PUkVrA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAS7PUkVrA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAS7PUkVrA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAS7PUkVrA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAS7PUkVrA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAS7PUkVrA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAS7PUkVrA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAS7PUkVrA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAS7PUkVrA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAS7PUkVrA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAS7PUkVrA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAS7PUkVrA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAS7PUkVrA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAS7PUkVrA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAS7PUkVrA button.navbar-toggler:focus {
  outline: none;
}
.cid-sAS7PUkVrA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAS7PUkVrA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAS7PUkVrA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAS7PUkVrA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAS7PUkVrA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAS7PUkVrA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAS7PUkVrA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAS7PUkVrA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAS7PUkVrA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAS7PUkVrA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAS7PUkVrA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAS7PUkVrA .collapsed .btn {
  display: flex;
}
.cid-sAS7PUkVrA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAS7PUkVrA .collapsed .navbar-collapse.collapsing,
.cid-sAS7PUkVrA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAS7PUkVrA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAS7PUkVrA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAS7PUkVrA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAS7PUkVrA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAS7PUkVrA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAS7PUkVrA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAS7PUkVrA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAS7PUkVrA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAS7PUkVrA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAS7PUkVrA .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAS7PUkVrA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAS7PUkVrA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAS7PUkVrA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAS7PUkVrA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAS7PUkVrA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAS7PUkVrA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAS7PUkVrA .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAS7PUkVrA .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAS7PUkVrA .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAS7PUkVrA .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAS7PUkVrA .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAS7PUkVrA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAS7PUkVrA .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAS7PUkVrA .navbar-collapse.collapsing,
  .cid-sAS7PUkVrA .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAS7PUkVrA .navbar-collapse.collapsing .navbar-nav,
  .cid-sAS7PUkVrA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAS7PUkVrA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAS7PUkVrA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAS7PUkVrA .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAS7PUkVrA .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAS7PUkVrA .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAS7PUkVrA .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAS7PUkVrA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAS7PUkVrA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAS7PUkVrA img {
    height: 3.8rem !important;
  }
  .cid-sAS7PUkVrA .btn {
    display: flex;
  }
  .cid-sAS7PUkVrA button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAS7PUkVrA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAS7PUkVrA .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAS7PUkVrA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAS7PUkVrA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAS7PUkVrA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAS7PUkVrA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAS7PUkVrA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAS7PUkVrA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAS7PUkVrA .navbar-toggler {
  position: relative;
}
.cid-sAS7PUkVrA .dropdown-item.active,
.cid-sAS7PUkVrA .dropdown-item:active {
  color: initial;
}
.cid-sAS7PUkVrA .widget-title {
  color: #83868c;
}
.cid-sAS7PUkVrA .widget-text {
  color: #83868c;
}
.cid-sAS7PUkVrA .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAS7PUkVrA .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAS7PUkVrA .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAS7PUkVrA .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAS7PUkVrA .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAS7PUkVrA .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAS7PUkVrA .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAS7PUkVrA .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAS7PUkVrA .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAS7PUkVrA .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAS7PUkVrA .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAS7PUkVrA .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAS7PUkVrA .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAS7PUkVrA .menu-content-top,
  .cid-sAS7PUkVrA .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAS7PUkVrA button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAS7PVNFhV {
  overflow-x: hidden !important;
}
.cid-sAS7PVNFhV,
.cid-sAS7PVNFhV .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAS7PVNFhV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAS7PVNFhV .mbr-section-title span {
  color: #13287d;
}
.cid-sAS7PVNFhV .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAS7PVNFhV .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg01-1920x1280.png");
}
.cid-sAS7PVNFhV .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAS7PVNFhV .mbr-overlay {
  z-index: 1;
}
.cid-sAS7PVNFhV .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAS7PWM2Fo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAS7PWM2Fo .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAS7PWM2Fo * {
    text-align: left;
  }
}
.cid-sAS7PWM2Fo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .mbr-text,
.cid-sAS7PWM2Fo .mbr-section-btn {
  color: #000000;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .card-title,
.cid-sAS7PWM2Fo .mbr-section-btn,
.cid-sAS7PWM2Fo .card-wrapper .card-box .meta {
  text-align: center;
  color: #1955a5;
}
.cid-sAS7PWM2Fo .card-wrapper .card-box .card-title,
.cid-sAS7PWM2Fo .mbr-section-btn,
.cid-sAS7PWM2Fo .card-wrapper .card-box .meta DIV {
  text-align: left;
}
.cid-sAS7PYNGCp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAS7PYNGCp .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAS7PYNGCp .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAS7PYNGCp .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAS7PYNGCp * {
    text-align: left;
  }
}
.cid-sAS7PYNGCp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .mbr-text,
.cid-sAS7PYNGCp .mbr-section-btn {
  color: #000000;
}
.cid-sAS7PYNGCp .card-wrapper .card-box .card-title,
.cid-sAS7PYNGCp .mbr-section-btn,
.cid-sAS7PYNGCp .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAS7PZyfhH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAS7PZyfhH .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAS7PZyfhH .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAS7PZyfhH .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAS7PZyfhH * {
    text-align: left;
  }
}
.cid-sAS7PZyfhH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .mbr-text,
.cid-sAS7PZyfhH .mbr-section-btn {
  color: #000000;
}
.cid-sAS7PZyfhH .card-wrapper .card-box .card-title,
.cid-sAS7PZyfhH .mbr-section-btn,
.cid-sAS7PZyfhH .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAS7PXXfBg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAS7PXXfBg .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAS7PXXfBg .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAS7PXXfBg .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAS7PXXfBg * {
    text-align: left;
  }
}
.cid-sAS7PXXfBg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .mbr-text,
.cid-sAS7PXXfBg .mbr-section-btn {
  color: #000000;
}
.cid-sAS7PXXfBg .card-wrapper .card-box .card-title,
.cid-sAS7PXXfBg .mbr-section-btn,
.cid-sAS7PXXfBg .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAS7Q0d4S5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAS7Q0d4S5 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAS7Q0d4S5 * {
    text-align: left;
  }
}
.cid-sAS7Q0d4S5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .mbr-text,
.cid-sAS7Q0d4S5 .mbr-section-btn {
  color: #000000;
}
.cid-sAS7Q0d4S5 .card-wrapper .card-box .card-title,
.cid-sAS7Q0d4S5 .mbr-section-btn,
.cid-sAS7Q0d4S5 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAS7Q0Sina {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAS7Q0Sina .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAS7Q0Sina .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAS7Q0Sina .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAS7Q0Sina * {
    text-align: left;
  }
}
.cid-sAS7Q0Sina a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .mbr-text,
.cid-sAS7Q0Sina .mbr-section-btn {
  color: #000000;
}
.cid-sAS7Q0Sina .card-wrapper .card-box .card-title,
.cid-sAS7Q0Sina .mbr-section-btn,
.cid-sAS7Q0Sina .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAS7Q33bu9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAS7Q33bu9 .content-inner .left-content {
  display: block;
}
.cid-sAS7Q33bu9 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAS7Q33bu9 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAS7Q33bu9 .content-inner .right-content {
  display: block;
}
.cid-sAS7Q33bu9 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAS7Q33bu9 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAS7Q33bu9 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAS7Q33bu9 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAS7Q33bu9 .content-inner {
    justify-content: center !important;
  }
  .cid-sAS7Q33bu9 * {
    text-align: center;
  }
}
.cid-sAS7Q33bu9 .content-inner .left-content .mbr-section-title,
.cid-sAS7Q33bu9 .mbr-section-btn {
  color: #1955a5;
}
.cid-sCi7qqsKZN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCi7qqsKZN .mbr-text {
  color: #d9dade;
}
.cid-sCi7qqsKZN h5 {
  text-align: left;
}
.cid-sCi7qqsKZN p {
  text-align: left;
}
.cid-sCi7qqsKZN .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCi7qqsKZN .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCi7qqsKZN .card-title,
.cid-sCi7qqsKZN .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCi7qqsKZN .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCi7qqsKZN .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCi7qqsKZN .logo-text {
  text-align: left;
}
.cid-sCi7qqsKZN span {
  text-decoration: underline;
}
.cid-sCi7qqsKZN .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCi7qqsKZN .card-box h5,
  .cid-sCi7qqsKZN .card-box p {
    text-align: center;
  }
  .cid-sCi7qqsKZN .mbr-text {
    text-align: center;
  }
}
.cid-sCi7rMgPHp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCi7rMgPHp .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCi7rMgPHp .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCi7rMgPHp .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCi7rMgPHp .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCi7rMgPHp .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCi7rMgPHp .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCi7rMgPHp .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCi7rMgPHp .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCi7rMgPHp .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCi7rMgPHp .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAScmpAbCZ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAScmpAbCZ .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAScmpAbCZ .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAScmpAbCZ .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAScmpAbCZ .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAScmpAbCZ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAScmpAbCZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAScmpAbCZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAScmpAbCZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAScmpAbCZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAScmpAbCZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAScmpAbCZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAScmpAbCZ .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAScmpAbCZ .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAScmpAbCZ .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAScmpAbCZ .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAScmpAbCZ .dropdown-item,
.cid-sAScmpAbCZ .nav-link,
.cid-sAScmpAbCZ .brand-name {
  font-style: normal;
}
.cid-sAScmpAbCZ .dropdown-item:hover,
.cid-sAScmpAbCZ .nav-link:hover,
.cid-sAScmpAbCZ .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAScmpAbCZ .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAScmpAbCZ .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAScmpAbCZ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAScmpAbCZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAScmpAbCZ .nav-item {
  position: relative;
}
.cid-sAScmpAbCZ .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAScmpAbCZ .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAScmpAbCZ .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAScmpAbCZ .nav-link {
    line-height: 6.13;
  }
  .cid-sAScmpAbCZ .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAScmpAbCZ .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAScmpAbCZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAScmpAbCZ .content-text {
  margin-bottom: 0;
}
.cid-sAScmpAbCZ .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAScmpAbCZ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAScmpAbCZ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAScmpAbCZ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAScmpAbCZ .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAScmpAbCZ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAScmpAbCZ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAScmpAbCZ .content-right-side {
  text-align: center;
}
.cid-sAScmpAbCZ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAScmpAbCZ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAScmpAbCZ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAScmpAbCZ .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAScmpAbCZ .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAScmpAbCZ .info-widget:first-child {
  margin-left: 0;
}
.cid-sAScmpAbCZ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAScmpAbCZ .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAScmpAbCZ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAScmpAbCZ .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAScmpAbCZ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAScmpAbCZ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAScmpAbCZ .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAScmpAbCZ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAScmpAbCZ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAScmpAbCZ .navbar-toggler {
    display: none;
  }
  .cid-sAScmpAbCZ .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAScmpAbCZ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAScmpAbCZ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAScmpAbCZ .btn-sm {
  padding: 13px 29px;
}
.cid-sAScmpAbCZ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAScmpAbCZ .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAScmpAbCZ .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAScmpAbCZ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAScmpAbCZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAScmpAbCZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAScmpAbCZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAScmpAbCZ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAScmpAbCZ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAScmpAbCZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAScmpAbCZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAScmpAbCZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAScmpAbCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAScmpAbCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAScmpAbCZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAScmpAbCZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAScmpAbCZ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAScmpAbCZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAScmpAbCZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAScmpAbCZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAScmpAbCZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAScmpAbCZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAScmpAbCZ button.navbar-toggler:focus {
  outline: none;
}
.cid-sAScmpAbCZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAScmpAbCZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAScmpAbCZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAScmpAbCZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAScmpAbCZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAScmpAbCZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAScmpAbCZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAScmpAbCZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAScmpAbCZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAScmpAbCZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAScmpAbCZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAScmpAbCZ .collapsed .btn {
  display: flex;
}
.cid-sAScmpAbCZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAScmpAbCZ .collapsed .navbar-collapse.collapsing,
.cid-sAScmpAbCZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAScmpAbCZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAScmpAbCZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAScmpAbCZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAScmpAbCZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAScmpAbCZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAScmpAbCZ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAScmpAbCZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAScmpAbCZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAScmpAbCZ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAScmpAbCZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAScmpAbCZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAScmpAbCZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAScmpAbCZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAScmpAbCZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAScmpAbCZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAScmpAbCZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAScmpAbCZ .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAScmpAbCZ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAScmpAbCZ .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAScmpAbCZ .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAScmpAbCZ .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAScmpAbCZ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAScmpAbCZ .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAScmpAbCZ .navbar-collapse.collapsing,
  .cid-sAScmpAbCZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAScmpAbCZ .navbar-collapse.collapsing .navbar-nav,
  .cid-sAScmpAbCZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAScmpAbCZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAScmpAbCZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAScmpAbCZ .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAScmpAbCZ .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAScmpAbCZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAScmpAbCZ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAScmpAbCZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAScmpAbCZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAScmpAbCZ img {
    height: 3.8rem !important;
  }
  .cid-sAScmpAbCZ .btn {
    display: flex;
  }
  .cid-sAScmpAbCZ button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAScmpAbCZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAScmpAbCZ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAScmpAbCZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAScmpAbCZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAScmpAbCZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAScmpAbCZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAScmpAbCZ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAScmpAbCZ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAScmpAbCZ .navbar-toggler {
  position: relative;
}
.cid-sAScmpAbCZ .dropdown-item.active,
.cid-sAScmpAbCZ .dropdown-item:active {
  color: initial;
}
.cid-sAScmpAbCZ .widget-title {
  color: #83868c;
}
.cid-sAScmpAbCZ .widget-text {
  color: #83868c;
}
.cid-sAScmpAbCZ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAScmpAbCZ .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAScmpAbCZ .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAScmpAbCZ .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAScmpAbCZ .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAScmpAbCZ .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAScmpAbCZ .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAScmpAbCZ .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAScmpAbCZ .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAScmpAbCZ .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAScmpAbCZ .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAScmpAbCZ .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAScmpAbCZ .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAScmpAbCZ .menu-content-top,
  .cid-sAScmpAbCZ .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAScmpAbCZ button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAScmqFCRO {
  overflow-x: hidden !important;
}
.cid-sAScmqFCRO,
.cid-sAScmqFCRO .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAScmqFCRO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAScmqFCRO .mbr-section-title span {
  color: #13287d;
}
.cid-sAScmqFCRO .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAScmqFCRO .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sAScmqFCRO .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAScmqFCRO .mbr-overlay {
  z-index: 1;
}
.cid-sAScmqFCRO .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAScmrjp2Y {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAScmrjp2Y .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAScmrjp2Y .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAScmrjp2Y .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAScmrjp2Y * {
    text-align: left;
  }
}
.cid-sAScmrjp2Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .mbr-text,
.cid-sAScmrjp2Y .mbr-section-btn {
  color: #000000;
}
.cid-sAScmrjp2Y .card-wrapper .card-box .card-title,
.cid-sAScmrjp2Y .mbr-section-btn,
.cid-sAScmrjp2Y .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAScms3Ft2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAScms3Ft2 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAScms3Ft2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAScms3Ft2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAScms3Ft2 * {
    text-align: left;
  }
}
.cid-sAScms3Ft2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .mbr-text,
.cid-sAScms3Ft2 .mbr-section-btn {
  color: #000000;
}
.cid-sAScms3Ft2 .card-wrapper .card-box .card-title,
.cid-sAScms3Ft2 .mbr-section-btn,
.cid-sAScms3Ft2 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAScmsVZMA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAScmsVZMA .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAScmsVZMA .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAScmsVZMA .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAScmsVZMA .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAScmsVZMA .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAScmsVZMA .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAScmsVZMA .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAScmsVZMA .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAScmsVZMA .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmsVZMA .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmsVZMA .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmsVZMA .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmsVZMA .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAScmsVZMA .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAScmsVZMA .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAScmsVZMA .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAScmsVZMA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAScmsVZMA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAScmsVZMA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAScmsVZMA .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAScmsVZMA .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAScmsVZMA * {
    text-align: left;
  }
}
.cid-sAScmsVZMA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAScmsVZMA .card-wrapper .card-box .mbr-text,
.cid-sAScmsVZMA .mbr-section-btn {
  color: #000000;
}
.cid-sAScmsVZMA .card-wrapper .card-box .card-title,
.cid-sAScmsVZMA .mbr-section-btn,
.cid-sAScmsVZMA .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAScmtKk1p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAScmtKk1p .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAScmtKk1p .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAScmtKk1p .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAScmtKk1p .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAScmtKk1p .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAScmtKk1p .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAScmtKk1p .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAScmtKk1p .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAScmtKk1p .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmtKk1p .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmtKk1p .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmtKk1p .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmtKk1p .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAScmtKk1p .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAScmtKk1p .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAScmtKk1p .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAScmtKk1p .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAScmtKk1p .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAScmtKk1p .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAScmtKk1p .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAScmtKk1p .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAScmtKk1p * {
    text-align: left;
  }
}
.cid-sAScmtKk1p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAScmtKk1p .card-wrapper .card-box .mbr-text,
.cid-sAScmtKk1p .mbr-section-btn {
  color: #000000;
}
.cid-sAScmtKk1p .card-wrapper .card-box .card-title,
.cid-sAScmtKk1p .mbr-section-btn,
.cid-sAScmtKk1p .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAScmuujKq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAScmuujKq .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAScmuujKq .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAScmuujKq .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAScmuujKq .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAScmuujKq .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAScmuujKq .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAScmuujKq .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAScmuujKq .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAScmuujKq .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmuujKq .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmuujKq .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmuujKq .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmuujKq .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAScmuujKq .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAScmuujKq .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAScmuujKq .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAScmuujKq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAScmuujKq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAScmuujKq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAScmuujKq .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAScmuujKq .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAScmuujKq * {
    text-align: left;
  }
}
.cid-sAScmuujKq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAScmuujKq .card-wrapper .card-box .mbr-text,
.cid-sAScmuujKq .mbr-section-btn {
  color: #000000;
}
.cid-sAScmuujKq .card-wrapper .card-box .card-title,
.cid-sAScmuujKq .mbr-section-btn,
.cid-sAScmuujKq .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAScmvcErk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAScmvcErk .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAScmvcErk .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAScmvcErk .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAScmvcErk .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAScmvcErk .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAScmvcErk .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAScmvcErk .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAScmvcErk .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAScmvcErk .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmvcErk .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmvcErk .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmvcErk .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmvcErk .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAScmvcErk .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAScmvcErk .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAScmvcErk .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAScmvcErk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAScmvcErk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAScmvcErk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAScmvcErk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAScmvcErk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAScmvcErk * {
    text-align: left;
  }
}
.cid-sAScmvcErk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAScmvcErk .card-wrapper .card-box .mbr-text,
.cid-sAScmvcErk .mbr-section-btn {
  color: #000000;
}
.cid-sAScmvcErk .card-wrapper .card-box .card-title,
.cid-sAScmvcErk .mbr-section-btn,
.cid-sAScmvcErk .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAScmvW9TO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAScmvW9TO .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAScmvW9TO .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAScmvW9TO .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAScmvW9TO .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAScmvW9TO .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAScmvW9TO .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAScmvW9TO .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAScmvW9TO .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAScmvW9TO .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmvW9TO .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmvW9TO .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmvW9TO .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmvW9TO .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAScmvW9TO .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAScmvW9TO .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAScmvW9TO .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAScmvW9TO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAScmvW9TO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAScmvW9TO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAScmvW9TO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAScmvW9TO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAScmvW9TO * {
    text-align: left;
  }
}
.cid-sAScmvW9TO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAScmvW9TO .card-wrapper .card-box .mbr-text,
.cid-sAScmvW9TO .mbr-section-btn {
  color: #000000;
}
.cid-sAScmvW9TO .card-wrapper .card-box .card-title,
.cid-sAScmvW9TO .mbr-section-btn,
.cid-sAScmvW9TO .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAScmwEL1t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAScmwEL1t .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAScmwEL1t .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAScmwEL1t .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAScmwEL1t .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAScmwEL1t .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAScmwEL1t .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAScmwEL1t .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAScmwEL1t .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAScmwEL1t .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmwEL1t .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmwEL1t .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAScmwEL1t .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAScmwEL1t .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAScmwEL1t .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAScmwEL1t .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAScmwEL1t .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAScmwEL1t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAScmwEL1t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAScmwEL1t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAScmwEL1t .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAScmwEL1t .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAScmwEL1t * {
    text-align: left;
  }
}
.cid-sAScmwEL1t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAScmwEL1t .card-wrapper .card-box .mbr-text,
.cid-sAScmwEL1t .mbr-section-btn {
  color: #000000;
}
.cid-sAScmwEL1t .card-wrapper .card-box .card-title,
.cid-sAScmwEL1t .mbr-section-btn,
.cid-sAScmwEL1t .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sASgLkohoY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sASgLkohoY .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sASgLkohoY .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sASgLkohoY .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sASgLkohoY .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sASgLkohoY .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sASgLkohoY .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sASgLkohoY .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sASgLkohoY .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sASgLkohoY .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sASgLkohoY .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sASgLkohoY .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sASgLkohoY .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sASgLkohoY .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sASgLkohoY .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sASgLkohoY .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sASgLkohoY .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sASgLkohoY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sASgLkohoY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sASgLkohoY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sASgLkohoY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sASgLkohoY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sASgLkohoY * {
    text-align: left;
  }
}
.cid-sASgLkohoY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sASgLkohoY .card-wrapper .card-box .mbr-text,
.cid-sASgLkohoY .mbr-section-btn {
  color: #000000;
}
.cid-sASgLkohoY .card-wrapper .card-box .card-title,
.cid-sASgLkohoY .mbr-section-btn,
.cid-sASgLkohoY .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sASgMVwSOn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sASgMVwSOn .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sASgMVwSOn .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sASgMVwSOn .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sASgMVwSOn .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sASgMVwSOn .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sASgMVwSOn .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sASgMVwSOn .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sASgMVwSOn .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sASgMVwSOn .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sASgMVwSOn .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sASgMVwSOn .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sASgMVwSOn .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sASgMVwSOn .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sASgMVwSOn .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sASgMVwSOn .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sASgMVwSOn .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sASgMVwSOn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sASgMVwSOn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sASgMVwSOn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sASgMVwSOn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sASgMVwSOn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sASgMVwSOn * {
    text-align: left;
  }
}
.cid-sASgMVwSOn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sASgMVwSOn .card-wrapper .card-box .mbr-text,
.cid-sASgMVwSOn .mbr-section-btn {
  color: #000000;
}
.cid-sASgMVwSOn .card-wrapper .card-box .card-title,
.cid-sASgMVwSOn .mbr-section-btn,
.cid-sASgMVwSOn .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAScmxkEXV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAScmxkEXV .content-inner .left-content {
  display: block;
}
.cid-sAScmxkEXV .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAScmxkEXV .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAScmxkEXV .content-inner .right-content {
  display: block;
}
.cid-sAScmxkEXV .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAScmxkEXV .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAScmxkEXV .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAScmxkEXV .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAScmxkEXV .content-inner {
    justify-content: center !important;
  }
  .cid-sAScmxkEXV * {
    text-align: center;
  }
}
.cid-sAScmxkEXV .content-inner .left-content .mbr-section-title,
.cid-sAScmxkEXV .mbr-section-btn {
  color: #1955a5;
}
.cid-sCi4cXn68X {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCi4cXn68X .mbr-text {
  color: #d9dade;
}
.cid-sCi4cXn68X h5 {
  text-align: left;
}
.cid-sCi4cXn68X p {
  text-align: left;
}
.cid-sCi4cXn68X .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCi4cXn68X .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCi4cXn68X .card-title,
.cid-sCi4cXn68X .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCi4cXn68X .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCi4cXn68X .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCi4cXn68X .logo-text {
  text-align: left;
}
.cid-sCi4cXn68X span {
  text-decoration: underline;
}
.cid-sCi4cXn68X .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCi4cXn68X .card-box h5,
  .cid-sCi4cXn68X .card-box p {
    text-align: center;
  }
  .cid-sCi4cXn68X .mbr-text {
    text-align: center;
  }
}
.cid-sCi4dP6MX1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCi4dP6MX1 .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCi4dP6MX1 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCi4dP6MX1 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCi4dP6MX1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCi4dP6MX1 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCi4dP6MX1 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCi4dP6MX1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCi4dP6MX1 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCi4dP6MX1 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCi4dP6MX1 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAUpTeBiaU .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAUpTeBiaU .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAUpTeBiaU .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAUpTeBiaU .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAUpTeBiaU .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAUpTeBiaU .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAUpTeBiaU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAUpTeBiaU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAUpTeBiaU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAUpTeBiaU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAUpTeBiaU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAUpTeBiaU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAUpTeBiaU .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAUpTeBiaU .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAUpTeBiaU .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAUpTeBiaU .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAUpTeBiaU .dropdown-item,
.cid-sAUpTeBiaU .nav-link,
.cid-sAUpTeBiaU .brand-name {
  font-style: normal;
}
.cid-sAUpTeBiaU .dropdown-item:hover,
.cid-sAUpTeBiaU .nav-link:hover,
.cid-sAUpTeBiaU .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAUpTeBiaU .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAUpTeBiaU .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAUpTeBiaU .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAUpTeBiaU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAUpTeBiaU .nav-item {
  position: relative;
}
.cid-sAUpTeBiaU .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAUpTeBiaU .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAUpTeBiaU .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAUpTeBiaU .nav-link {
    line-height: 6.13;
  }
  .cid-sAUpTeBiaU .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAUpTeBiaU .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAUpTeBiaU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUpTeBiaU .content-text {
  margin-bottom: 0;
}
.cid-sAUpTeBiaU .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAUpTeBiaU .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAUpTeBiaU .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAUpTeBiaU .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAUpTeBiaU .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAUpTeBiaU .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAUpTeBiaU .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAUpTeBiaU .content-right-side {
  text-align: center;
}
.cid-sAUpTeBiaU .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAUpTeBiaU .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAUpTeBiaU .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAUpTeBiaU .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAUpTeBiaU .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAUpTeBiaU .info-widget:first-child {
  margin-left: 0;
}
.cid-sAUpTeBiaU .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAUpTeBiaU .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAUpTeBiaU .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAUpTeBiaU .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAUpTeBiaU .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAUpTeBiaU .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAUpTeBiaU .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAUpTeBiaU .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAUpTeBiaU .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAUpTeBiaU .navbar-toggler {
    display: none;
  }
  .cid-sAUpTeBiaU .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAUpTeBiaU .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAUpTeBiaU .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAUpTeBiaU .btn-sm {
  padding: 13px 29px;
}
.cid-sAUpTeBiaU .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAUpTeBiaU .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAUpTeBiaU .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAUpTeBiaU .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAUpTeBiaU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAUpTeBiaU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAUpTeBiaU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAUpTeBiaU .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAUpTeBiaU .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUpTeBiaU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAUpTeBiaU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAUpTeBiaU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAUpTeBiaU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAUpTeBiaU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUpTeBiaU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAUpTeBiaU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAUpTeBiaU .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAUpTeBiaU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAUpTeBiaU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAUpTeBiaU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAUpTeBiaU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAUpTeBiaU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAUpTeBiaU button.navbar-toggler:focus {
  outline: none;
}
.cid-sAUpTeBiaU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAUpTeBiaU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAUpTeBiaU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUpTeBiaU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUpTeBiaU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAUpTeBiaU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUpTeBiaU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAUpTeBiaU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAUpTeBiaU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUpTeBiaU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAUpTeBiaU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAUpTeBiaU .collapsed .btn {
  display: flex;
}
.cid-sAUpTeBiaU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAUpTeBiaU .collapsed .navbar-collapse.collapsing,
.cid-sAUpTeBiaU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAUpTeBiaU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAUpTeBiaU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAUpTeBiaU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAUpTeBiaU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAUpTeBiaU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAUpTeBiaU .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAUpTeBiaU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAUpTeBiaU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAUpTeBiaU .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUpTeBiaU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAUpTeBiaU .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAUpTeBiaU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAUpTeBiaU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAUpTeBiaU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAUpTeBiaU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAUpTeBiaU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAUpTeBiaU .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAUpTeBiaU .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAUpTeBiaU .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAUpTeBiaU .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAUpTeBiaU .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAUpTeBiaU .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAUpTeBiaU .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAUpTeBiaU .navbar-collapse.collapsing,
  .cid-sAUpTeBiaU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAUpTeBiaU .navbar-collapse.collapsing .navbar-nav,
  .cid-sAUpTeBiaU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAUpTeBiaU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAUpTeBiaU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAUpTeBiaU .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAUpTeBiaU .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAUpTeBiaU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAUpTeBiaU .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAUpTeBiaU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAUpTeBiaU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAUpTeBiaU img {
    height: 3.8rem !important;
  }
  .cid-sAUpTeBiaU .btn {
    display: flex;
  }
  .cid-sAUpTeBiaU button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAUpTeBiaU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAUpTeBiaU .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAUpTeBiaU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAUpTeBiaU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAUpTeBiaU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAUpTeBiaU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAUpTeBiaU .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAUpTeBiaU .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAUpTeBiaU .navbar-toggler {
  position: relative;
}
.cid-sAUpTeBiaU .dropdown-item.active,
.cid-sAUpTeBiaU .dropdown-item:active {
  color: initial;
}
.cid-sAUpTeBiaU .widget-title {
  color: #83868c;
}
.cid-sAUpTeBiaU .widget-text {
  color: #83868c;
}
.cid-sAUpTeBiaU .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAUpTeBiaU .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAUpTeBiaU .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAUpTeBiaU .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAUpTeBiaU .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAUpTeBiaU .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAUpTeBiaU .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAUpTeBiaU .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAUpTeBiaU .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAUpTeBiaU .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAUpTeBiaU .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAUpTeBiaU .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAUpTeBiaU .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAUpTeBiaU .menu-content-top,
  .cid-sAUpTeBiaU .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAUpTeBiaU button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAUpTfNCuo {
  overflow-x: hidden !important;
}
.cid-sAUpTfNCuo,
.cid-sAUpTfNCuo .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAUpTfNCuo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAUpTfNCuo .mbr-section-title span {
  color: #13287d;
}
.cid-sAUpTfNCuo .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAUpTfNCuo .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sAUpTfNCuo .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAUpTfNCuo .mbr-overlay {
  z-index: 1;
}
.cid-sAUpTfNCuo .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAUpTgD3ME {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUpTgD3ME .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUpTgD3ME .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUpTgD3ME .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUpTgD3ME * {
    text-align: left;
  }
}
.cid-sAUpTgD3ME a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .mbr-text,
.cid-sAUpTgD3ME .mbr-section-btn {
  color: #000000;
}
.cid-sAUpTgD3ME .card-wrapper .card-box .card-title,
.cid-sAUpTgD3ME .mbr-section-btn,
.cid-sAUpTgD3ME .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUpThlc8h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUpThlc8h .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUpThlc8h .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUpThlc8h .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUpThlc8h .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUpThlc8h .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUpThlc8h .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUpThlc8h .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUpThlc8h .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUpThlc8h .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUpThlc8h .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUpThlc8h .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUpThlc8h .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUpThlc8h .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUpThlc8h .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUpThlc8h .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUpThlc8h .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUpThlc8h .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUpThlc8h .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUpThlc8h .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUpThlc8h .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUpThlc8h .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUpThlc8h * {
    text-align: left;
  }
}
.cid-sAUpThlc8h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUpThlc8h .card-wrapper .card-box .mbr-text,
.cid-sAUpThlc8h .mbr-section-btn {
  color: #000000;
}
.cid-sAUpThlc8h .card-wrapper .card-box .card-title,
.cid-sAUpThlc8h .mbr-section-btn,
.cid-sAUpThlc8h .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUpTi2KRZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUpTi2KRZ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUpTi2KRZ * {
    text-align: left;
  }
}
.cid-sAUpTi2KRZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .mbr-text,
.cid-sAUpTi2KRZ .mbr-section-btn {
  color: #000000;
}
.cid-sAUpTi2KRZ .card-wrapper .card-box .card-title,
.cid-sAUpTi2KRZ .mbr-section-btn,
.cid-sAUpTi2KRZ .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUpTiDH70 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUpTiDH70 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUpTiDH70 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUpTiDH70 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUpTiDH70 * {
    text-align: left;
  }
}
.cid-sAUpTiDH70 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .mbr-text,
.cid-sAUpTiDH70 .mbr-section-btn {
  color: #000000;
}
.cid-sAUpTiDH70 .card-wrapper .card-box .card-title,
.cid-sAUpTiDH70 .mbr-section-btn,
.cid-sAUpTiDH70 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUrA9hPq1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUrA9hPq1 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUrA9hPq1 * {
    text-align: left;
  }
}
.cid-sAUrA9hPq1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .mbr-text,
.cid-sAUrA9hPq1 .mbr-section-btn {
  color: #000000;
}
.cid-sAUrA9hPq1 .card-wrapper .card-box .card-title,
.cid-sAUrA9hPq1 .mbr-section-btn,
.cid-sAUrA9hPq1 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUrAS1e5y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUrAS1e5y .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUrAS1e5y .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUrAS1e5y .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUrAS1e5y * {
    text-align: left;
  }
}
.cid-sAUrAS1e5y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .mbr-text,
.cid-sAUrAS1e5y .mbr-section-btn {
  color: #000000;
}
.cid-sAUrAS1e5y .card-wrapper .card-box .card-title,
.cid-sAUrAS1e5y .mbr-section-btn,
.cid-sAUrAS1e5y .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUs2lbgr1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUs2lbgr1 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUs2lbgr1 * {
    text-align: left;
  }
}
.cid-sAUs2lbgr1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .mbr-text,
.cid-sAUs2lbgr1 .mbr-section-btn {
  color: #000000;
}
.cid-sAUs2lbgr1 .card-wrapper .card-box .card-title,
.cid-sAUs2lbgr1 .mbr-section-btn,
.cid-sAUs2lbgr1 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUpTjbWQv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAUpTjbWQv .content-inner .left-content {
  display: block;
}
.cid-sAUpTjbWQv .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAUpTjbWQv .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAUpTjbWQv .content-inner .right-content {
  display: block;
}
.cid-sAUpTjbWQv .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAUpTjbWQv .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAUpTjbWQv .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAUpTjbWQv .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAUpTjbWQv .content-inner {
    justify-content: center !important;
  }
  .cid-sAUpTjbWQv * {
    text-align: center;
  }
}
.cid-sAUpTjbWQv .content-inner .left-content .mbr-section-title,
.cid-sAUpTjbWQv .mbr-section-btn {
  color: #1955a5;
}
.cid-sCizXqTian {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCizXqTian .mbr-text {
  color: #d9dade;
}
.cid-sCizXqTian h5 {
  text-align: left;
}
.cid-sCizXqTian p {
  text-align: left;
}
.cid-sCizXqTian .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCizXqTian .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCizXqTian .card-title,
.cid-sCizXqTian .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCizXqTian .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCizXqTian .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCizXqTian .logo-text {
  text-align: left;
}
.cid-sCizXqTian span {
  text-decoration: underline;
}
.cid-sCizXqTian .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCizXqTian .card-box h5,
  .cid-sCizXqTian .card-box p {
    text-align: center;
  }
  .cid-sCizXqTian .mbr-text {
    text-align: center;
  }
}
.cid-sCizYi2mDL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCizYi2mDL .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCizYi2mDL .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCizYi2mDL .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCizYi2mDL .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCizYi2mDL .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCizYi2mDL .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCizYi2mDL .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCizYi2mDL .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCizYi2mDL .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCizYi2mDL .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAUuaquDZ4 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAUuaquDZ4 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAUuaquDZ4 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAUuaquDZ4 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAUuaquDZ4 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAUuaquDZ4 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAUuaquDZ4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAUuaquDZ4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAUuaquDZ4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAUuaquDZ4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAUuaquDZ4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAUuaquDZ4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAUuaquDZ4 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAUuaquDZ4 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAUuaquDZ4 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAUuaquDZ4 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAUuaquDZ4 .dropdown-item,
.cid-sAUuaquDZ4 .nav-link,
.cid-sAUuaquDZ4 .brand-name {
  font-style: normal;
}
.cid-sAUuaquDZ4 .dropdown-item:hover,
.cid-sAUuaquDZ4 .nav-link:hover,
.cid-sAUuaquDZ4 .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAUuaquDZ4 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAUuaquDZ4 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAUuaquDZ4 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAUuaquDZ4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAUuaquDZ4 .nav-item {
  position: relative;
}
.cid-sAUuaquDZ4 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAUuaquDZ4 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAUuaquDZ4 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAUuaquDZ4 .nav-link {
    line-height: 6.13;
  }
  .cid-sAUuaquDZ4 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAUuaquDZ4 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAUuaquDZ4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUuaquDZ4 .content-text {
  margin-bottom: 0;
}
.cid-sAUuaquDZ4 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAUuaquDZ4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAUuaquDZ4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAUuaquDZ4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAUuaquDZ4 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAUuaquDZ4 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAUuaquDZ4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAUuaquDZ4 .content-right-side {
  text-align: center;
}
.cid-sAUuaquDZ4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAUuaquDZ4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAUuaquDZ4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAUuaquDZ4 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAUuaquDZ4 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAUuaquDZ4 .info-widget:first-child {
  margin-left: 0;
}
.cid-sAUuaquDZ4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAUuaquDZ4 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAUuaquDZ4 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAUuaquDZ4 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAUuaquDZ4 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAUuaquDZ4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAUuaquDZ4 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAUuaquDZ4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAUuaquDZ4 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAUuaquDZ4 .navbar-toggler {
    display: none;
  }
  .cid-sAUuaquDZ4 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAUuaquDZ4 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAUuaquDZ4 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAUuaquDZ4 .btn-sm {
  padding: 13px 29px;
}
.cid-sAUuaquDZ4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAUuaquDZ4 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAUuaquDZ4 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAUuaquDZ4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAUuaquDZ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAUuaquDZ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAUuaquDZ4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAUuaquDZ4 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAUuaquDZ4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUuaquDZ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAUuaquDZ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAUuaquDZ4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAUuaquDZ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAUuaquDZ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUuaquDZ4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAUuaquDZ4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAUuaquDZ4 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAUuaquDZ4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAUuaquDZ4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAUuaquDZ4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAUuaquDZ4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAUuaquDZ4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAUuaquDZ4 button.navbar-toggler:focus {
  outline: none;
}
.cid-sAUuaquDZ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAUuaquDZ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAUuaquDZ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUuaquDZ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUuaquDZ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAUuaquDZ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUuaquDZ4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAUuaquDZ4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAUuaquDZ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUuaquDZ4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAUuaquDZ4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAUuaquDZ4 .collapsed .btn {
  display: flex;
}
.cid-sAUuaquDZ4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAUuaquDZ4 .collapsed .navbar-collapse.collapsing,
.cid-sAUuaquDZ4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAUuaquDZ4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAUuaquDZ4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAUuaquDZ4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAUuaquDZ4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAUuaquDZ4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAUuaquDZ4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAUuaquDZ4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAUuaquDZ4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAUuaquDZ4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUuaquDZ4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAUuaquDZ4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAUuaquDZ4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAUuaquDZ4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAUuaquDZ4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAUuaquDZ4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAUuaquDZ4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAUuaquDZ4 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAUuaquDZ4 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAUuaquDZ4 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAUuaquDZ4 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAUuaquDZ4 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAUuaquDZ4 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAUuaquDZ4 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAUuaquDZ4 .navbar-collapse.collapsing,
  .cid-sAUuaquDZ4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAUuaquDZ4 .navbar-collapse.collapsing .navbar-nav,
  .cid-sAUuaquDZ4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAUuaquDZ4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAUuaquDZ4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAUuaquDZ4 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAUuaquDZ4 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAUuaquDZ4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAUuaquDZ4 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAUuaquDZ4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAUuaquDZ4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAUuaquDZ4 img {
    height: 3.8rem !important;
  }
  .cid-sAUuaquDZ4 .btn {
    display: flex;
  }
  .cid-sAUuaquDZ4 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAUuaquDZ4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAUuaquDZ4 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAUuaquDZ4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAUuaquDZ4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAUuaquDZ4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAUuaquDZ4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAUuaquDZ4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAUuaquDZ4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAUuaquDZ4 .navbar-toggler {
  position: relative;
}
.cid-sAUuaquDZ4 .dropdown-item.active,
.cid-sAUuaquDZ4 .dropdown-item:active {
  color: initial;
}
.cid-sAUuaquDZ4 .widget-title {
  color: #83868c;
}
.cid-sAUuaquDZ4 .widget-text {
  color: #83868c;
}
.cid-sAUuaquDZ4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAUuaquDZ4 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAUuaquDZ4 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAUuaquDZ4 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAUuaquDZ4 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAUuaquDZ4 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAUuaquDZ4 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAUuaquDZ4 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAUuaquDZ4 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAUuaquDZ4 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAUuaquDZ4 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAUuaquDZ4 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAUuaquDZ4 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAUuaquDZ4 .menu-content-top,
  .cid-sAUuaquDZ4 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAUuaquDZ4 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAUuartdAm {
  overflow-x: hidden !important;
}
.cid-sAUuartdAm,
.cid-sAUuartdAm .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAUuartdAm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAUuartdAm .mbr-section-title span {
  color: #13287d;
}
.cid-sAUuartdAm .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAUuartdAm .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sAUuartdAm .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAUuartdAm .mbr-overlay {
  z-index: 1;
}
.cid-sAUuartdAm .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAUuasd6nO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUuasd6nO .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUuasd6nO .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUuasd6nO .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUuasd6nO .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUuasd6nO .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUuasd6nO .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUuasd6nO .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUuasd6nO .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUuasd6nO .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUuasd6nO .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUuasd6nO .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUuasd6nO .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUuasd6nO .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUuasd6nO .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUuasd6nO .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUuasd6nO .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUuasd6nO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUuasd6nO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUuasd6nO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUuasd6nO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUuasd6nO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUuasd6nO * {
    text-align: left;
  }
}
.cid-sAUuasd6nO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUuasd6nO .card-wrapper .card-box .mbr-text,
.cid-sAUuasd6nO .mbr-section-btn {
  color: #000000;
}
.cid-sAUuasd6nO .card-wrapper .card-box .card-title,
.cid-sAUuasd6nO .mbr-section-btn,
.cid-sAUuasd6nO .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUuasZqis {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUuasZqis .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUuasZqis .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUuasZqis .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUuasZqis .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUuasZqis .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUuasZqis .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUuasZqis .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUuasZqis .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUuasZqis .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUuasZqis .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUuasZqis .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUuasZqis .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUuasZqis .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUuasZqis .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUuasZqis .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUuasZqis .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUuasZqis .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUuasZqis .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUuasZqis .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUuasZqis .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUuasZqis .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUuasZqis * {
    text-align: left;
  }
}
.cid-sAUuasZqis a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUuasZqis .card-wrapper .card-box .mbr-text,
.cid-sAUuasZqis .mbr-section-btn {
  color: #000000;
}
.cid-sAUuasZqis .card-wrapper .card-box .card-title,
.cid-sAUuasZqis .mbr-section-btn,
.cid-sAUuasZqis .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUuasZqis .card-wrapper .card-box .card-subtitle,
.cid-sAUuasZqis .mbr-section-btn,
.cid-sAUuasZqis .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUuatNhJU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUuatNhJU .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUuatNhJU .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUuatNhJU .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUuatNhJU .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUuatNhJU .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUuatNhJU .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUuatNhJU .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUuatNhJU .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUuatNhJU .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUuatNhJU .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUuatNhJU .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUuatNhJU .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUuatNhJU .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUuatNhJU .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUuatNhJU .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUuatNhJU .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUuatNhJU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUuatNhJU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUuatNhJU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUuatNhJU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUuatNhJU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUuatNhJU * {
    text-align: left;
  }
}
.cid-sAUuatNhJU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUuatNhJU .card-wrapper .card-box .mbr-text,
.cid-sAUuatNhJU .mbr-section-btn {
  color: #000000;
}
.cid-sAUuatNhJU .card-wrapper .card-box .card-title,
.cid-sAUuatNhJU .mbr-section-btn,
.cid-sAUuatNhJU .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUuauGYtE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUuauGYtE .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUuauGYtE .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUuauGYtE .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUuauGYtE .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUuauGYtE .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUuauGYtE .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUuauGYtE .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUuauGYtE .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUuauGYtE .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUuauGYtE .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUuauGYtE .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUuauGYtE .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUuauGYtE .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUuauGYtE .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUuauGYtE .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUuauGYtE .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUuauGYtE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUuauGYtE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUuauGYtE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUuauGYtE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUuauGYtE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUuauGYtE * {
    text-align: left;
  }
}
.cid-sAUuauGYtE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUuauGYtE .card-wrapper .card-box .mbr-text,
.cid-sAUuauGYtE .mbr-section-btn {
  color: #000000;
}
.cid-sAUuauGYtE .card-wrapper .card-box .card-title,
.cid-sAUuauGYtE .mbr-section-btn,
.cid-sAUuauGYtE .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUvxge5zp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUvxge5zp .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUvxge5zp .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUvxge5zp .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUvxge5zp .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUvxge5zp .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUvxge5zp .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUvxge5zp .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUvxge5zp .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUvxge5zp .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUvxge5zp .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUvxge5zp .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUvxge5zp .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUvxge5zp .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUvxge5zp .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUvxge5zp .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUvxge5zp .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUvxge5zp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUvxge5zp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUvxge5zp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUvxge5zp .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUvxge5zp .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUvxge5zp * {
    text-align: left;
  }
}
.cid-sAUvxge5zp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUvxge5zp .card-wrapper .card-box .mbr-text,
.cid-sAUvxge5zp .mbr-section-btn {
  color: #000000;
}
.cid-sAUvxge5zp .card-wrapper .card-box .card-title,
.cid-sAUvxge5zp .mbr-section-btn,
.cid-sAUvxge5zp .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUuavNLXy {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAUuavNLXy .content-inner .left-content {
  display: block;
}
.cid-sAUuavNLXy .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAUuavNLXy .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAUuavNLXy .content-inner .right-content {
  display: block;
}
.cid-sAUuavNLXy .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAUuavNLXy .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAUuavNLXy .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAUuavNLXy .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAUuavNLXy .content-inner {
    justify-content: center !important;
  }
  .cid-sAUuavNLXy * {
    text-align: center;
  }
}
.cid-sAUuavNLXy .content-inner .left-content .mbr-section-title,
.cid-sAUuavNLXy .mbr-section-btn {
  color: #1955a5;
}
.cid-sCizrbfHKL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCizrbfHKL .mbr-text {
  color: #d9dade;
}
.cid-sCizrbfHKL h5 {
  text-align: left;
}
.cid-sCizrbfHKL p {
  text-align: left;
}
.cid-sCizrbfHKL .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCizrbfHKL .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCizrbfHKL .card-title,
.cid-sCizrbfHKL .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCizrbfHKL .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCizrbfHKL .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCizrbfHKL .logo-text {
  text-align: left;
}
.cid-sCizrbfHKL span {
  text-decoration: underline;
}
.cid-sCizrbfHKL .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCizrbfHKL .card-box h5,
  .cid-sCizrbfHKL .card-box p {
    text-align: center;
  }
  .cid-sCizrbfHKL .mbr-text {
    text-align: center;
  }
}
.cid-sCizs8LZ9l {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCizs8LZ9l .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCizs8LZ9l .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCizs8LZ9l .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCizs8LZ9l .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCizs8LZ9l .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCizs8LZ9l .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCizs8LZ9l .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCizs8LZ9l .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCizs8LZ9l .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCizs8LZ9l .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAUwJvCoVx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAUwJvCoVx .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAUwJvCoVx .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAUwJvCoVx .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAUwJvCoVx .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAUwJvCoVx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAUwJvCoVx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAUwJvCoVx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAUwJvCoVx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAUwJvCoVx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAUwJvCoVx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAUwJvCoVx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAUwJvCoVx .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAUwJvCoVx .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAUwJvCoVx .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAUwJvCoVx .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAUwJvCoVx .dropdown-item,
.cid-sAUwJvCoVx .nav-link,
.cid-sAUwJvCoVx .brand-name {
  font-style: normal;
}
.cid-sAUwJvCoVx .dropdown-item:hover,
.cid-sAUwJvCoVx .nav-link:hover,
.cid-sAUwJvCoVx .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAUwJvCoVx .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAUwJvCoVx .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAUwJvCoVx .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAUwJvCoVx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAUwJvCoVx .nav-item {
  position: relative;
}
.cid-sAUwJvCoVx .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAUwJvCoVx .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAUwJvCoVx .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAUwJvCoVx .nav-link {
    line-height: 6.13;
  }
  .cid-sAUwJvCoVx .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAUwJvCoVx .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAUwJvCoVx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUwJvCoVx .content-text {
  margin-bottom: 0;
}
.cid-sAUwJvCoVx .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAUwJvCoVx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAUwJvCoVx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAUwJvCoVx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAUwJvCoVx .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAUwJvCoVx .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAUwJvCoVx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAUwJvCoVx .content-right-side {
  text-align: center;
}
.cid-sAUwJvCoVx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAUwJvCoVx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAUwJvCoVx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAUwJvCoVx .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAUwJvCoVx .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAUwJvCoVx .info-widget:first-child {
  margin-left: 0;
}
.cid-sAUwJvCoVx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAUwJvCoVx .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAUwJvCoVx .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAUwJvCoVx .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAUwJvCoVx .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAUwJvCoVx .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAUwJvCoVx .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAUwJvCoVx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAUwJvCoVx .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAUwJvCoVx .navbar-toggler {
    display: none;
  }
  .cid-sAUwJvCoVx .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAUwJvCoVx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAUwJvCoVx .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAUwJvCoVx .btn-sm {
  padding: 13px 29px;
}
.cid-sAUwJvCoVx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAUwJvCoVx .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAUwJvCoVx .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAUwJvCoVx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAUwJvCoVx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAUwJvCoVx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAUwJvCoVx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAUwJvCoVx .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAUwJvCoVx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUwJvCoVx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAUwJvCoVx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAUwJvCoVx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAUwJvCoVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAUwJvCoVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUwJvCoVx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAUwJvCoVx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAUwJvCoVx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAUwJvCoVx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAUwJvCoVx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAUwJvCoVx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAUwJvCoVx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAUwJvCoVx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAUwJvCoVx button.navbar-toggler:focus {
  outline: none;
}
.cid-sAUwJvCoVx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAUwJvCoVx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAUwJvCoVx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUwJvCoVx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUwJvCoVx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAUwJvCoVx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUwJvCoVx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAUwJvCoVx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAUwJvCoVx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUwJvCoVx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAUwJvCoVx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAUwJvCoVx .collapsed .btn {
  display: flex;
}
.cid-sAUwJvCoVx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAUwJvCoVx .collapsed .navbar-collapse.collapsing,
.cid-sAUwJvCoVx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAUwJvCoVx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAUwJvCoVx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAUwJvCoVx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAUwJvCoVx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAUwJvCoVx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAUwJvCoVx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAUwJvCoVx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAUwJvCoVx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAUwJvCoVx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUwJvCoVx .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAUwJvCoVx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAUwJvCoVx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAUwJvCoVx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAUwJvCoVx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAUwJvCoVx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAUwJvCoVx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAUwJvCoVx .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAUwJvCoVx .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAUwJvCoVx .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAUwJvCoVx .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAUwJvCoVx .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAUwJvCoVx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAUwJvCoVx .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAUwJvCoVx .navbar-collapse.collapsing,
  .cid-sAUwJvCoVx .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAUwJvCoVx .navbar-collapse.collapsing .navbar-nav,
  .cid-sAUwJvCoVx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAUwJvCoVx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAUwJvCoVx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAUwJvCoVx .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAUwJvCoVx .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAUwJvCoVx .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAUwJvCoVx .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAUwJvCoVx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAUwJvCoVx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAUwJvCoVx img {
    height: 3.8rem !important;
  }
  .cid-sAUwJvCoVx .btn {
    display: flex;
  }
  .cid-sAUwJvCoVx button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAUwJvCoVx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAUwJvCoVx .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAUwJvCoVx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAUwJvCoVx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAUwJvCoVx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAUwJvCoVx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAUwJvCoVx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAUwJvCoVx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAUwJvCoVx .navbar-toggler {
  position: relative;
}
.cid-sAUwJvCoVx .dropdown-item.active,
.cid-sAUwJvCoVx .dropdown-item:active {
  color: initial;
}
.cid-sAUwJvCoVx .widget-title {
  color: #83868c;
}
.cid-sAUwJvCoVx .widget-text {
  color: #83868c;
}
.cid-sAUwJvCoVx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAUwJvCoVx .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAUwJvCoVx .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAUwJvCoVx .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAUwJvCoVx .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAUwJvCoVx .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAUwJvCoVx .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAUwJvCoVx .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAUwJvCoVx .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAUwJvCoVx .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAUwJvCoVx .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAUwJvCoVx .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAUwJvCoVx .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAUwJvCoVx .menu-content-top,
  .cid-sAUwJvCoVx .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAUwJvCoVx button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAUwJwFXv4 {
  overflow-x: hidden !important;
}
.cid-sAUwJwFXv4,
.cid-sAUwJwFXv4 .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAUwJwFXv4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAUwJwFXv4 .mbr-section-title span {
  color: #13287d;
}
.cid-sAUwJwFXv4 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAUwJwFXv4 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sAUwJwFXv4 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAUwJwFXv4 .mbr-overlay {
  z-index: 1;
}
.cid-sAUwJwFXv4 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAUwJxo2xn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUwJxo2xn .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUwJxo2xn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUwJxo2xn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUwJxo2xn * {
    text-align: left;
  }
}
.cid-sAUwJxo2xn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .mbr-text,
.cid-sAUwJxo2xn .mbr-section-btn {
  color: #000000;
}
.cid-sAUwJxo2xn .card-wrapper .card-box .card-title,
.cid-sAUwJxo2xn .mbr-section-btn,
.cid-sAUwJxo2xn .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUwJycb4o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUwJycb4o .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUwJycb4o .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUwJycb4o .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUwJycb4o .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUwJycb4o .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUwJycb4o .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUwJycb4o .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUwJycb4o .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUwJycb4o .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUwJycb4o .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUwJycb4o .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUwJycb4o .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUwJycb4o .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUwJycb4o .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUwJycb4o .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUwJycb4o .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUwJycb4o .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUwJycb4o .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUwJycb4o .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUwJycb4o .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUwJycb4o .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUwJycb4o * {
    text-align: left;
  }
}
.cid-sAUwJycb4o a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUwJycb4o .card-wrapper .card-box .mbr-text,
.cid-sAUwJycb4o .mbr-section-btn {
  color: #000000;
}
.cid-sAUwJycb4o .card-wrapper .card-box .card-title,
.cid-sAUwJycb4o .mbr-section-btn,
.cid-sAUwJycb4o .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUwJyWDXd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUwJyWDXd .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUwJyWDXd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUwJyWDXd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUwJyWDXd * {
    text-align: left;
  }
}
.cid-sAUwJyWDXd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .mbr-text,
.cid-sAUwJyWDXd .mbr-section-btn {
  color: #000000;
}
.cid-sAUwJyWDXd .card-wrapper .card-box .card-title,
.cid-sAUwJyWDXd .mbr-section-btn,
.cid-sAUwJyWDXd .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUwJzBVR1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUwJzBVR1 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUwJzBVR1 * {
    text-align: left;
  }
}
.cid-sAUwJzBVR1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .mbr-text,
.cid-sAUwJzBVR1 .mbr-section-btn {
  color: #000000;
}
.cid-sAUwJzBVR1 .card-wrapper .card-box .card-title,
.cid-sAUwJzBVR1 .mbr-section-btn,
.cid-sAUwJzBVR1 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUwJAgXIX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAUwJAgXIX .content-inner .left-content {
  display: block;
}
.cid-sAUwJAgXIX .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAUwJAgXIX .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAUwJAgXIX .content-inner .right-content {
  display: block;
}
.cid-sAUwJAgXIX .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAUwJAgXIX .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAUwJAgXIX .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAUwJAgXIX .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAUwJAgXIX .content-inner {
    justify-content: center !important;
  }
  .cid-sAUwJAgXIX * {
    text-align: center;
  }
}
.cid-sAUwJAgXIX .content-inner .left-content .mbr-section-title,
.cid-sAUwJAgXIX .mbr-section-btn {
  color: #1955a5;
}
.cid-sCiv1ojLg5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCiv1ojLg5 .mbr-text {
  color: #d9dade;
}
.cid-sCiv1ojLg5 h5 {
  text-align: left;
}
.cid-sCiv1ojLg5 p {
  text-align: left;
}
.cid-sCiv1ojLg5 .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCiv1ojLg5 .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCiv1ojLg5 .card-title,
.cid-sCiv1ojLg5 .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCiv1ojLg5 .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCiv1ojLg5 .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCiv1ojLg5 .logo-text {
  text-align: left;
}
.cid-sCiv1ojLg5 span {
  text-decoration: underline;
}
.cid-sCiv1ojLg5 .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCiv1ojLg5 .card-box h5,
  .cid-sCiv1ojLg5 .card-box p {
    text-align: center;
  }
  .cid-sCiv1ojLg5 .mbr-text {
    text-align: center;
  }
}
.cid-sCiv2kAhZE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiv2kAhZE .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiv2kAhZE .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiv2kAhZE .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiv2kAhZE .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiv2kAhZE .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiv2kAhZE .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiv2kAhZE .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiv2kAhZE .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiv2kAhZE .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiv2kAhZE .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAUzQfH8BY .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAUzQfH8BY .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAUzQfH8BY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAUzQfH8BY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAUzQfH8BY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAUzQfH8BY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAUzQfH8BY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAUzQfH8BY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAUzQfH8BY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAUzQfH8BY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAUzQfH8BY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAUzQfH8BY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAUzQfH8BY .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAUzQfH8BY .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAUzQfH8BY .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAUzQfH8BY .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAUzQfH8BY .dropdown-item,
.cid-sAUzQfH8BY .nav-link,
.cid-sAUzQfH8BY .brand-name {
  font-style: normal;
}
.cid-sAUzQfH8BY .dropdown-item:hover,
.cid-sAUzQfH8BY .nav-link:hover,
.cid-sAUzQfH8BY .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAUzQfH8BY .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAUzQfH8BY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAUzQfH8BY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAUzQfH8BY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAUzQfH8BY .nav-item {
  position: relative;
}
.cid-sAUzQfH8BY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAUzQfH8BY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAUzQfH8BY .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAUzQfH8BY .nav-link {
    line-height: 6.13;
  }
  .cid-sAUzQfH8BY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAUzQfH8BY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAUzQfH8BY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUzQfH8BY .content-text {
  margin-bottom: 0;
}
.cid-sAUzQfH8BY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAUzQfH8BY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAUzQfH8BY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAUzQfH8BY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAUzQfH8BY .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAUzQfH8BY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAUzQfH8BY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAUzQfH8BY .content-right-side {
  text-align: center;
}
.cid-sAUzQfH8BY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAUzQfH8BY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAUzQfH8BY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAUzQfH8BY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAUzQfH8BY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAUzQfH8BY .info-widget:first-child {
  margin-left: 0;
}
.cid-sAUzQfH8BY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAUzQfH8BY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAUzQfH8BY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAUzQfH8BY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAUzQfH8BY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAUzQfH8BY .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAUzQfH8BY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAUzQfH8BY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAUzQfH8BY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAUzQfH8BY .navbar-toggler {
    display: none;
  }
  .cid-sAUzQfH8BY .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAUzQfH8BY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAUzQfH8BY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAUzQfH8BY .btn-sm {
  padding: 13px 29px;
}
.cid-sAUzQfH8BY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAUzQfH8BY .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAUzQfH8BY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAUzQfH8BY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAUzQfH8BY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAUzQfH8BY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAUzQfH8BY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAUzQfH8BY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAUzQfH8BY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUzQfH8BY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAUzQfH8BY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAUzQfH8BY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAUzQfH8BY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAUzQfH8BY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUzQfH8BY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAUzQfH8BY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAUzQfH8BY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAUzQfH8BY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAUzQfH8BY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAUzQfH8BY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAUzQfH8BY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAUzQfH8BY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAUzQfH8BY button.navbar-toggler:focus {
  outline: none;
}
.cid-sAUzQfH8BY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAUzQfH8BY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAUzQfH8BY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUzQfH8BY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUzQfH8BY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAUzQfH8BY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUzQfH8BY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAUzQfH8BY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAUzQfH8BY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUzQfH8BY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAUzQfH8BY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAUzQfH8BY .collapsed .btn {
  display: flex;
}
.cid-sAUzQfH8BY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAUzQfH8BY .collapsed .navbar-collapse.collapsing,
.cid-sAUzQfH8BY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAUzQfH8BY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAUzQfH8BY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAUzQfH8BY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAUzQfH8BY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAUzQfH8BY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAUzQfH8BY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAUzQfH8BY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAUzQfH8BY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAUzQfH8BY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUzQfH8BY .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAUzQfH8BY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAUzQfH8BY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAUzQfH8BY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAUzQfH8BY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAUzQfH8BY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAUzQfH8BY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAUzQfH8BY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAUzQfH8BY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAUzQfH8BY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAUzQfH8BY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAUzQfH8BY .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAUzQfH8BY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAUzQfH8BY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAUzQfH8BY .navbar-collapse.collapsing,
  .cid-sAUzQfH8BY .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAUzQfH8BY .navbar-collapse.collapsing .navbar-nav,
  .cid-sAUzQfH8BY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAUzQfH8BY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAUzQfH8BY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAUzQfH8BY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAUzQfH8BY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAUzQfH8BY .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAUzQfH8BY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAUzQfH8BY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAUzQfH8BY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAUzQfH8BY img {
    height: 3.8rem !important;
  }
  .cid-sAUzQfH8BY .btn {
    display: flex;
  }
  .cid-sAUzQfH8BY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAUzQfH8BY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAUzQfH8BY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAUzQfH8BY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAUzQfH8BY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAUzQfH8BY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAUzQfH8BY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAUzQfH8BY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAUzQfH8BY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAUzQfH8BY .navbar-toggler {
  position: relative;
}
.cid-sAUzQfH8BY .dropdown-item.active,
.cid-sAUzQfH8BY .dropdown-item:active {
  color: initial;
}
.cid-sAUzQfH8BY .widget-title {
  color: #83868c;
}
.cid-sAUzQfH8BY .widget-text {
  color: #83868c;
}
.cid-sAUzQfH8BY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAUzQfH8BY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAUzQfH8BY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAUzQfH8BY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAUzQfH8BY .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAUzQfH8BY .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAUzQfH8BY .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAUzQfH8BY .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAUzQfH8BY .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAUzQfH8BY .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAUzQfH8BY .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAUzQfH8BY .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAUzQfH8BY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAUzQfH8BY .menu-content-top,
  .cid-sAUzQfH8BY .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAUzQfH8BY button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAUzQhwBoq {
  overflow-x: hidden !important;
}
.cid-sAUzQhwBoq,
.cid-sAUzQhwBoq .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAUzQhwBoq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAUzQhwBoq .mbr-section-title span {
  color: #13287d;
}
.cid-sAUzQhwBoq .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAUzQhwBoq .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sAUzQhwBoq .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAUzQhwBoq .mbr-overlay {
  z-index: 1;
}
.cid-sAUzQhwBoq .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAUzQibBf6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUzQibBf6 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUzQibBf6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUzQibBf6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUzQibBf6 * {
    text-align: left;
  }
}
.cid-sAUzQibBf6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .mbr-text,
.cid-sAUzQibBf6 .mbr-section-btn {
  color: #000000;
}
.cid-sAUzQibBf6 .card-wrapper .card-box .card-title,
.cid-sAUzQibBf6 .mbr-section-btn,
.cid-sAUzQibBf6 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUzQiOSOp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUzQiOSOp .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUzQiOSOp .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUzQiOSOp .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUzQiOSOp * {
    text-align: left;
  }
}
.cid-sAUzQiOSOp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .mbr-text,
.cid-sAUzQiOSOp .mbr-section-btn {
  color: #000000;
}
.cid-sAUzQiOSOp .card-wrapper .card-box .card-title,
.cid-sAUzQiOSOp .mbr-section-btn,
.cid-sAUzQiOSOp .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUzQjwAFy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUzQjwAFy .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUzQjwAFy .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUzQjwAFy .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUzQjwAFy * {
    text-align: left;
  }
}
.cid-sAUzQjwAFy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .mbr-text,
.cid-sAUzQjwAFy .mbr-section-btn {
  color: #000000;
}
.cid-sAUzQjwAFy .card-wrapper .card-box .card-title,
.cid-sAUzQjwAFy .mbr-section-btn,
.cid-sAUzQjwAFy .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUzQk4gQB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUzQk4gQB .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUzQk4gQB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUzQk4gQB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUzQk4gQB * {
    text-align: left;
  }
}
.cid-sAUzQk4gQB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .mbr-text,
.cid-sAUzQk4gQB .mbr-section-btn {
  color: #000000;
}
.cid-sAUzQk4gQB .card-wrapper .card-box .card-title,
.cid-sAUzQk4gQB .mbr-section-btn,
.cid-sAUzQk4gQB .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUBwingoR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUBwingoR .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUBwingoR .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUBwingoR .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUBwingoR .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUBwingoR .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUBwingoR .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUBwingoR .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUBwingoR .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUBwingoR .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUBwingoR .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUBwingoR .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUBwingoR .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUBwingoR .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUBwingoR .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUBwingoR .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUBwingoR .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUBwingoR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUBwingoR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUBwingoR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUBwingoR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUBwingoR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUBwingoR * {
    text-align: left;
  }
}
.cid-sAUBwingoR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUBwingoR .card-wrapper .card-box .mbr-text,
.cid-sAUBwingoR .mbr-section-btn {
  color: #000000;
}
.cid-sAUBwingoR .card-wrapper .card-box .card-title,
.cid-sAUBwingoR .mbr-section-btn,
.cid-sAUBwingoR .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUzQkECsq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAUzQkECsq .content-inner .left-content {
  display: block;
}
.cid-sAUzQkECsq .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAUzQkECsq .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAUzQkECsq .content-inner .right-content {
  display: block;
}
.cid-sAUzQkECsq .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAUzQkECsq .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAUzQkECsq .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAUzQkECsq .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAUzQkECsq .content-inner {
    justify-content: center !important;
  }
  .cid-sAUzQkECsq * {
    text-align: center;
  }
}
.cid-sAUzQkECsq .content-inner .left-content .mbr-section-title,
.cid-sAUzQkECsq .mbr-section-btn {
  color: #1955a5;
}
.cid-sCivBMnRND {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCivBMnRND .mbr-text {
  color: #d9dade;
}
.cid-sCivBMnRND h5 {
  text-align: left;
}
.cid-sCivBMnRND p {
  text-align: left;
}
.cid-sCivBMnRND .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCivBMnRND .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCivBMnRND .card-title,
.cid-sCivBMnRND .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCivBMnRND .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCivBMnRND .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCivBMnRND .logo-text {
  text-align: left;
}
.cid-sCivBMnRND span {
  text-decoration: underline;
}
.cid-sCivBMnRND .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCivBMnRND .card-box h5,
  .cid-sCivBMnRND .card-box p {
    text-align: center;
  }
  .cid-sCivBMnRND .mbr-text {
    text-align: center;
  }
}
.cid-sCivCPxr5p {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCivCPxr5p .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCivCPxr5p .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCivCPxr5p .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCivCPxr5p .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCivCPxr5p .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCivCPxr5p .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCivCPxr5p .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCivCPxr5p .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCivCPxr5p .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCivCPxr5p .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAUD0EARDL .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAUD0EARDL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAUD0EARDL .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAUD0EARDL .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAUD0EARDL .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAUD0EARDL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAUD0EARDL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAUD0EARDL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAUD0EARDL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAUD0EARDL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAUD0EARDL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAUD0EARDL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAUD0EARDL .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAUD0EARDL .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAUD0EARDL .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAUD0EARDL .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAUD0EARDL .dropdown-item,
.cid-sAUD0EARDL .nav-link,
.cid-sAUD0EARDL .brand-name {
  font-style: normal;
}
.cid-sAUD0EARDL .dropdown-item:hover,
.cid-sAUD0EARDL .nav-link:hover,
.cid-sAUD0EARDL .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAUD0EARDL .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAUD0EARDL .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAUD0EARDL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAUD0EARDL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAUD0EARDL .nav-item {
  position: relative;
}
.cid-sAUD0EARDL .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAUD0EARDL .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAUD0EARDL .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAUD0EARDL .nav-link {
    line-height: 6.13;
  }
  .cid-sAUD0EARDL .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAUD0EARDL .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAUD0EARDL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUD0EARDL .content-text {
  margin-bottom: 0;
}
.cid-sAUD0EARDL .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAUD0EARDL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAUD0EARDL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAUD0EARDL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAUD0EARDL .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAUD0EARDL .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAUD0EARDL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAUD0EARDL .content-right-side {
  text-align: center;
}
.cid-sAUD0EARDL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAUD0EARDL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAUD0EARDL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAUD0EARDL .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAUD0EARDL .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAUD0EARDL .info-widget:first-child {
  margin-left: 0;
}
.cid-sAUD0EARDL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAUD0EARDL .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAUD0EARDL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAUD0EARDL .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAUD0EARDL .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAUD0EARDL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAUD0EARDL .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAUD0EARDL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAUD0EARDL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAUD0EARDL .navbar-toggler {
    display: none;
  }
  .cid-sAUD0EARDL .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAUD0EARDL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAUD0EARDL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAUD0EARDL .btn-sm {
  padding: 13px 29px;
}
.cid-sAUD0EARDL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAUD0EARDL .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAUD0EARDL .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAUD0EARDL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAUD0EARDL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAUD0EARDL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAUD0EARDL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAUD0EARDL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAUD0EARDL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUD0EARDL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAUD0EARDL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAUD0EARDL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAUD0EARDL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAUD0EARDL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUD0EARDL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAUD0EARDL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAUD0EARDL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAUD0EARDL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAUD0EARDL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAUD0EARDL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAUD0EARDL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAUD0EARDL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAUD0EARDL button.navbar-toggler:focus {
  outline: none;
}
.cid-sAUD0EARDL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAUD0EARDL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAUD0EARDL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUD0EARDL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUD0EARDL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAUD0EARDL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUD0EARDL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAUD0EARDL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAUD0EARDL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUD0EARDL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAUD0EARDL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAUD0EARDL .collapsed .btn {
  display: flex;
}
.cid-sAUD0EARDL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAUD0EARDL .collapsed .navbar-collapse.collapsing,
.cid-sAUD0EARDL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAUD0EARDL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAUD0EARDL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAUD0EARDL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAUD0EARDL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAUD0EARDL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAUD0EARDL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAUD0EARDL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAUD0EARDL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAUD0EARDL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUD0EARDL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAUD0EARDL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAUD0EARDL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAUD0EARDL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAUD0EARDL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAUD0EARDL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAUD0EARDL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAUD0EARDL .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAUD0EARDL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAUD0EARDL .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAUD0EARDL .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAUD0EARDL .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAUD0EARDL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAUD0EARDL .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAUD0EARDL .navbar-collapse.collapsing,
  .cid-sAUD0EARDL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAUD0EARDL .navbar-collapse.collapsing .navbar-nav,
  .cid-sAUD0EARDL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAUD0EARDL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAUD0EARDL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAUD0EARDL .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAUD0EARDL .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAUD0EARDL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAUD0EARDL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAUD0EARDL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAUD0EARDL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAUD0EARDL img {
    height: 3.8rem !important;
  }
  .cid-sAUD0EARDL .btn {
    display: flex;
  }
  .cid-sAUD0EARDL button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAUD0EARDL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAUD0EARDL .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAUD0EARDL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAUD0EARDL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAUD0EARDL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAUD0EARDL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAUD0EARDL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAUD0EARDL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAUD0EARDL .navbar-toggler {
  position: relative;
}
.cid-sAUD0EARDL .dropdown-item.active,
.cid-sAUD0EARDL .dropdown-item:active {
  color: initial;
}
.cid-sAUD0EARDL .widget-title {
  color: #83868c;
}
.cid-sAUD0EARDL .widget-text {
  color: #83868c;
}
.cid-sAUD0EARDL .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAUD0EARDL .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAUD0EARDL .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAUD0EARDL .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAUD0EARDL .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAUD0EARDL .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAUD0EARDL .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAUD0EARDL .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAUD0EARDL .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAUD0EARDL .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAUD0EARDL .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAUD0EARDL .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAUD0EARDL .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAUD0EARDL .menu-content-top,
  .cid-sAUD0EARDL .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAUD0EARDL button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAUD0FNf9C {
  overflow-x: hidden !important;
}
.cid-sAUD0FNf9C,
.cid-sAUD0FNf9C .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAUD0FNf9C .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAUD0FNf9C .mbr-section-title span {
  color: #13287d;
}
.cid-sAUD0FNf9C .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAUD0FNf9C .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sAUD0FNf9C .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAUD0FNf9C .mbr-overlay {
  z-index: 1;
}
.cid-sAUD0FNf9C .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAUD0GuMy3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUD0GuMy3 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUD0GuMy3 * {
    text-align: left;
  }
}
.cid-sAUD0GuMy3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .mbr-text,
.cid-sAUD0GuMy3 .mbr-section-btn {
  color: #000000;
}
.cid-sAUD0GuMy3 .card-wrapper .card-box .card-title,
.cid-sAUD0GuMy3 .mbr-section-btn,
.cid-sAUD0GuMy3 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUD0HfQ1w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUD0HfQ1w .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUD0HfQ1w * {
    text-align: left;
  }
}
.cid-sAUD0HfQ1w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .mbr-text,
.cid-sAUD0HfQ1w .mbr-section-btn {
  color: #000000;
}
.cid-sAUD0HfQ1w .card-wrapper .card-box .card-title,
.cid-sAUD0HfQ1w .mbr-section-btn,
.cid-sAUD0HfQ1w .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUD0I8Pdl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUD0I8Pdl .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUD0I8Pdl * {
    text-align: left;
  }
}
.cid-sAUD0I8Pdl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .mbr-text,
.cid-sAUD0I8Pdl .mbr-section-btn {
  color: #000000;
}
.cid-sAUD0I8Pdl .card-wrapper .card-box .card-title,
.cid-sAUD0I8Pdl .mbr-section-btn,
.cid-sAUD0I8Pdl .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUD0IQ2W4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUD0IQ2W4 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUD0IQ2W4 * {
    text-align: left;
  }
}
.cid-sAUD0IQ2W4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .mbr-text,
.cid-sAUD0IQ2W4 .mbr-section-btn {
  color: #000000;
}
.cid-sAUD0IQ2W4 .card-wrapper .card-box .card-title,
.cid-sAUD0IQ2W4 .mbr-section-btn,
.cid-sAUD0IQ2W4 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUD0JuyAz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUD0JuyAz .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUD0JuyAz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUD0JuyAz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUD0JuyAz * {
    text-align: left;
  }
}
.cid-sAUD0JuyAz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .mbr-text,
.cid-sAUD0JuyAz .mbr-section-btn {
  color: #000000;
}
.cid-sAUD0JuyAz .card-wrapper .card-box .card-title,
.cid-sAUD0JuyAz .mbr-section-btn,
.cid-sAUD0JuyAz .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUDQxGbxr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAUDQxGbxr .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUDQxGbxr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUDQxGbxr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUDQxGbxr * {
    text-align: left;
  }
}
.cid-sAUDQxGbxr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .mbr-text,
.cid-sAUDQxGbxr .mbr-section-btn {
  color: #000000;
}
.cid-sAUDQxGbxr .card-wrapper .card-box .card-title,
.cid-sAUDQxGbxr .mbr-section-btn,
.cid-sAUDQxGbxr .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUD0K5qQR {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAUD0K5qQR .content-inner .left-content {
  display: block;
}
.cid-sAUD0K5qQR .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAUD0K5qQR .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAUD0K5qQR .content-inner .right-content {
  display: block;
}
.cid-sAUD0K5qQR .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAUD0K5qQR .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAUD0K5qQR .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAUD0K5qQR .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAUD0K5qQR .content-inner {
    justify-content: center !important;
  }
  .cid-sAUD0K5qQR * {
    text-align: center;
  }
}
.cid-sAUD0K5qQR .content-inner .left-content .mbr-section-title,
.cid-sAUD0K5qQR .mbr-section-btn {
  color: #1955a5;
}
.cid-sCiwnQ2ENa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCiwnQ2ENa .mbr-text {
  color: #d9dade;
}
.cid-sCiwnQ2ENa h5 {
  text-align: left;
}
.cid-sCiwnQ2ENa p {
  text-align: left;
}
.cid-sCiwnQ2ENa .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCiwnQ2ENa .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCiwnQ2ENa .card-title,
.cid-sCiwnQ2ENa .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCiwnQ2ENa .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCiwnQ2ENa .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCiwnQ2ENa .logo-text {
  text-align: left;
}
.cid-sCiwnQ2ENa span {
  text-decoration: underline;
}
.cid-sCiwnQ2ENa .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCiwnQ2ENa .card-box h5,
  .cid-sCiwnQ2ENa .card-box p {
    text-align: center;
  }
  .cid-sCiwnQ2ENa .mbr-text {
    text-align: center;
  }
}
.cid-sCiwoOzN4H {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiwoOzN4H .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiwoOzN4H .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiwoOzN4H .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiwoOzN4H .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiwoOzN4H .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiwoOzN4H .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiwoOzN4H .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiwoOzN4H .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiwoOzN4H .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiwoOzN4H .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAUFAwewOR .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAUFAwewOR .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAUFAwewOR .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAUFAwewOR .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAUFAwewOR .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAUFAwewOR .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAUFAwewOR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAUFAwewOR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAUFAwewOR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAUFAwewOR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAUFAwewOR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAUFAwewOR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAUFAwewOR .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAUFAwewOR .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAUFAwewOR .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAUFAwewOR .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAUFAwewOR .dropdown-item,
.cid-sAUFAwewOR .nav-link,
.cid-sAUFAwewOR .brand-name {
  font-style: normal;
}
.cid-sAUFAwewOR .dropdown-item:hover,
.cid-sAUFAwewOR .nav-link:hover,
.cid-sAUFAwewOR .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAUFAwewOR .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAUFAwewOR .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAUFAwewOR .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAUFAwewOR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAUFAwewOR .nav-item {
  position: relative;
}
.cid-sAUFAwewOR .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAUFAwewOR .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAUFAwewOR .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAUFAwewOR .nav-link {
    line-height: 6.13;
  }
  .cid-sAUFAwewOR .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAUFAwewOR .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAUFAwewOR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUFAwewOR .content-text {
  margin-bottom: 0;
}
.cid-sAUFAwewOR .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAUFAwewOR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAUFAwewOR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAUFAwewOR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAUFAwewOR .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAUFAwewOR .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAUFAwewOR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAUFAwewOR .content-right-side {
  text-align: center;
}
.cid-sAUFAwewOR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAUFAwewOR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAUFAwewOR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAUFAwewOR .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAUFAwewOR .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAUFAwewOR .info-widget:first-child {
  margin-left: 0;
}
.cid-sAUFAwewOR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAUFAwewOR .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAUFAwewOR .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAUFAwewOR .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAUFAwewOR .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAUFAwewOR .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAUFAwewOR .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAUFAwewOR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAUFAwewOR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAUFAwewOR .navbar-toggler {
    display: none;
  }
  .cid-sAUFAwewOR .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAUFAwewOR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAUFAwewOR .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAUFAwewOR .btn-sm {
  padding: 13px 29px;
}
.cid-sAUFAwewOR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAUFAwewOR .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAUFAwewOR .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAUFAwewOR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAUFAwewOR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAUFAwewOR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAUFAwewOR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAUFAwewOR .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAUFAwewOR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUFAwewOR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAUFAwewOR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAUFAwewOR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAUFAwewOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAUFAwewOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUFAwewOR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAUFAwewOR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAUFAwewOR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAUFAwewOR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAUFAwewOR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAUFAwewOR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAUFAwewOR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAUFAwewOR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAUFAwewOR button.navbar-toggler:focus {
  outline: none;
}
.cid-sAUFAwewOR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAUFAwewOR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAUFAwewOR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUFAwewOR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUFAwewOR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAUFAwewOR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUFAwewOR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAUFAwewOR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAUFAwewOR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUFAwewOR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAUFAwewOR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAUFAwewOR .collapsed .btn {
  display: flex;
}
.cid-sAUFAwewOR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAUFAwewOR .collapsed .navbar-collapse.collapsing,
.cid-sAUFAwewOR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAUFAwewOR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAUFAwewOR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAUFAwewOR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAUFAwewOR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAUFAwewOR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAUFAwewOR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAUFAwewOR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAUFAwewOR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAUFAwewOR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUFAwewOR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAUFAwewOR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAUFAwewOR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAUFAwewOR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAUFAwewOR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAUFAwewOR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAUFAwewOR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAUFAwewOR .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAUFAwewOR .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAUFAwewOR .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAUFAwewOR .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAUFAwewOR .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAUFAwewOR .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAUFAwewOR .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAUFAwewOR .navbar-collapse.collapsing,
  .cid-sAUFAwewOR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAUFAwewOR .navbar-collapse.collapsing .navbar-nav,
  .cid-sAUFAwewOR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAUFAwewOR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAUFAwewOR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAUFAwewOR .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAUFAwewOR .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAUFAwewOR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAUFAwewOR .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAUFAwewOR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAUFAwewOR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAUFAwewOR img {
    height: 3.8rem !important;
  }
  .cid-sAUFAwewOR .btn {
    display: flex;
  }
  .cid-sAUFAwewOR button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAUFAwewOR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAUFAwewOR .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAUFAwewOR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAUFAwewOR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAUFAwewOR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAUFAwewOR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAUFAwewOR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAUFAwewOR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAUFAwewOR .navbar-toggler {
  position: relative;
}
.cid-sAUFAwewOR .dropdown-item.active,
.cid-sAUFAwewOR .dropdown-item:active {
  color: initial;
}
.cid-sAUFAwewOR .widget-title {
  color: #83868c;
}
.cid-sAUFAwewOR .widget-text {
  color: #83868c;
}
.cid-sAUFAwewOR .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAUFAwewOR .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAUFAwewOR .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAUFAwewOR .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAUFAwewOR .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAUFAwewOR .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAUFAwewOR .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAUFAwewOR .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAUFAwewOR .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAUFAwewOR .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAUFAwewOR .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAUFAwewOR .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAUFAwewOR .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAUFAwewOR .menu-content-top,
  .cid-sAUFAwewOR .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAUFAwewOR button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAUFAxxWcD {
  overflow-x: hidden !important;
}
.cid-sAUFAxxWcD,
.cid-sAUFAxxWcD .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAUFAxxWcD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAUFAxxWcD .mbr-section-title span {
  color: #13287d;
}
.cid-sAUFAxxWcD .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAUFAxxWcD .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sAUFAxxWcD .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAUFAxxWcD .mbr-overlay {
  z-index: 1;
}
.cid-sAUFAxxWcD .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAUFAypXHV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUFAypXHV .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUFAypXHV .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUFAypXHV .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUFAypXHV .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUFAypXHV .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUFAypXHV .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUFAypXHV .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUFAypXHV .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUFAypXHV .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFAypXHV .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFAypXHV .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFAypXHV .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFAypXHV .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUFAypXHV .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUFAypXHV .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUFAypXHV .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUFAypXHV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUFAypXHV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUFAypXHV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUFAypXHV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUFAypXHV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUFAypXHV * {
    text-align: left;
  }
}
.cid-sAUFAypXHV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUFAypXHV .card-wrapper .card-box .mbr-text,
.cid-sAUFAypXHV .mbr-section-btn {
  color: #000000;
}
.cid-sAUFAypXHV .card-wrapper .card-box .card-title,
.cid-sAUFAypXHV .mbr-section-btn,
.cid-sAUFAypXHV .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUFAzfM08 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUFAzfM08 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUFAzfM08 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUFAzfM08 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUFAzfM08 * {
    text-align: left;
  }
}
.cid-sAUFAzfM08 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .mbr-text,
.cid-sAUFAzfM08 .mbr-section-btn {
  color: #000000;
}
.cid-sAUFAzfM08 .card-wrapper .card-box .card-title,
.cid-sAUFAzfM08 .mbr-section-btn,
.cid-sAUFAzfM08 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUFAA5l4z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUFAA5l4z .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUFAA5l4z .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUFAA5l4z .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUFAA5l4z * {
    text-align: left;
  }
}
.cid-sAUFAA5l4z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .mbr-text,
.cid-sAUFAA5l4z .mbr-section-btn {
  color: #000000;
}
.cid-sAUFAA5l4z .card-wrapper .card-box .card-title,
.cid-sAUFAA5l4z .mbr-section-btn,
.cid-sAUFAA5l4z .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUFAALFIb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUFAALFIb .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUFAALFIb .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUFAALFIb .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUFAALFIb .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUFAALFIb .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUFAALFIb .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUFAALFIb .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUFAALFIb .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUFAALFIb .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFAALFIb .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFAALFIb .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFAALFIb .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFAALFIb .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUFAALFIb .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUFAALFIb .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUFAALFIb .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUFAALFIb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUFAALFIb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUFAALFIb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUFAALFIb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUFAALFIb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUFAALFIb * {
    text-align: left;
  }
}
.cid-sAUFAALFIb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUFAALFIb .card-wrapper .card-box .mbr-text,
.cid-sAUFAALFIb .mbr-section-btn {
  color: #000000;
}
.cid-sAUFAALFIb .card-wrapper .card-box .card-title,
.cid-sAUFAALFIb .mbr-section-btn,
.cid-sAUFAALFIb .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUFABqxn4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUFABqxn4 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUFABqxn4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUFABqxn4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUFABqxn4 * {
    text-align: left;
  }
}
.cid-sAUFABqxn4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .mbr-text,
.cid-sAUFABqxn4 .mbr-section-btn {
  color: #000000;
}
.cid-sAUFABqxn4 .card-wrapper .card-box .card-title,
.cid-sAUFABqxn4 .mbr-section-btn,
.cid-sAUFABqxn4 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUFACV0dR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUFACV0dR .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUFACV0dR .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUFACV0dR .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUFACV0dR .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUFACV0dR .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUFACV0dR .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUFACV0dR .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUFACV0dR .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUFACV0dR .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFACV0dR .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFACV0dR .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUFACV0dR .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUFACV0dR .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUFACV0dR .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUFACV0dR .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUFACV0dR .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUFACV0dR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUFACV0dR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUFACV0dR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUFACV0dR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUFACV0dR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUFACV0dR * {
    text-align: left;
  }
}
.cid-sAUFACV0dR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUFACV0dR .card-wrapper .card-box .mbr-text,
.cid-sAUFACV0dR .mbr-section-btn {
  color: #000000;
}
.cid-sAUFACV0dR .card-wrapper .card-box .card-title,
.cid-sAUFACV0dR .mbr-section-btn,
.cid-sAUFACV0dR .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUFAE1ASO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAUFAE1ASO .content-inner .left-content {
  display: block;
}
.cid-sAUFAE1ASO .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAUFAE1ASO .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAUFAE1ASO .content-inner .right-content {
  display: block;
}
.cid-sAUFAE1ASO .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAUFAE1ASO .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAUFAE1ASO .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAUFAE1ASO .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAUFAE1ASO .content-inner {
    justify-content: center !important;
  }
  .cid-sAUFAE1ASO * {
    text-align: center;
  }
}
.cid-sAUFAE1ASO .content-inner .left-content .mbr-section-title,
.cid-sAUFAE1ASO .mbr-section-btn {
  color: #1955a5;
}
.cid-sCiy17a9NR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCiy17a9NR .mbr-text {
  color: #d9dade;
}
.cid-sCiy17a9NR h5 {
  text-align: left;
}
.cid-sCiy17a9NR p {
  text-align: left;
}
.cid-sCiy17a9NR .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCiy17a9NR .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCiy17a9NR .card-title,
.cid-sCiy17a9NR .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCiy17a9NR .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCiy17a9NR .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCiy17a9NR .logo-text {
  text-align: left;
}
.cid-sCiy17a9NR span {
  text-decoration: underline;
}
.cid-sCiy17a9NR .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCiy17a9NR .card-box h5,
  .cid-sCiy17a9NR .card-box p {
    text-align: center;
  }
  .cid-sCiy17a9NR .mbr-text {
    text-align: center;
  }
}
.cid-sCiy2ednI4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiy2ednI4 .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiy2ednI4 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiy2ednI4 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiy2ednI4 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiy2ednI4 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiy2ednI4 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiy2ednI4 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiy2ednI4 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiy2ednI4 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiy2ednI4 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAUHEB0Fxe .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAUHEB0Fxe .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAUHEB0Fxe .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAUHEB0Fxe .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAUHEB0Fxe .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAUHEB0Fxe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAUHEB0Fxe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAUHEB0Fxe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAUHEB0Fxe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAUHEB0Fxe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAUHEB0Fxe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAUHEB0Fxe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAUHEB0Fxe .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAUHEB0Fxe .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAUHEB0Fxe .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAUHEB0Fxe .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAUHEB0Fxe .dropdown-item,
.cid-sAUHEB0Fxe .nav-link,
.cid-sAUHEB0Fxe .brand-name {
  font-style: normal;
}
.cid-sAUHEB0Fxe .dropdown-item:hover,
.cid-sAUHEB0Fxe .nav-link:hover,
.cid-sAUHEB0Fxe .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAUHEB0Fxe .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAUHEB0Fxe .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAUHEB0Fxe .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAUHEB0Fxe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAUHEB0Fxe .nav-item {
  position: relative;
}
.cid-sAUHEB0Fxe .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAUHEB0Fxe .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAUHEB0Fxe .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAUHEB0Fxe .nav-link {
    line-height: 6.13;
  }
  .cid-sAUHEB0Fxe .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAUHEB0Fxe .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAUHEB0Fxe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUHEB0Fxe .content-text {
  margin-bottom: 0;
}
.cid-sAUHEB0Fxe .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAUHEB0Fxe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAUHEB0Fxe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAUHEB0Fxe .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAUHEB0Fxe .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAUHEB0Fxe .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAUHEB0Fxe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAUHEB0Fxe .content-right-side {
  text-align: center;
}
.cid-sAUHEB0Fxe .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAUHEB0Fxe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAUHEB0Fxe .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAUHEB0Fxe .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAUHEB0Fxe .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAUHEB0Fxe .info-widget:first-child {
  margin-left: 0;
}
.cid-sAUHEB0Fxe .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAUHEB0Fxe .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAUHEB0Fxe .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAUHEB0Fxe .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAUHEB0Fxe .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAUHEB0Fxe .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAUHEB0Fxe .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAUHEB0Fxe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAUHEB0Fxe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAUHEB0Fxe .navbar-toggler {
    display: none;
  }
  .cid-sAUHEB0Fxe .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAUHEB0Fxe .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAUHEB0Fxe .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAUHEB0Fxe .btn-sm {
  padding: 13px 29px;
}
.cid-sAUHEB0Fxe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAUHEB0Fxe .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAUHEB0Fxe .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAUHEB0Fxe .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAUHEB0Fxe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAUHEB0Fxe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAUHEB0Fxe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAUHEB0Fxe .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAUHEB0Fxe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUHEB0Fxe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAUHEB0Fxe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAUHEB0Fxe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAUHEB0Fxe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAUHEB0Fxe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUHEB0Fxe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAUHEB0Fxe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAUHEB0Fxe .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAUHEB0Fxe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAUHEB0Fxe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAUHEB0Fxe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAUHEB0Fxe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAUHEB0Fxe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAUHEB0Fxe button.navbar-toggler:focus {
  outline: none;
}
.cid-sAUHEB0Fxe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAUHEB0Fxe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAUHEB0Fxe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUHEB0Fxe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUHEB0Fxe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAUHEB0Fxe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUHEB0Fxe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAUHEB0Fxe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAUHEB0Fxe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUHEB0Fxe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAUHEB0Fxe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAUHEB0Fxe .collapsed .btn {
  display: flex;
}
.cid-sAUHEB0Fxe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAUHEB0Fxe .collapsed .navbar-collapse.collapsing,
.cid-sAUHEB0Fxe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAUHEB0Fxe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAUHEB0Fxe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAUHEB0Fxe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAUHEB0Fxe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAUHEB0Fxe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAUHEB0Fxe .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAUHEB0Fxe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAUHEB0Fxe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAUHEB0Fxe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUHEB0Fxe .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAUHEB0Fxe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAUHEB0Fxe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAUHEB0Fxe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAUHEB0Fxe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAUHEB0Fxe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAUHEB0Fxe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAUHEB0Fxe .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAUHEB0Fxe .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAUHEB0Fxe .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAUHEB0Fxe .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAUHEB0Fxe .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAUHEB0Fxe .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAUHEB0Fxe .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAUHEB0Fxe .navbar-collapse.collapsing,
  .cid-sAUHEB0Fxe .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAUHEB0Fxe .navbar-collapse.collapsing .navbar-nav,
  .cid-sAUHEB0Fxe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAUHEB0Fxe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAUHEB0Fxe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAUHEB0Fxe .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAUHEB0Fxe .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAUHEB0Fxe .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAUHEB0Fxe .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAUHEB0Fxe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAUHEB0Fxe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAUHEB0Fxe img {
    height: 3.8rem !important;
  }
  .cid-sAUHEB0Fxe .btn {
    display: flex;
  }
  .cid-sAUHEB0Fxe button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAUHEB0Fxe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAUHEB0Fxe .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAUHEB0Fxe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAUHEB0Fxe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAUHEB0Fxe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAUHEB0Fxe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAUHEB0Fxe .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAUHEB0Fxe .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAUHEB0Fxe .navbar-toggler {
  position: relative;
}
.cid-sAUHEB0Fxe .dropdown-item.active,
.cid-sAUHEB0Fxe .dropdown-item:active {
  color: initial;
}
.cid-sAUHEB0Fxe .widget-title {
  color: #83868c;
}
.cid-sAUHEB0Fxe .widget-text {
  color: #83868c;
}
.cid-sAUHEB0Fxe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAUHEB0Fxe .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAUHEB0Fxe .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAUHEB0Fxe .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAUHEB0Fxe .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAUHEB0Fxe .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAUHEB0Fxe .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAUHEB0Fxe .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAUHEB0Fxe .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAUHEB0Fxe .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAUHEB0Fxe .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAUHEB0Fxe .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAUHEB0Fxe .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAUHEB0Fxe .menu-content-top,
  .cid-sAUHEB0Fxe .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAUHEB0Fxe button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAUHEClNb3 {
  overflow-x: hidden !important;
}
.cid-sAUHEClNb3,
.cid-sAUHEClNb3 .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAUHEClNb3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAUHEClNb3 .mbr-section-title span {
  color: #13287d;
}
.cid-sAUHEClNb3 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAUHEClNb3 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sAUHEClNb3 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAUHEClNb3 .mbr-overlay {
  z-index: 1;
}
.cid-sAUHEClNb3 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAUHEDbl9U {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUHEDbl9U .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUHEDbl9U .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUHEDbl9U .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUHEDbl9U * {
    text-align: left;
  }
}
.cid-sAUHEDbl9U a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .mbr-text,
.cid-sAUHEDbl9U .mbr-section-btn {
  color: #000000;
}
.cid-sAUHEDbl9U .card-wrapper .card-box .card-title,
.cid-sAUHEDbl9U .mbr-section-btn,
.cid-sAUHEDbl9U .card-wrapper .card-box .meta {
  text-align: left;
  color: #000000;
}
.cid-sAUHEDZ2vj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUHEDZ2vj .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUHEDZ2vj * {
    text-align: left;
  }
}
.cid-sAUHEDZ2vj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .mbr-text,
.cid-sAUHEDZ2vj .mbr-section-btn {
  color: #000000;
}
.cid-sAUHEDZ2vj .card-wrapper .card-box .card-title,
.cid-sAUHEDZ2vj .mbr-section-btn,
.cid-sAUHEDZ2vj .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUHEEOsoC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUHEEOsoC .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUHEEOsoC .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUHEEOsoC .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUHEEOsoC * {
    text-align: left;
  }
}
.cid-sAUHEEOsoC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .mbr-text,
.cid-sAUHEEOsoC .mbr-section-btn {
  color: #000000;
}
.cid-sAUHEEOsoC .card-wrapper .card-box .card-title,
.cid-sAUHEEOsoC .mbr-section-btn,
.cid-sAUHEEOsoC .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUHEFsxVz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUHEFsxVz .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUHEFsxVz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUHEFsxVz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUHEFsxVz * {
    text-align: left;
  }
}
.cid-sAUHEFsxVz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .mbr-text,
.cid-sAUHEFsxVz .mbr-section-btn {
  color: #000000;
}
.cid-sAUHEFsxVz .card-wrapper .card-box .card-title,
.cid-sAUHEFsxVz .mbr-section-btn,
.cid-sAUHEFsxVz .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUHEG8M4u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUHEG8M4u .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUHEG8M4u .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUHEG8M4u .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUHEG8M4u * {
    text-align: left;
  }
}
.cid-sAUHEG8M4u a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .mbr-text,
.cid-sAUHEG8M4u .mbr-section-btn {
  color: #000000;
}
.cid-sAUHEG8M4u .card-wrapper .card-box .card-title,
.cid-sAUHEG8M4u .mbr-section-btn,
.cid-sAUHEG8M4u .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUHEGJeaR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUHEGJeaR .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUHEGJeaR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUHEGJeaR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUHEGJeaR * {
    text-align: left;
  }
}
.cid-sAUHEGJeaR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .mbr-text,
.cid-sAUHEGJeaR .mbr-section-btn {
  color: #000000;
}
.cid-sAUHEGJeaR .card-wrapper .card-box .card-title,
.cid-sAUHEGJeaR .mbr-section-btn,
.cid-sAUHEGJeaR .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUHEHj4TS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAUHEHj4TS .content-inner .left-content {
  display: block;
}
.cid-sAUHEHj4TS .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAUHEHj4TS .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAUHEHj4TS .content-inner .right-content {
  display: block;
}
.cid-sAUHEHj4TS .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAUHEHj4TS .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAUHEHj4TS .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAUHEHj4TS .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAUHEHj4TS .content-inner {
    justify-content: center !important;
  }
  .cid-sAUHEHj4TS * {
    text-align: center;
  }
}
.cid-sAUHEHj4TS .content-inner .left-content .mbr-section-title,
.cid-sAUHEHj4TS .mbr-section-btn {
  color: #1955a5;
}
.cid-sCiz6RCcke {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCiz6RCcke .mbr-text {
  color: #d9dade;
}
.cid-sCiz6RCcke h5 {
  text-align: left;
}
.cid-sCiz6RCcke p {
  text-align: left;
}
.cid-sCiz6RCcke .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCiz6RCcke .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCiz6RCcke .card-title,
.cid-sCiz6RCcke .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCiz6RCcke .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCiz6RCcke .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCiz6RCcke .logo-text {
  text-align: left;
}
.cid-sCiz6RCcke span {
  text-decoration: underline;
}
.cid-sCiz6RCcke .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCiz6RCcke .card-box h5,
  .cid-sCiz6RCcke .card-box p {
    text-align: center;
  }
  .cid-sCiz6RCcke .mbr-text {
    text-align: center;
  }
}
.cid-sCiz7PmrUY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiz7PmrUY .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiz7PmrUY .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiz7PmrUY .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiz7PmrUY .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiz7PmrUY .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiz7PmrUY .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiz7PmrUY .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiz7PmrUY .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiz7PmrUY .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiz7PmrUY .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAUMRb3Dki .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAUMRb3Dki .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAUMRb3Dki .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAUMRb3Dki .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAUMRb3Dki .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAUMRb3Dki .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAUMRb3Dki .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAUMRb3Dki .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAUMRb3Dki .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAUMRb3Dki .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAUMRb3Dki .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAUMRb3Dki .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAUMRb3Dki .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAUMRb3Dki .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAUMRb3Dki .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAUMRb3Dki .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAUMRb3Dki .dropdown-item,
.cid-sAUMRb3Dki .nav-link,
.cid-sAUMRb3Dki .brand-name {
  font-style: normal;
}
.cid-sAUMRb3Dki .dropdown-item:hover,
.cid-sAUMRb3Dki .nav-link:hover,
.cid-sAUMRb3Dki .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAUMRb3Dki .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAUMRb3Dki .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAUMRb3Dki .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAUMRb3Dki .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAUMRb3Dki .nav-item {
  position: relative;
}
.cid-sAUMRb3Dki .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAUMRb3Dki .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAUMRb3Dki .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAUMRb3Dki .nav-link {
    line-height: 6.13;
  }
  .cid-sAUMRb3Dki .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAUMRb3Dki .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAUMRb3Dki .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUMRb3Dki .content-text {
  margin-bottom: 0;
}
.cid-sAUMRb3Dki .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAUMRb3Dki .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAUMRb3Dki .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAUMRb3Dki .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAUMRb3Dki .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAUMRb3Dki .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAUMRb3Dki .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAUMRb3Dki .content-right-side {
  text-align: center;
}
.cid-sAUMRb3Dki .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAUMRb3Dki .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAUMRb3Dki .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAUMRb3Dki .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAUMRb3Dki .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAUMRb3Dki .info-widget:first-child {
  margin-left: 0;
}
.cid-sAUMRb3Dki .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAUMRb3Dki .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAUMRb3Dki .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAUMRb3Dki .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAUMRb3Dki .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAUMRb3Dki .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAUMRb3Dki .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAUMRb3Dki .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAUMRb3Dki .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAUMRb3Dki .navbar-toggler {
    display: none;
  }
  .cid-sAUMRb3Dki .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAUMRb3Dki .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAUMRb3Dki .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAUMRb3Dki .btn-sm {
  padding: 13px 29px;
}
.cid-sAUMRb3Dki .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAUMRb3Dki .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAUMRb3Dki .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAUMRb3Dki .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAUMRb3Dki .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAUMRb3Dki .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAUMRb3Dki .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAUMRb3Dki .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAUMRb3Dki .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUMRb3Dki .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAUMRb3Dki .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAUMRb3Dki .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAUMRb3Dki .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAUMRb3Dki .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUMRb3Dki .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAUMRb3Dki .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAUMRb3Dki .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAUMRb3Dki .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAUMRb3Dki .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAUMRb3Dki .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAUMRb3Dki .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAUMRb3Dki button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAUMRb3Dki button.navbar-toggler:focus {
  outline: none;
}
.cid-sAUMRb3Dki button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAUMRb3Dki button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAUMRb3Dki button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUMRb3Dki button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUMRb3Dki button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAUMRb3Dki nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUMRb3Dki nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAUMRb3Dki nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAUMRb3Dki nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUMRb3Dki .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAUMRb3Dki .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAUMRb3Dki .collapsed .btn {
  display: flex;
}
.cid-sAUMRb3Dki .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAUMRb3Dki .collapsed .navbar-collapse.collapsing,
.cid-sAUMRb3Dki .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAUMRb3Dki .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAUMRb3Dki .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAUMRb3Dki .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAUMRb3Dki .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAUMRb3Dki .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAUMRb3Dki .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAUMRb3Dki .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAUMRb3Dki .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAUMRb3Dki .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUMRb3Dki .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAUMRb3Dki .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAUMRb3Dki .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAUMRb3Dki .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAUMRb3Dki .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAUMRb3Dki .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAUMRb3Dki .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAUMRb3Dki .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAUMRb3Dki .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAUMRb3Dki .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAUMRb3Dki .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAUMRb3Dki .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAUMRb3Dki .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAUMRb3Dki .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAUMRb3Dki .navbar-collapse.collapsing,
  .cid-sAUMRb3Dki .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAUMRb3Dki .navbar-collapse.collapsing .navbar-nav,
  .cid-sAUMRb3Dki .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAUMRb3Dki .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAUMRb3Dki .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAUMRb3Dki .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAUMRb3Dki .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAUMRb3Dki .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAUMRb3Dki .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAUMRb3Dki .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAUMRb3Dki .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAUMRb3Dki img {
    height: 3.8rem !important;
  }
  .cid-sAUMRb3Dki .btn {
    display: flex;
  }
  .cid-sAUMRb3Dki button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAUMRb3Dki .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAUMRb3Dki .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAUMRb3Dki .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAUMRb3Dki .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAUMRb3Dki .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAUMRb3Dki .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAUMRb3Dki .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAUMRb3Dki .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAUMRb3Dki .navbar-toggler {
  position: relative;
}
.cid-sAUMRb3Dki .dropdown-item.active,
.cid-sAUMRb3Dki .dropdown-item:active {
  color: initial;
}
.cid-sAUMRb3Dki .widget-title {
  color: #83868c;
}
.cid-sAUMRb3Dki .widget-text {
  color: #83868c;
}
.cid-sAUMRb3Dki .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAUMRb3Dki .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAUMRb3Dki .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAUMRb3Dki .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAUMRb3Dki .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAUMRb3Dki .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAUMRb3Dki .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAUMRb3Dki .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAUMRb3Dki .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAUMRb3Dki .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAUMRb3Dki .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAUMRb3Dki .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAUMRb3Dki .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAUMRb3Dki .menu-content-top,
  .cid-sAUMRb3Dki .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAUMRb3Dki button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAUMRcccIR {
  overflow-x: hidden !important;
}
.cid-sAUMRcccIR,
.cid-sAUMRcccIR .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAUMRcccIR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAUMRcccIR .mbr-section-title span {
  color: #13287d;
}
.cid-sAUMRcccIR .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAUMRcccIR .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sAUMRcccIR .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAUMRcccIR .mbr-overlay {
  z-index: 1;
}
.cid-sAUMRcccIR .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAUMRd0q48 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUMRd0q48 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUMRd0q48 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUMRd0q48 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUMRd0q48 * {
    text-align: left;
  }
}
.cid-sAUMRd0q48 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .mbr-text,
.cid-sAUMRd0q48 .mbr-section-btn {
  color: #000000;
}
.cid-sAUMRd0q48 .card-wrapper .card-box .card-title,
.cid-sAUMRd0q48 .mbr-section-btn,
.cid-sAUMRd0q48 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUMRdRbMr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUMRdRbMr .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUMRdRbMr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUMRdRbMr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUMRdRbMr * {
    text-align: left;
  }
}
.cid-sAUMRdRbMr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .mbr-text,
.cid-sAUMRdRbMr .mbr-section-btn {
  color: #000000;
}
.cid-sAUMRdRbMr .card-wrapper .card-box .card-title,
.cid-sAUMRdRbMr .mbr-section-btn,
.cid-sAUMRdRbMr .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUMReIahU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUMReIahU .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUMReIahU .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUMReIahU .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUMReIahU .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUMReIahU .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUMReIahU .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUMReIahU .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUMReIahU .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUMReIahU .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMReIahU .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMReIahU .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMReIahU .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMReIahU .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUMReIahU .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUMReIahU .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUMReIahU .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUMReIahU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUMReIahU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUMReIahU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUMReIahU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUMReIahU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUMReIahU * {
    text-align: left;
  }
}
.cid-sAUMReIahU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUMReIahU .card-wrapper .card-box .mbr-text,
.cid-sAUMReIahU .mbr-section-btn {
  color: #000000;
}
.cid-sAUMReIahU .card-wrapper .card-box .card-title,
.cid-sAUMReIahU .mbr-section-btn,
.cid-sAUMReIahU .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUMRfqJXN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUMRfqJXN .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUMRfqJXN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUMRfqJXN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUMRfqJXN * {
    text-align: left;
  }
}
.cid-sAUMRfqJXN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .mbr-text,
.cid-sAUMRfqJXN .mbr-section-btn {
  color: #000000;
}
.cid-sAUMRfqJXN .card-wrapper .card-box .card-title,
.cid-sAUMRfqJXN .mbr-section-btn,
.cid-sAUMRfqJXN .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUMRg8tNy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUMRg8tNy .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUMRg8tNy .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUMRg8tNy .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUMRg8tNy * {
    text-align: left;
  }
}
.cid-sAUMRg8tNy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .mbr-text,
.cid-sAUMRg8tNy .mbr-section-btn {
  color: #000000;
}
.cid-sAUMRg8tNy .card-wrapper .card-box .card-title,
.cid-sAUMRg8tNy .mbr-section-btn,
.cid-sAUMRg8tNy .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUMRgLTeD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUMRgLTeD .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUMRgLTeD .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUMRgLTeD .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUMRgLTeD * {
    text-align: left;
  }
}
.cid-sAUMRgLTeD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .mbr-text,
.cid-sAUMRgLTeD .mbr-section-btn {
  color: #000000;
}
.cid-sAUMRgLTeD .card-wrapper .card-box .card-title,
.cid-sAUMRgLTeD .mbr-section-btn,
.cid-sAUMRgLTeD .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAUMRhnZF6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAUMRhnZF6 .content-inner .left-content {
  display: block;
}
.cid-sAUMRhnZF6 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAUMRhnZF6 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAUMRhnZF6 .content-inner .right-content {
  display: block;
}
.cid-sAUMRhnZF6 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAUMRhnZF6 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAUMRhnZF6 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAUMRhnZF6 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAUMRhnZF6 .content-inner {
    justify-content: center !important;
  }
  .cid-sAUMRhnZF6 * {
    text-align: center;
  }
}
.cid-sAUMRhnZF6 .content-inner .left-content .mbr-section-title,
.cid-sAUMRhnZF6 .mbr-section-btn {
  color: #1955a5;
}
.cid-sCixgxUv7z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCixgxUv7z .mbr-text {
  color: #d9dade;
}
.cid-sCixgxUv7z h5 {
  text-align: left;
}
.cid-sCixgxUv7z p {
  text-align: left;
}
.cid-sCixgxUv7z .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCixgxUv7z .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCixgxUv7z .card-title,
.cid-sCixgxUv7z .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCixgxUv7z .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCixgxUv7z .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCixgxUv7z .logo-text {
  text-align: left;
}
.cid-sCixgxUv7z span {
  text-decoration: underline;
}
.cid-sCixgxUv7z .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCixgxUv7z .card-box h5,
  .cid-sCixgxUv7z .card-box p {
    text-align: center;
  }
  .cid-sCixgxUv7z .mbr-text {
    text-align: center;
  }
}
.cid-sCixhxVg9b {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCixhxVg9b .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCixhxVg9b .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCixhxVg9b .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCixhxVg9b .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCixhxVg9b .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCixhxVg9b .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCixhxVg9b .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCixhxVg9b .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCixhxVg9b .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCixhxVg9b .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAUVrl0hoD .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAUVrl0hoD .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAUVrl0hoD .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAUVrl0hoD .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAUVrl0hoD .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAUVrl0hoD .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAUVrl0hoD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAUVrl0hoD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAUVrl0hoD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAUVrl0hoD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAUVrl0hoD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAUVrl0hoD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAUVrl0hoD .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAUVrl0hoD .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAUVrl0hoD .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAUVrl0hoD .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAUVrl0hoD .dropdown-item,
.cid-sAUVrl0hoD .nav-link,
.cid-sAUVrl0hoD .brand-name {
  font-style: normal;
}
.cid-sAUVrl0hoD .dropdown-item:hover,
.cid-sAUVrl0hoD .nav-link:hover,
.cid-sAUVrl0hoD .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAUVrl0hoD .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAUVrl0hoD .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAUVrl0hoD .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAUVrl0hoD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAUVrl0hoD .nav-item {
  position: relative;
}
.cid-sAUVrl0hoD .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAUVrl0hoD .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAUVrl0hoD .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAUVrl0hoD .nav-link {
    line-height: 6.13;
  }
  .cid-sAUVrl0hoD .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAUVrl0hoD .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAUVrl0hoD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUVrl0hoD .content-text {
  margin-bottom: 0;
}
.cid-sAUVrl0hoD .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAUVrl0hoD .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAUVrl0hoD .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAUVrl0hoD .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAUVrl0hoD .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAUVrl0hoD .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAUVrl0hoD .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAUVrl0hoD .content-right-side {
  text-align: center;
}
.cid-sAUVrl0hoD .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAUVrl0hoD .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAUVrl0hoD .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAUVrl0hoD .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAUVrl0hoD .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAUVrl0hoD .info-widget:first-child {
  margin-left: 0;
}
.cid-sAUVrl0hoD .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAUVrl0hoD .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAUVrl0hoD .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAUVrl0hoD .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAUVrl0hoD .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAUVrl0hoD .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAUVrl0hoD .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAUVrl0hoD .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAUVrl0hoD .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAUVrl0hoD .navbar-toggler {
    display: none;
  }
  .cid-sAUVrl0hoD .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAUVrl0hoD .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAUVrl0hoD .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAUVrl0hoD .btn-sm {
  padding: 13px 29px;
}
.cid-sAUVrl0hoD .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAUVrl0hoD .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAUVrl0hoD .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAUVrl0hoD .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAUVrl0hoD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAUVrl0hoD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAUVrl0hoD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAUVrl0hoD .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAUVrl0hoD .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUVrl0hoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAUVrl0hoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAUVrl0hoD .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAUVrl0hoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAUVrl0hoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAUVrl0hoD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAUVrl0hoD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAUVrl0hoD .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAUVrl0hoD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAUVrl0hoD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAUVrl0hoD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAUVrl0hoD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAUVrl0hoD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAUVrl0hoD button.navbar-toggler:focus {
  outline: none;
}
.cid-sAUVrl0hoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAUVrl0hoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAUVrl0hoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUVrl0hoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAUVrl0hoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAUVrl0hoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUVrl0hoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAUVrl0hoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAUVrl0hoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAUVrl0hoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAUVrl0hoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAUVrl0hoD .collapsed .btn {
  display: flex;
}
.cid-sAUVrl0hoD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAUVrl0hoD .collapsed .navbar-collapse.collapsing,
.cid-sAUVrl0hoD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAUVrl0hoD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAUVrl0hoD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAUVrl0hoD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAUVrl0hoD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAUVrl0hoD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAUVrl0hoD .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAUVrl0hoD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAUVrl0hoD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAUVrl0hoD .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAUVrl0hoD .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAUVrl0hoD .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAUVrl0hoD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAUVrl0hoD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAUVrl0hoD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAUVrl0hoD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAUVrl0hoD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAUVrl0hoD .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAUVrl0hoD .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAUVrl0hoD .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAUVrl0hoD .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAUVrl0hoD .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAUVrl0hoD .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAUVrl0hoD .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAUVrl0hoD .navbar-collapse.collapsing,
  .cid-sAUVrl0hoD .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAUVrl0hoD .navbar-collapse.collapsing .navbar-nav,
  .cid-sAUVrl0hoD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAUVrl0hoD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAUVrl0hoD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAUVrl0hoD .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAUVrl0hoD .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAUVrl0hoD .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAUVrl0hoD .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAUVrl0hoD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAUVrl0hoD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAUVrl0hoD img {
    height: 3.8rem !important;
  }
  .cid-sAUVrl0hoD .btn {
    display: flex;
  }
  .cid-sAUVrl0hoD button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAUVrl0hoD .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAUVrl0hoD .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAUVrl0hoD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAUVrl0hoD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAUVrl0hoD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAUVrl0hoD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAUVrl0hoD .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAUVrl0hoD .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAUVrl0hoD .navbar-toggler {
  position: relative;
}
.cid-sAUVrl0hoD .dropdown-item.active,
.cid-sAUVrl0hoD .dropdown-item:active {
  color: initial;
}
.cid-sAUVrl0hoD .widget-title {
  color: #83868c;
}
.cid-sAUVrl0hoD .widget-text {
  color: #83868c;
}
.cid-sAUVrl0hoD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAUVrl0hoD .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAUVrl0hoD .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAUVrl0hoD .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAUVrl0hoD .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAUVrl0hoD .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAUVrl0hoD .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAUVrl0hoD .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAUVrl0hoD .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAUVrl0hoD .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAUVrl0hoD .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAUVrl0hoD .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAUVrl0hoD .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAUVrl0hoD .menu-content-top,
  .cid-sAUVrl0hoD .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAUVrl0hoD button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAUVrmbeeX {
  overflow-x: hidden !important;
}
.cid-sAUVrmbeeX,
.cid-sAUVrmbeeX .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAUVrmbeeX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAUVrmbeeX .mbr-section-title span {
  color: #13287d;
}
.cid-sAUVrmbeeX .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAUVrmbeeX .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sAUVrmbeeX .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAUVrmbeeX .mbr-overlay {
  z-index: 1;
}
.cid-sAUVrmbeeX .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAUVrn55cT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAUVrn55cT .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAUVrn55cT .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAUVrn55cT .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAUVrn55cT .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAUVrn55cT .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAUVrn55cT .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAUVrn55cT .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAUVrn55cT .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAUVrn55cT .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUVrn55cT .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUVrn55cT .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAUVrn55cT .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAUVrn55cT .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAUVrn55cT .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAUVrn55cT .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAUVrn55cT .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAUVrn55cT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAUVrn55cT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAUVrn55cT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAUVrn55cT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAUVrn55cT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAUVrn55cT * {
    text-align: left;
  }
}
.cid-sAUVrn55cT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAUVrn55cT .card-wrapper .card-box .mbr-text,
.cid-sAUVrn55cT .mbr-section-btn {
  color: #000000;
}
.cid-sAUVrn55cT .card-wrapper .card-box .card-title,
.cid-sAUVrn55cT .mbr-section-btn,
.cid-sAUVrn55cT .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAUVrpVd50 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAUVrpVd50 .content-inner .left-content {
  display: block;
}
.cid-sAUVrpVd50 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAUVrpVd50 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAUVrpVd50 .content-inner .right-content {
  display: block;
}
.cid-sAUVrpVd50 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAUVrpVd50 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAUVrpVd50 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAUVrpVd50 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAUVrpVd50 .content-inner {
    justify-content: center !important;
  }
  .cid-sAUVrpVd50 * {
    text-align: center;
  }
}
.cid-sAUVrpVd50 .content-inner .left-content .mbr-section-title,
.cid-sAUVrpVd50 .mbr-section-btn {
  color: #1955a5;
}
.cid-sCitMcqCsF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCitMcqCsF .mbr-text {
  color: #d9dade;
}
.cid-sCitMcqCsF h5 {
  text-align: left;
}
.cid-sCitMcqCsF p {
  text-align: left;
}
.cid-sCitMcqCsF .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCitMcqCsF .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCitMcqCsF .card-title,
.cid-sCitMcqCsF .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCitMcqCsF .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCitMcqCsF .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCitMcqCsF .logo-text {
  text-align: left;
}
.cid-sCitMcqCsF span {
  text-decoration: underline;
}
.cid-sCitMcqCsF .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCitMcqCsF .card-box h5,
  .cid-sCitMcqCsF .card-box p {
    text-align: center;
  }
  .cid-sCitMcqCsF .mbr-text {
    text-align: center;
  }
}
.cid-sCitN1cD58 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCitN1cD58 .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCitN1cD58 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCitN1cD58 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCitN1cD58 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCitN1cD58 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCitN1cD58 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCitN1cD58 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCitN1cD58 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCitN1cD58 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCitN1cD58 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAV2tOS33D .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAV2tOS33D .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAV2tOS33D .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAV2tOS33D .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAV2tOS33D .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAV2tOS33D .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAV2tOS33D .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAV2tOS33D .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAV2tOS33D .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAV2tOS33D .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAV2tOS33D .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAV2tOS33D .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAV2tOS33D .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAV2tOS33D .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAV2tOS33D .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAV2tOS33D .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAV2tOS33D .dropdown-item,
.cid-sAV2tOS33D .nav-link,
.cid-sAV2tOS33D .brand-name {
  font-style: normal;
}
.cid-sAV2tOS33D .dropdown-item:hover,
.cid-sAV2tOS33D .nav-link:hover,
.cid-sAV2tOS33D .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAV2tOS33D .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAV2tOS33D .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAV2tOS33D .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAV2tOS33D .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAV2tOS33D .nav-item {
  position: relative;
}
.cid-sAV2tOS33D .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAV2tOS33D .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAV2tOS33D .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAV2tOS33D .nav-link {
    line-height: 6.13;
  }
  .cid-sAV2tOS33D .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAV2tOS33D .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAV2tOS33D .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAV2tOS33D .content-text {
  margin-bottom: 0;
}
.cid-sAV2tOS33D .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAV2tOS33D .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAV2tOS33D .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAV2tOS33D .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAV2tOS33D .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAV2tOS33D .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAV2tOS33D .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAV2tOS33D .content-right-side {
  text-align: center;
}
.cid-sAV2tOS33D .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAV2tOS33D .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAV2tOS33D .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAV2tOS33D .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAV2tOS33D .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAV2tOS33D .info-widget:first-child {
  margin-left: 0;
}
.cid-sAV2tOS33D .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAV2tOS33D .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAV2tOS33D .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAV2tOS33D .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAV2tOS33D .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAV2tOS33D .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAV2tOS33D .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAV2tOS33D .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAV2tOS33D .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAV2tOS33D .navbar-toggler {
    display: none;
  }
  .cid-sAV2tOS33D .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAV2tOS33D .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAV2tOS33D .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAV2tOS33D .btn-sm {
  padding: 13px 29px;
}
.cid-sAV2tOS33D .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAV2tOS33D .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAV2tOS33D .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAV2tOS33D .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAV2tOS33D .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAV2tOS33D .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAV2tOS33D .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAV2tOS33D .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAV2tOS33D .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAV2tOS33D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAV2tOS33D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAV2tOS33D .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAV2tOS33D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAV2tOS33D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAV2tOS33D .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAV2tOS33D .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAV2tOS33D .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAV2tOS33D .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAV2tOS33D .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAV2tOS33D .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAV2tOS33D .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAV2tOS33D button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAV2tOS33D button.navbar-toggler:focus {
  outline: none;
}
.cid-sAV2tOS33D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAV2tOS33D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAV2tOS33D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAV2tOS33D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAV2tOS33D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAV2tOS33D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAV2tOS33D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAV2tOS33D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAV2tOS33D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAV2tOS33D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAV2tOS33D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAV2tOS33D .collapsed .btn {
  display: flex;
}
.cid-sAV2tOS33D .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAV2tOS33D .collapsed .navbar-collapse.collapsing,
.cid-sAV2tOS33D .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAV2tOS33D .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAV2tOS33D .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAV2tOS33D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAV2tOS33D .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAV2tOS33D .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAV2tOS33D .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAV2tOS33D .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAV2tOS33D .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAV2tOS33D .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAV2tOS33D .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAV2tOS33D .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAV2tOS33D .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAV2tOS33D .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAV2tOS33D .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAV2tOS33D .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAV2tOS33D .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAV2tOS33D .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAV2tOS33D .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAV2tOS33D .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAV2tOS33D .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAV2tOS33D .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAV2tOS33D .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAV2tOS33D .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAV2tOS33D .navbar-collapse.collapsing,
  .cid-sAV2tOS33D .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAV2tOS33D .navbar-collapse.collapsing .navbar-nav,
  .cid-sAV2tOS33D .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAV2tOS33D .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAV2tOS33D .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAV2tOS33D .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAV2tOS33D .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAV2tOS33D .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAV2tOS33D .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAV2tOS33D .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAV2tOS33D .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAV2tOS33D img {
    height: 3.8rem !important;
  }
  .cid-sAV2tOS33D .btn {
    display: flex;
  }
  .cid-sAV2tOS33D button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAV2tOS33D .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAV2tOS33D .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAV2tOS33D .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAV2tOS33D .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAV2tOS33D .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAV2tOS33D .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAV2tOS33D .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAV2tOS33D .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAV2tOS33D .navbar-toggler {
  position: relative;
}
.cid-sAV2tOS33D .dropdown-item.active,
.cid-sAV2tOS33D .dropdown-item:active {
  color: initial;
}
.cid-sAV2tOS33D .widget-title {
  color: #83868c;
}
.cid-sAV2tOS33D .widget-text {
  color: #83868c;
}
.cid-sAV2tOS33D .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAV2tOS33D .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAV2tOS33D .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAV2tOS33D .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAV2tOS33D .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAV2tOS33D .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAV2tOS33D .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAV2tOS33D .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAV2tOS33D .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAV2tOS33D .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAV2tOS33D .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAV2tOS33D .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAV2tOS33D .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAV2tOS33D .menu-content-top,
  .cid-sAV2tOS33D .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAV2tOS33D button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAV2tPXvnV {
  overflow-x: hidden !important;
}
.cid-sAV2tPXvnV,
.cid-sAV2tPXvnV .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAV2tPXvnV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAV2tPXvnV .mbr-section-title span {
  color: #13287d;
}
.cid-sAV2tPXvnV .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAV2tPXvnV .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sAV2tPXvnV .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAV2tPXvnV .mbr-overlay {
  z-index: 1;
}
.cid-sAV2tPXvnV .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAV2tQQgeP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAV2tQQgeP .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAV2tQQgeP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAV2tQQgeP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAV2tQQgeP * {
    text-align: left;
  }
}
.cid-sAV2tQQgeP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .mbr-text,
.cid-sAV2tQQgeP .mbr-section-btn {
  color: #000000;
}
.cid-sAV2tQQgeP .card-wrapper .card-box .card-title,
.cid-sAV2tQQgeP .mbr-section-btn,
.cid-sAV2tQQgeP .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAVc3EAMiJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVc3EAMiJ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVc3EAMiJ * {
    text-align: left;
  }
}
.cid-sAVc3EAMiJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .mbr-text,
.cid-sAVc3EAMiJ .mbr-section-btn {
  color: #000000;
}
.cid-sAVc3EAMiJ .card-wrapper .card-box .card-title,
.cid-sAVc3EAMiJ .mbr-section-btn,
.cid-sAVc3EAMiJ .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVcXDAtb8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVcXDAtb8 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVcXDAtb8 * {
    text-align: left;
  }
}
.cid-sAVcXDAtb8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .mbr-text,
.cid-sAVcXDAtb8 .mbr-section-btn {
  color: #000000;
}
.cid-sAVcXDAtb8 .card-wrapper .card-box .card-title,
.cid-sAVcXDAtb8 .mbr-section-btn,
.cid-sAVcXDAtb8 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVdeM4IlM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVdeM4IlM .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVdeM4IlM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVdeM4IlM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVdeM4IlM * {
    text-align: left;
  }
}
.cid-sAVdeM4IlM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .mbr-text,
.cid-sAVdeM4IlM .mbr-section-btn {
  color: #000000;
}
.cid-sAVdeM4IlM .card-wrapper .card-box .card-title,
.cid-sAVdeM4IlM .mbr-section-btn,
.cid-sAVdeM4IlM .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVdftoSZB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVdftoSZB .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVdftoSZB .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVdftoSZB .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVdftoSZB .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVdftoSZB .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVdftoSZB .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVdftoSZB .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVdftoSZB .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVdftoSZB .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVdftoSZB .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVdftoSZB .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVdftoSZB .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVdftoSZB .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVdftoSZB .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVdftoSZB .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVdftoSZB .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVdftoSZB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVdftoSZB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVdftoSZB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVdftoSZB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVdftoSZB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVdftoSZB * {
    text-align: left;
  }
}
.cid-sAVdftoSZB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVdftoSZB .card-wrapper .card-box .mbr-text,
.cid-sAVdftoSZB .mbr-section-btn {
  color: #000000;
}
.cid-sAVdftoSZB .card-wrapper .card-box .card-title,
.cid-sAVdftoSZB .mbr-section-btn,
.cid-sAVdftoSZB .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVeJmhYHz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVeJmhYHz .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVeJmhYHz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVeJmhYHz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVeJmhYHz * {
    text-align: left;
  }
}
.cid-sAVeJmhYHz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .mbr-text,
.cid-sAVeJmhYHz .mbr-section-btn {
  color: #000000;
}
.cid-sAVeJmhYHz .card-wrapper .card-box .card-title,
.cid-sAVeJmhYHz .mbr-section-btn,
.cid-sAVeJmhYHz .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAV2tRzj0c {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAV2tRzj0c .content-inner .left-content {
  display: block;
}
.cid-sAV2tRzj0c .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAV2tRzj0c .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAV2tRzj0c .content-inner .right-content {
  display: block;
}
.cid-sAV2tRzj0c .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAV2tRzj0c .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAV2tRzj0c .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAV2tRzj0c .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAV2tRzj0c .content-inner {
    justify-content: center !important;
  }
  .cid-sAV2tRzj0c * {
    text-align: center;
  }
}
.cid-sAV2tRzj0c .content-inner .left-content .mbr-section-title,
.cid-sAV2tRzj0c .mbr-section-btn {
  color: #1955a5;
}
.cid-sCiuhsWM5F {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCiuhsWM5F .mbr-text {
  color: #d9dade;
}
.cid-sCiuhsWM5F h5 {
  text-align: left;
}
.cid-sCiuhsWM5F p {
  text-align: left;
}
.cid-sCiuhsWM5F .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCiuhsWM5F .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCiuhsWM5F .card-title,
.cid-sCiuhsWM5F .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCiuhsWM5F .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCiuhsWM5F .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCiuhsWM5F .logo-text {
  text-align: left;
}
.cid-sCiuhsWM5F span {
  text-decoration: underline;
}
.cid-sCiuhsWM5F .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCiuhsWM5F .card-box h5,
  .cid-sCiuhsWM5F .card-box p {
    text-align: center;
  }
  .cid-sCiuhsWM5F .mbr-text {
    text-align: center;
  }
}
.cid-sCiuijIzMd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiuijIzMd .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiuijIzMd .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiuijIzMd .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiuijIzMd .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiuijIzMd .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiuijIzMd .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiuijIzMd .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiuijIzMd .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiuijIzMd .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiuijIzMd .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sAVnFo8Kci .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAVnFo8Kci .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAVnFo8Kci .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sAVnFo8Kci .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sAVnFo8Kci .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sAVnFo8Kci .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAVnFo8Kci .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sAVnFo8Kci .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAVnFo8Kci .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sAVnFo8Kci .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAVnFo8Kci .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAVnFo8Kci .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAVnFo8Kci .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAVnFo8Kci .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sAVnFo8Kci .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAVnFo8Kci .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sAVnFo8Kci .dropdown-item,
.cid-sAVnFo8Kci .nav-link,
.cid-sAVnFo8Kci .brand-name {
  font-style: normal;
}
.cid-sAVnFo8Kci .dropdown-item:hover,
.cid-sAVnFo8Kci .nav-link:hover,
.cid-sAVnFo8Kci .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sAVnFo8Kci .dropdown-menu {
  background-color: #ffffff;
}
.cid-sAVnFo8Kci .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sAVnFo8Kci .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sAVnFo8Kci .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAVnFo8Kci .nav-item {
  position: relative;
}
.cid-sAVnFo8Kci .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAVnFo8Kci .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sAVnFo8Kci .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sAVnFo8Kci .nav-link {
    line-height: 6.13;
  }
  .cid-sAVnFo8Kci .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sAVnFo8Kci .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sAVnFo8Kci .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAVnFo8Kci .content-text {
  margin-bottom: 0;
}
.cid-sAVnFo8Kci .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAVnFo8Kci .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAVnFo8Kci .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAVnFo8Kci .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAVnFo8Kci .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sAVnFo8Kci .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAVnFo8Kci .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAVnFo8Kci .content-right-side {
  text-align: center;
}
.cid-sAVnFo8Kci .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAVnFo8Kci .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAVnFo8Kci .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sAVnFo8Kci .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sAVnFo8Kci .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAVnFo8Kci .info-widget:first-child {
  margin-left: 0;
}
.cid-sAVnFo8Kci .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAVnFo8Kci .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sAVnFo8Kci .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sAVnFo8Kci .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sAVnFo8Kci .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sAVnFo8Kci .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAVnFo8Kci .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sAVnFo8Kci .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAVnFo8Kci .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAVnFo8Kci .navbar-toggler {
    display: none;
  }
  .cid-sAVnFo8Kci .navbar-collapse {
    justify-content: center;
  }
}
.cid-sAVnFo8Kci .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAVnFo8Kci .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sAVnFo8Kci .btn-sm {
  padding: 13px 29px;
}
.cid-sAVnFo8Kci .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAVnFo8Kci .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sAVnFo8Kci .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sAVnFo8Kci .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAVnFo8Kci .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAVnFo8Kci .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sAVnFo8Kci .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAVnFo8Kci .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAVnFo8Kci .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAVnFo8Kci .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAVnFo8Kci .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAVnFo8Kci .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sAVnFo8Kci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAVnFo8Kci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAVnFo8Kci .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAVnFo8Kci .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAVnFo8Kci .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAVnFo8Kci .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sAVnFo8Kci .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAVnFo8Kci .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAVnFo8Kci .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAVnFo8Kci button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sAVnFo8Kci button.navbar-toggler:focus {
  outline: none;
}
.cid-sAVnFo8Kci button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sAVnFo8Kci button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAVnFo8Kci button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAVnFo8Kci button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAVnFo8Kci button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAVnFo8Kci nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAVnFo8Kci nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAVnFo8Kci nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAVnFo8Kci nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAVnFo8Kci .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAVnFo8Kci .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAVnFo8Kci .collapsed .btn {
  display: flex;
}
.cid-sAVnFo8Kci .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAVnFo8Kci .collapsed .navbar-collapse.collapsing,
.cid-sAVnFo8Kci .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAVnFo8Kci .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAVnFo8Kci .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAVnFo8Kci .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAVnFo8Kci .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAVnFo8Kci .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAVnFo8Kci .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sAVnFo8Kci .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAVnFo8Kci .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAVnFo8Kci .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAVnFo8Kci .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAVnFo8Kci .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAVnFo8Kci .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sAVnFo8Kci .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAVnFo8Kci .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAVnFo8Kci .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAVnFo8Kci .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAVnFo8Kci .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sAVnFo8Kci .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sAVnFo8Kci .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sAVnFo8Kci .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAVnFo8Kci .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sAVnFo8Kci .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sAVnFo8Kci .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sAVnFo8Kci .navbar-collapse.collapsing,
  .cid-sAVnFo8Kci .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAVnFo8Kci .navbar-collapse.collapsing .navbar-nav,
  .cid-sAVnFo8Kci .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAVnFo8Kci .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAVnFo8Kci .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAVnFo8Kci .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sAVnFo8Kci .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sAVnFo8Kci .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAVnFo8Kci .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAVnFo8Kci .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAVnFo8Kci .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAVnFo8Kci img {
    height: 3.8rem !important;
  }
  .cid-sAVnFo8Kci .btn {
    display: flex;
  }
  .cid-sAVnFo8Kci button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sAVnFo8Kci .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAVnFo8Kci .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sAVnFo8Kci .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAVnFo8Kci .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAVnFo8Kci .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAVnFo8Kci .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAVnFo8Kci .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAVnFo8Kci .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAVnFo8Kci .navbar-toggler {
  position: relative;
}
.cid-sAVnFo8Kci .dropdown-item.active,
.cid-sAVnFo8Kci .dropdown-item:active {
  color: initial;
}
.cid-sAVnFo8Kci .widget-title {
  color: #83868c;
}
.cid-sAVnFo8Kci .widget-text {
  color: #83868c;
}
.cid-sAVnFo8Kci .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sAVnFo8Kci .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sAVnFo8Kci .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sAVnFo8Kci .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sAVnFo8Kci .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sAVnFo8Kci .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sAVnFo8Kci .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sAVnFo8Kci .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sAVnFo8Kci .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sAVnFo8Kci .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sAVnFo8Kci .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sAVnFo8Kci .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sAVnFo8Kci .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sAVnFo8Kci .menu-content-top,
  .cid-sAVnFo8Kci .menu-bottom {
    padding: 0 15px;
  }
  .cid-sAVnFo8Kci button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sAVnFp6Kux {
  overflow-x: hidden !important;
}
.cid-sAVnFp6Kux,
.cid-sAVnFp6Kux .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sAVnFp6Kux .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAVnFp6Kux .mbr-section-title span {
  color: #13287d;
}
.cid-sAVnFp6Kux .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sAVnFp6Kux .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg03-1920x1187.png");
}
.cid-sAVnFp6Kux .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sAVnFp6Kux .mbr-overlay {
  z-index: 1;
}
.cid-sAVnFp6Kux .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sAVnFpKM5S {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVnFpKM5S .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVnFpKM5S .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVnFpKM5S .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVnFpKM5S * {
    text-align: left;
  }
}
.cid-sAVnFpKM5S a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .mbr-text,
.cid-sAVnFpKM5S .mbr-section-btn {
  color: #000000;
}
.cid-sAVnFpKM5S .card-wrapper .card-box .card-title,
.cid-sAVnFpKM5S .mbr-section-btn,
.cid-sAVnFpKM5S .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAVnFquOVL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVnFquOVL .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVnFquOVL .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVnFquOVL .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVnFquOVL .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVnFquOVL .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVnFquOVL .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVnFquOVL .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVnFquOVL .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVnFquOVL .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVnFquOVL .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVnFquOVL .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVnFquOVL .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVnFquOVL .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVnFquOVL .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVnFquOVL .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVnFquOVL .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVnFquOVL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVnFquOVL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVnFquOVL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVnFquOVL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVnFquOVL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVnFquOVL * {
    text-align: left;
  }
}
.cid-sAVnFquOVL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVnFquOVL .card-wrapper .card-box .mbr-text,
.cid-sAVnFquOVL .mbr-section-btn {
  color: #000000;
}
.cid-sAVnFquOVL .card-wrapper .card-box .card-title,
.cid-sAVnFquOVL .mbr-section-btn,
.cid-sAVnFquOVL .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAVnFrlXxy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVnFrlXxy .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVnFrlXxy .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVnFrlXxy .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVnFrlXxy * {
    text-align: left;
  }
}
.cid-sAVnFrlXxy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .mbr-text,
.cid-sAVnFrlXxy .mbr-section-btn {
  color: #000000;
}
.cid-sAVnFrlXxy .card-wrapper .card-box .card-title,
.cid-sAVnFrlXxy .mbr-section-btn,
.cid-sAVnFrlXxy .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAVnFs2Irz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVnFs2Irz .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVnFs2Irz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVnFs2Irz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVnFs2Irz * {
    text-align: left;
  }
}
.cid-sAVnFs2Irz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .mbr-text,
.cid-sAVnFs2Irz .mbr-section-btn {
  color: #000000;
}
.cid-sAVnFs2Irz .card-wrapper .card-box .card-title,
.cid-sAVnFs2Irz .mbr-section-btn,
.cid-sAVnFs2Irz .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sAVulQw5W6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVulQw5W6 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVulQw5W6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVulQw5W6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVulQw5W6 * {
    text-align: left;
  }
}
.cid-sAVulQw5W6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .mbr-text,
.cid-sAVulQw5W6 .mbr-section-btn {
  color: #000000;
}
.cid-sAVulQw5W6 .card-wrapper .card-box .card-title,
.cid-sAVulQw5W6 .mbr-section-btn,
.cid-sAVulQw5W6 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVyzf1fmY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVyzf1fmY .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVyzf1fmY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVyzf1fmY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVyzf1fmY * {
    text-align: left;
  }
}
.cid-sAVyzf1fmY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .mbr-text,
.cid-sAVyzf1fmY .mbr-section-btn {
  color: #000000;
}
.cid-sAVyzf1fmY .card-wrapper .card-box .card-title,
.cid-sAVyzf1fmY .mbr-section-btn,
.cid-sAVyzf1fmY .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVB5tgty5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVB5tgty5 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVB5tgty5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVB5tgty5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVB5tgty5 * {
    text-align: left;
  }
}
.cid-sAVB5tgty5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .mbr-text,
.cid-sAVB5tgty5 .mbr-section-btn {
  color: #000000;
}
.cid-sAVB5tgty5 .card-wrapper .card-box .card-title,
.cid-sAVB5tgty5 .mbr-section-btn,
.cid-sAVB5tgty5 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVC8kbkST {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVC8kbkST .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVC8kbkST .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVC8kbkST .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVC8kbkST .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVC8kbkST .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVC8kbkST .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVC8kbkST .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVC8kbkST .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVC8kbkST .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVC8kbkST .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVC8kbkST .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVC8kbkST .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVC8kbkST .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVC8kbkST .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVC8kbkST .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVC8kbkST .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVC8kbkST .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVC8kbkST .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVC8kbkST .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVC8kbkST .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVC8kbkST .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVC8kbkST * {
    text-align: left;
  }
}
.cid-sAVC8kbkST a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVC8kbkST .card-wrapper .card-box .mbr-text,
.cid-sAVC8kbkST .mbr-section-btn {
  color: #000000;
}
.cid-sAVC8kbkST .card-wrapper .card-box .card-title,
.cid-sAVC8kbkST .mbr-section-btn,
.cid-sAVC8kbkST .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVDmrhTGK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVDmrhTGK .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVDmrhTGK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVDmrhTGK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVDmrhTGK * {
    text-align: left;
  }
}
.cid-sAVDmrhTGK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .mbr-text,
.cid-sAVDmrhTGK .mbr-section-btn {
  color: #000000;
}
.cid-sAVDmrhTGK .card-wrapper .card-box .card-title,
.cid-sAVDmrhTGK .mbr-section-btn,
.cid-sAVDmrhTGK .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVFwGhM4n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVFwGhM4n .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVFwGhM4n .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVFwGhM4n .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVFwGhM4n * {
    text-align: left;
  }
}
.cid-sAVFwGhM4n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .mbr-text,
.cid-sAVFwGhM4n .mbr-section-btn {
  color: #000000;
}
.cid-sAVFwGhM4n .card-wrapper .card-box .card-title,
.cid-sAVFwGhM4n .mbr-section-btn,
.cid-sAVFwGhM4n .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVFDtMswO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVFDtMswO .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVFDtMswO .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVFDtMswO .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVFDtMswO .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVFDtMswO .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVFDtMswO .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVFDtMswO .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVFDtMswO .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVFDtMswO .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVFDtMswO .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVFDtMswO .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVFDtMswO .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVFDtMswO .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVFDtMswO .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVFDtMswO .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVFDtMswO .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVFDtMswO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVFDtMswO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVFDtMswO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVFDtMswO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVFDtMswO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVFDtMswO * {
    text-align: left;
  }
}
.cid-sAVFDtMswO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVFDtMswO .card-wrapper .card-box .mbr-text,
.cid-sAVFDtMswO .mbr-section-btn {
  color: #000000;
}
.cid-sAVFDtMswO .card-wrapper .card-box .card-title,
.cid-sAVFDtMswO .mbr-section-btn,
.cid-sAVFDtMswO .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVGg5dPci {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVGg5dPci .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVGg5dPci .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVGg5dPci .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVGg5dPci .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVGg5dPci .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVGg5dPci .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVGg5dPci .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVGg5dPci .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVGg5dPci .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVGg5dPci .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVGg5dPci .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVGg5dPci .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVGg5dPci .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVGg5dPci .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVGg5dPci .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVGg5dPci .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVGg5dPci .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVGg5dPci .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVGg5dPci .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVGg5dPci .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVGg5dPci .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVGg5dPci * {
    text-align: left;
  }
}
.cid-sAVGg5dPci a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVGg5dPci .card-wrapper .card-box .mbr-text,
.cid-sAVGg5dPci .mbr-section-btn {
  color: #000000;
}
.cid-sAVGg5dPci .card-wrapper .card-box .card-title,
.cid-sAVGg5dPci .mbr-section-btn,
.cid-sAVGg5dPci .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVHBYLxM6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVHBYLxM6 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVHBYLxM6 * {
    text-align: left;
  }
}
.cid-sAVHBYLxM6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .mbr-text,
.cid-sAVHBYLxM6 .mbr-section-btn {
  color: #000000;
}
.cid-sAVHBYLxM6 .card-wrapper .card-box .card-title,
.cid-sAVHBYLxM6 .mbr-section-btn,
.cid-sAVHBYLxM6 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVIxlT7XE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAVIxlT7XE .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sAVIxlT7XE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sAVIxlT7XE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sAVIxlT7XE * {
    text-align: left;
  }
}
.cid-sAVIxlT7XE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .mbr-text,
.cid-sAVIxlT7XE .mbr-section-btn {
  color: #000000;
}
.cid-sAVIxlT7XE .card-wrapper .card-box .card-title,
.cid-sAVIxlT7XE .mbr-section-btn,
.cid-sAVIxlT7XE .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sAVnFsEdBM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sAVnFsEdBM .content-inner .left-content {
  display: block;
}
.cid-sAVnFsEdBM .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sAVnFsEdBM .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sAVnFsEdBM .content-inner .right-content {
  display: block;
}
.cid-sAVnFsEdBM .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sAVnFsEdBM .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sAVnFsEdBM .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sAVnFsEdBM .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sAVnFsEdBM .content-inner {
    justify-content: center !important;
  }
  .cid-sAVnFsEdBM * {
    text-align: center;
  }
}
.cid-sAVnFsEdBM .content-inner .left-content .mbr-section-title,
.cid-sAVnFsEdBM .mbr-section-btn {
  color: #1955a5;
}
.cid-sCia8VYipH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCia8VYipH .mbr-text {
  color: #d9dade;
}
.cid-sCia8VYipH h5 {
  text-align: left;
}
.cid-sCia8VYipH p {
  text-align: left;
}
.cid-sCia8VYipH .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCia8VYipH .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCia8VYipH .card-title,
.cid-sCia8VYipH .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCia8VYipH .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCia8VYipH .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCia8VYipH .logo-text {
  text-align: left;
}
.cid-sCia8VYipH span {
  text-decoration: underline;
}
.cid-sCia8VYipH .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCia8VYipH .card-box h5,
  .cid-sCia8VYipH .card-box p {
    text-align: center;
  }
  .cid-sCia8VYipH .mbr-text {
    text-align: center;
  }
}
.cid-sCiaa1Xsip {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiaa1Xsip .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiaa1Xsip .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiaa1Xsip .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiaa1Xsip .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiaa1Xsip .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiaa1Xsip .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiaa1Xsip .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiaa1Xsip .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiaa1Xsip .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiaa1Xsip .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sB4nQ6Fjxy .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sB4nQ6Fjxy .navbar-fixed-top {
  padding-top: 0;
}
.cid-sB4nQ6Fjxy .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sB4nQ6Fjxy .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sB4nQ6Fjxy .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sB4nQ6Fjxy .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sB4nQ6Fjxy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sB4nQ6Fjxy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sB4nQ6Fjxy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sB4nQ6Fjxy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sB4nQ6Fjxy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sB4nQ6Fjxy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sB4nQ6Fjxy .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sB4nQ6Fjxy .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sB4nQ6Fjxy .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sB4nQ6Fjxy .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sB4nQ6Fjxy .dropdown-item,
.cid-sB4nQ6Fjxy .nav-link,
.cid-sB4nQ6Fjxy .brand-name {
  font-style: normal;
}
.cid-sB4nQ6Fjxy .dropdown-item:hover,
.cid-sB4nQ6Fjxy .nav-link:hover,
.cid-sB4nQ6Fjxy .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sB4nQ6Fjxy .dropdown-menu {
  background-color: #ffffff;
}
.cid-sB4nQ6Fjxy .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sB4nQ6Fjxy .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sB4nQ6Fjxy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sB4nQ6Fjxy .nav-item {
  position: relative;
}
.cid-sB4nQ6Fjxy .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sB4nQ6Fjxy .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sB4nQ6Fjxy .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sB4nQ6Fjxy .nav-link {
    line-height: 6.13;
  }
  .cid-sB4nQ6Fjxy .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sB4nQ6Fjxy .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sB4nQ6Fjxy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB4nQ6Fjxy .content-text {
  margin-bottom: 0;
}
.cid-sB4nQ6Fjxy .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sB4nQ6Fjxy .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sB4nQ6Fjxy .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sB4nQ6Fjxy .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sB4nQ6Fjxy .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sB4nQ6Fjxy .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB4nQ6Fjxy .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sB4nQ6Fjxy .content-right-side {
  text-align: center;
}
.cid-sB4nQ6Fjxy .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sB4nQ6Fjxy .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sB4nQ6Fjxy .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sB4nQ6Fjxy .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sB4nQ6Fjxy .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sB4nQ6Fjxy .info-widget:first-child {
  margin-left: 0;
}
.cid-sB4nQ6Fjxy .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sB4nQ6Fjxy .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sB4nQ6Fjxy .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sB4nQ6Fjxy .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sB4nQ6Fjxy .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sB4nQ6Fjxy .navbar {
    display: block;
    padding: 0;
  }
  .cid-sB4nQ6Fjxy .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sB4nQ6Fjxy .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sB4nQ6Fjxy .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sB4nQ6Fjxy .navbar-toggler {
    display: none;
  }
  .cid-sB4nQ6Fjxy .navbar-collapse {
    justify-content: center;
  }
}
.cid-sB4nQ6Fjxy .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sB4nQ6Fjxy .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sB4nQ6Fjxy .btn-sm {
  padding: 13px 29px;
}
.cid-sB4nQ6Fjxy .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sB4nQ6Fjxy .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sB4nQ6Fjxy .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sB4nQ6Fjxy .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sB4nQ6Fjxy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sB4nQ6Fjxy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sB4nQ6Fjxy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sB4nQ6Fjxy .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sB4nQ6Fjxy .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sB4nQ6Fjxy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB4nQ6Fjxy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB4nQ6Fjxy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sB4nQ6Fjxy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sB4nQ6Fjxy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB4nQ6Fjxy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sB4nQ6Fjxy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB4nQ6Fjxy .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sB4nQ6Fjxy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sB4nQ6Fjxy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sB4nQ6Fjxy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sB4nQ6Fjxy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sB4nQ6Fjxy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sB4nQ6Fjxy button.navbar-toggler:focus {
  outline: none;
}
.cid-sB4nQ6Fjxy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sB4nQ6Fjxy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB4nQ6Fjxy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB4nQ6Fjxy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB4nQ6Fjxy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB4nQ6Fjxy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB4nQ6Fjxy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sB4nQ6Fjxy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sB4nQ6Fjxy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB4nQ6Fjxy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB4nQ6Fjxy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB4nQ6Fjxy .collapsed .btn {
  display: flex;
}
.cid-sB4nQ6Fjxy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sB4nQ6Fjxy .collapsed .navbar-collapse.collapsing,
.cid-sB4nQ6Fjxy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sB4nQ6Fjxy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sB4nQ6Fjxy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sB4nQ6Fjxy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sB4nQ6Fjxy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sB4nQ6Fjxy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sB4nQ6Fjxy .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sB4nQ6Fjxy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sB4nQ6Fjxy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sB4nQ6Fjxy .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sB4nQ6Fjxy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sB4nQ6Fjxy .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sB4nQ6Fjxy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sB4nQ6Fjxy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sB4nQ6Fjxy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sB4nQ6Fjxy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sB4nQ6Fjxy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sB4nQ6Fjxy .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sB4nQ6Fjxy .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sB4nQ6Fjxy .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sB4nQ6Fjxy .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sB4nQ6Fjxy .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sB4nQ6Fjxy .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sB4nQ6Fjxy .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sB4nQ6Fjxy .navbar-collapse.collapsing,
  .cid-sB4nQ6Fjxy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sB4nQ6Fjxy .navbar-collapse.collapsing .navbar-nav,
  .cid-sB4nQ6Fjxy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sB4nQ6Fjxy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sB4nQ6Fjxy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sB4nQ6Fjxy .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sB4nQ6Fjxy .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sB4nQ6Fjxy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sB4nQ6Fjxy .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sB4nQ6Fjxy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sB4nQ6Fjxy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sB4nQ6Fjxy img {
    height: 3.8rem !important;
  }
  .cid-sB4nQ6Fjxy .btn {
    display: flex;
  }
  .cid-sB4nQ6Fjxy button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sB4nQ6Fjxy .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sB4nQ6Fjxy .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sB4nQ6Fjxy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sB4nQ6Fjxy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sB4nQ6Fjxy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sB4nQ6Fjxy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sB4nQ6Fjxy .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sB4nQ6Fjxy .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sB4nQ6Fjxy .navbar-toggler {
  position: relative;
}
.cid-sB4nQ6Fjxy .dropdown-item.active,
.cid-sB4nQ6Fjxy .dropdown-item:active {
  color: initial;
}
.cid-sB4nQ6Fjxy .widget-title {
  color: #83868c;
}
.cid-sB4nQ6Fjxy .widget-text {
  color: #83868c;
}
.cid-sB4nQ6Fjxy .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sB4nQ6Fjxy .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sB4nQ6Fjxy .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sB4nQ6Fjxy .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sB4nQ6Fjxy .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sB4nQ6Fjxy .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sB4nQ6Fjxy .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sB4nQ6Fjxy .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sB4nQ6Fjxy .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sB4nQ6Fjxy .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sB4nQ6Fjxy .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sB4nQ6Fjxy .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sB4nQ6Fjxy .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sB4nQ6Fjxy .menu-content-top,
  .cid-sB4nQ6Fjxy .menu-bottom {
    padding: 0 15px;
  }
  .cid-sB4nQ6Fjxy button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sB4nQ7vitU {
  overflow-x: hidden !important;
}
.cid-sB4nQ7vitU,
.cid-sB4nQ7vitU .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sB4nQ7vitU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sB4nQ7vitU .mbr-section-title span {
  color: #13287d;
}
.cid-sB4nQ7vitU .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sB4nQ7vitU .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg03-1920x1187.png");
}
.cid-sB4nQ7vitU .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sB4nQ7vitU .mbr-overlay {
  z-index: 1;
}
.cid-sB4nQ7vitU .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sB4nQ7SRwv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQ7SRwv .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQ7SRwv * {
    text-align: left;
  }
}
.cid-sB4nQ7SRwv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .mbr-text,
.cid-sB4nQ7SRwv .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQ7SRwv .card-wrapper .card-box .card-title,
.cid-sB4nQ7SRwv .mbr-section-btn,
.cid-sB4nQ7SRwv .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sB4nQ8zC4i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQ8zC4i .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQ8zC4i * {
    text-align: left;
  }
}
.cid-sB4nQ8zC4i a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .mbr-text,
.cid-sB4nQ8zC4i .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQ8zC4i .card-wrapper .card-box .card-title,
.cid-sB4nQ8zC4i .mbr-section-btn,
.cid-sB4nQ8zC4i .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sB4nQ9erUO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQ9erUO .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQ9erUO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQ9erUO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQ9erUO * {
    text-align: left;
  }
}
.cid-sB4nQ9erUO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .mbr-text,
.cid-sB4nQ9erUO .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQ9erUO .card-wrapper .card-box .card-title,
.cid-sB4nQ9erUO .mbr-section-btn,
.cid-sB4nQ9erUO .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sB4nQ9SWJQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQ9SWJQ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQ9SWJQ * {
    text-align: left;
  }
}
.cid-sB4nQ9SWJQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .mbr-text,
.cid-sB4nQ9SWJQ .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQ9SWJQ .card-wrapper .card-box .card-title,
.cid-sB4nQ9SWJQ .mbr-section-btn,
.cid-sB4nQ9SWJQ .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sB4nQay48v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQay48v .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQay48v .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQay48v .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQay48v .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQay48v .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQay48v .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQay48v .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQay48v .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQay48v .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQay48v .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQay48v .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQay48v .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQay48v .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQay48v .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQay48v .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQay48v .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQay48v .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQay48v .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQay48v .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQay48v .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQay48v .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQay48v * {
    text-align: left;
  }
}
.cid-sB4nQay48v a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQay48v .card-wrapper .card-box .mbr-text,
.cid-sB4nQay48v .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQay48v .card-wrapper .card-box .card-title,
.cid-sB4nQay48v .mbr-section-btn,
.cid-sB4nQay48v .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4nQba9Uq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQba9Uq .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQba9Uq .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQba9Uq .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQba9Uq * {
    text-align: left;
  }
}
.cid-sB4nQba9Uq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .mbr-text,
.cid-sB4nQba9Uq .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQba9Uq .card-wrapper .card-box .card-title,
.cid-sB4nQba9Uq .mbr-section-btn,
.cid-sB4nQba9Uq .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4nQbI5mZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQbI5mZ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQbI5mZ * {
    text-align: left;
  }
}
.cid-sB4nQbI5mZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .mbr-text,
.cid-sB4nQbI5mZ .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQbI5mZ .card-wrapper .card-box .card-title,
.cid-sB4nQbI5mZ .mbr-section-btn,
.cid-sB4nQbI5mZ .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4nQcg9ac {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQcg9ac .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQcg9ac .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQcg9ac .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQcg9ac * {
    text-align: left;
  }
}
.cid-sB4nQcg9ac a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .mbr-text,
.cid-sB4nQcg9ac .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQcg9ac .card-wrapper .card-box .card-title,
.cid-sB4nQcg9ac .mbr-section-btn,
.cid-sB4nQcg9ac .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4nQcSwTV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQcSwTV .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQcSwTV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQcSwTV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQcSwTV * {
    text-align: left;
  }
}
.cid-sB4nQcSwTV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .mbr-text,
.cid-sB4nQcSwTV .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQcSwTV .card-wrapper .card-box .card-title,
.cid-sB4nQcSwTV .mbr-section-btn,
.cid-sB4nQcSwTV .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4nQdq15S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQdq15S .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQdq15S .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQdq15S .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQdq15S .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQdq15S .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQdq15S .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQdq15S .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQdq15S .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQdq15S .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQdq15S .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQdq15S .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQdq15S .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQdq15S .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQdq15S .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQdq15S .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQdq15S .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQdq15S .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQdq15S .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQdq15S .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQdq15S .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQdq15S .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQdq15S * {
    text-align: left;
  }
}
.cid-sB4nQdq15S a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQdq15S .card-wrapper .card-box .mbr-text,
.cid-sB4nQdq15S .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQdq15S .card-wrapper .card-box .card-title,
.cid-sB4nQdq15S .mbr-section-btn,
.cid-sB4nQdq15S .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4nQdZiZi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQdZiZi .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQdZiZi .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQdZiZi .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQdZiZi * {
    text-align: left;
  }
}
.cid-sB4nQdZiZi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .mbr-text,
.cid-sB4nQdZiZi .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQdZiZi .card-wrapper .card-box .card-title,
.cid-sB4nQdZiZi .mbr-section-btn,
.cid-sB4nQdZiZi .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4nQexN93 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQexN93 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQexN93 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQexN93 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQexN93 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQexN93 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQexN93 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQexN93 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQexN93 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQexN93 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQexN93 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQexN93 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQexN93 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQexN93 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQexN93 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQexN93 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQexN93 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQexN93 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQexN93 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQexN93 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQexN93 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQexN93 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQexN93 * {
    text-align: left;
  }
}
.cid-sB4nQexN93 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQexN93 .card-wrapper .card-box .mbr-text,
.cid-sB4nQexN93 .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQexN93 .card-wrapper .card-box .card-title,
.cid-sB4nQexN93 .mbr-section-btn,
.cid-sB4nQexN93 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4nQf7Qm3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQf7Qm3 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQf7Qm3 * {
    text-align: left;
  }
}
.cid-sB4nQf7Qm3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .mbr-text,
.cid-sB4nQf7Qm3 .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQf7Qm3 .card-wrapper .card-box .card-title,
.cid-sB4nQf7Qm3 .mbr-section-btn,
.cid-sB4nQf7Qm3 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4nQfJQEa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4nQfJQEa .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4nQfJQEa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4nQfJQEa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4nQfJQEa * {
    text-align: left;
  }
}
.cid-sB4nQfJQEa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .mbr-text,
.cid-sB4nQfJQEa .mbr-section-btn {
  color: #000000;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .card-title,
.cid-sB4nQfJQEa .mbr-section-btn,
.cid-sB4nQfJQEa .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4nQfJQEa .card-wrapper .card-box .card-subtitle,
.cid-sB4nQfJQEa .mbr-section-btn,
.cid-sB4nQfJQEa .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4CQI2dI0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4CQI2dI0 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4CQI2dI0 * {
    text-align: left;
  }
}
.cid-sB4CQI2dI0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .mbr-text,
.cid-sB4CQI2dI0 .mbr-section-btn {
  color: #000000;
}
.cid-sB4CQI2dI0 .card-wrapper .card-box .card-title,
.cid-sB4CQI2dI0 .mbr-section-btn,
.cid-sB4CQI2dI0 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4G6HtdVO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB4G6HtdVO .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sB4G6HtdVO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sB4G6HtdVO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sB4G6HtdVO * {
    text-align: left;
  }
}
.cid-sB4G6HtdVO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .mbr-text,
.cid-sB4G6HtdVO .mbr-section-btn {
  color: #000000;
}
.cid-sB4G6HtdVO .card-wrapper .card-box .card-title,
.cid-sB4G6HtdVO .mbr-section-btn,
.cid-sB4G6HtdVO .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sB4nQgj6c1 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sB4nQgj6c1 .content-inner .left-content {
  display: block;
}
.cid-sB4nQgj6c1 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sB4nQgj6c1 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sB4nQgj6c1 .content-inner .right-content {
  display: block;
}
.cid-sB4nQgj6c1 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sB4nQgj6c1 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sB4nQgj6c1 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sB4nQgj6c1 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sB4nQgj6c1 .content-inner {
    justify-content: center !important;
  }
  .cid-sB4nQgj6c1 * {
    text-align: center;
  }
}
.cid-sB4nQgj6c1 .content-inner .left-content .mbr-section-title,
.cid-sB4nQgj6c1 .mbr-section-btn {
  color: #1955a5;
}
.cid-sCigH1h856 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCigH1h856 .mbr-text {
  color: #d9dade;
}
.cid-sCigH1h856 h5 {
  text-align: left;
}
.cid-sCigH1h856 p {
  text-align: left;
}
.cid-sCigH1h856 .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCigH1h856 .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCigH1h856 .card-title,
.cid-sCigH1h856 .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCigH1h856 .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCigH1h856 .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCigH1h856 .logo-text {
  text-align: left;
}
.cid-sCigH1h856 span {
  text-decoration: underline;
}
.cid-sCigH1h856 .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCigH1h856 .card-box h5,
  .cid-sCigH1h856 .card-box p {
    text-align: center;
  }
  .cid-sCigH1h856 .mbr-text {
    text-align: center;
  }
}
.cid-sCigHIVxHs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCigHIVxHs .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCigHIVxHs .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCigHIVxHs .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCigHIVxHs .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCigHIVxHs .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCigHIVxHs .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCigHIVxHs .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCigHIVxHs .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCigHIVxHs .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCigHIVxHs .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sBatO33JL1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBatO33JL1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sBatO33JL1 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sBatO33JL1 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sBatO33JL1 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sBatO33JL1 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sBatO33JL1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sBatO33JL1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sBatO33JL1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sBatO33JL1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBatO33JL1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBatO33JL1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBatO33JL1 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sBatO33JL1 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sBatO33JL1 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBatO33JL1 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sBatO33JL1 .dropdown-item,
.cid-sBatO33JL1 .nav-link,
.cid-sBatO33JL1 .brand-name {
  font-style: normal;
}
.cid-sBatO33JL1 .dropdown-item:hover,
.cid-sBatO33JL1 .nav-link:hover,
.cid-sBatO33JL1 .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sBatO33JL1 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sBatO33JL1 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sBatO33JL1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sBatO33JL1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBatO33JL1 .nav-item {
  position: relative;
}
.cid-sBatO33JL1 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBatO33JL1 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sBatO33JL1 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sBatO33JL1 .nav-link {
    line-height: 6.13;
  }
  .cid-sBatO33JL1 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sBatO33JL1 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sBatO33JL1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBatO33JL1 .content-text {
  margin-bottom: 0;
}
.cid-sBatO33JL1 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBatO33JL1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBatO33JL1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBatO33JL1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBatO33JL1 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sBatO33JL1 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBatO33JL1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBatO33JL1 .content-right-side {
  text-align: center;
}
.cid-sBatO33JL1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBatO33JL1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBatO33JL1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sBatO33JL1 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sBatO33JL1 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBatO33JL1 .info-widget:first-child {
  margin-left: 0;
}
.cid-sBatO33JL1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBatO33JL1 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sBatO33JL1 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBatO33JL1 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sBatO33JL1 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sBatO33JL1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBatO33JL1 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sBatO33JL1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBatO33JL1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sBatO33JL1 .navbar-toggler {
    display: none;
  }
  .cid-sBatO33JL1 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sBatO33JL1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sBatO33JL1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sBatO33JL1 .btn-sm {
  padding: 13px 29px;
}
.cid-sBatO33JL1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBatO33JL1 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sBatO33JL1 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sBatO33JL1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBatO33JL1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBatO33JL1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sBatO33JL1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBatO33JL1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBatO33JL1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBatO33JL1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBatO33JL1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBatO33JL1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sBatO33JL1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBatO33JL1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBatO33JL1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBatO33JL1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBatO33JL1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sBatO33JL1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sBatO33JL1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBatO33JL1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBatO33JL1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBatO33JL1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sBatO33JL1 button.navbar-toggler:focus {
  outline: none;
}
.cid-sBatO33JL1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sBatO33JL1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBatO33JL1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBatO33JL1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBatO33JL1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBatO33JL1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBatO33JL1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBatO33JL1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBatO33JL1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBatO33JL1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBatO33JL1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBatO33JL1 .collapsed .btn {
  display: flex;
}
.cid-sBatO33JL1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBatO33JL1 .collapsed .navbar-collapse.collapsing,
.cid-sBatO33JL1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBatO33JL1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBatO33JL1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBatO33JL1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBatO33JL1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBatO33JL1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBatO33JL1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sBatO33JL1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBatO33JL1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBatO33JL1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBatO33JL1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBatO33JL1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sBatO33JL1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sBatO33JL1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sBatO33JL1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBatO33JL1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBatO33JL1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sBatO33JL1 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBatO33JL1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sBatO33JL1 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sBatO33JL1 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sBatO33JL1 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sBatO33JL1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sBatO33JL1 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sBatO33JL1 .navbar-collapse.collapsing,
  .cid-sBatO33JL1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBatO33JL1 .navbar-collapse.collapsing .navbar-nav,
  .cid-sBatO33JL1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBatO33JL1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBatO33JL1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBatO33JL1 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sBatO33JL1 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sBatO33JL1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBatO33JL1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sBatO33JL1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBatO33JL1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBatO33JL1 img {
    height: 3.8rem !important;
  }
  .cid-sBatO33JL1 .btn {
    display: flex;
  }
  .cid-sBatO33JL1 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sBatO33JL1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sBatO33JL1 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sBatO33JL1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sBatO33JL1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBatO33JL1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBatO33JL1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sBatO33JL1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBatO33JL1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sBatO33JL1 .navbar-toggler {
  position: relative;
}
.cid-sBatO33JL1 .dropdown-item.active,
.cid-sBatO33JL1 .dropdown-item:active {
  color: initial;
}
.cid-sBatO33JL1 .widget-title {
  color: #83868c;
}
.cid-sBatO33JL1 .widget-text {
  color: #83868c;
}
.cid-sBatO33JL1 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sBatO33JL1 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sBatO33JL1 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sBatO33JL1 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sBatO33JL1 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sBatO33JL1 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sBatO33JL1 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sBatO33JL1 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sBatO33JL1 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sBatO33JL1 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sBatO33JL1 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sBatO33JL1 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sBatO33JL1 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sBatO33JL1 .menu-content-top,
  .cid-sBatO33JL1 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sBatO33JL1 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sBatO3Ybvb {
  overflow-x: hidden !important;
}
.cid-sBatO3Ybvb,
.cid-sBatO3Ybvb .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sBatO3Ybvb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sBatO3Ybvb .mbr-section-title span {
  color: #13287d;
}
.cid-sBatO3Ybvb .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sBatO3Ybvb .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg03-1920x1187.png");
}
.cid-sBatO3Ybvb .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBatO3Ybvb .mbr-overlay {
  z-index: 1;
}
.cid-sBatO3Ybvb .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sBatO4mlN7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatO4mlN7 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatO4mlN7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatO4mlN7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatO4mlN7 * {
    text-align: left;
  }
}
.cid-sBatO4mlN7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .mbr-text,
.cid-sBatO4mlN7 .mbr-section-btn {
  color: #000000;
}
.cid-sBatO4mlN7 .card-wrapper .card-box .card-title,
.cid-sBatO4mlN7 .mbr-section-btn,
.cid-sBatO4mlN7 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBatO512bj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatO512bj .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatO512bj .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatO512bj .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatO512bj .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatO512bj .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatO512bj .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatO512bj .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatO512bj .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatO512bj .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO512bj .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO512bj .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO512bj .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO512bj .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatO512bj .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatO512bj .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatO512bj .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatO512bj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatO512bj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatO512bj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatO512bj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatO512bj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatO512bj * {
    text-align: left;
  }
}
.cid-sBatO512bj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatO512bj .card-wrapper .card-box .mbr-text,
.cid-sBatO512bj .mbr-section-btn {
  color: #000000;
}
.cid-sBatO512bj .card-wrapper .card-box .card-title,
.cid-sBatO512bj .mbr-section-btn,
.cid-sBatO512bj .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBatO5IKx6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatO5IKx6 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatO5IKx6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatO5IKx6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatO5IKx6 * {
    text-align: left;
  }
}
.cid-sBatO5IKx6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .mbr-text,
.cid-sBatO5IKx6 .mbr-section-btn {
  color: #000000;
}
.cid-sBatO5IKx6 .card-wrapper .card-box .card-title,
.cid-sBatO5IKx6 .mbr-section-btn,
.cid-sBatO5IKx6 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBatO6gHwk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatO6gHwk .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatO6gHwk .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatO6gHwk .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatO6gHwk .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatO6gHwk .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatO6gHwk .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatO6gHwk .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatO6gHwk .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatO6gHwk .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO6gHwk .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO6gHwk .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO6gHwk .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO6gHwk .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatO6gHwk .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatO6gHwk .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatO6gHwk .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatO6gHwk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatO6gHwk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatO6gHwk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatO6gHwk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatO6gHwk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatO6gHwk * {
    text-align: left;
  }
}
.cid-sBatO6gHwk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatO6gHwk .card-wrapper .card-box .mbr-text,
.cid-sBatO6gHwk .mbr-section-btn {
  color: #000000;
}
.cid-sBatO6gHwk .card-wrapper .card-box .card-title,
.cid-sBatO6gHwk .mbr-section-btn,
.cid-sBatO6gHwk .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBatO6TODN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatO6TODN .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatO6TODN .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatO6TODN .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatO6TODN .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatO6TODN .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatO6TODN .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatO6TODN .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatO6TODN .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatO6TODN .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO6TODN .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO6TODN .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO6TODN .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO6TODN .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatO6TODN .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatO6TODN .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatO6TODN .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatO6TODN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatO6TODN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatO6TODN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatO6TODN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatO6TODN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatO6TODN * {
    text-align: left;
  }
}
.cid-sBatO6TODN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatO6TODN .card-wrapper .card-box .mbr-text,
.cid-sBatO6TODN .mbr-section-btn {
  color: #000000;
}
.cid-sBatO6TODN .card-wrapper .card-box .card-title,
.cid-sBatO6TODN .mbr-section-btn,
.cid-sBatO6TODN .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBatO7wegS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatO7wegS .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatO7wegS .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatO7wegS .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatO7wegS .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatO7wegS .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatO7wegS .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatO7wegS .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatO7wegS .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatO7wegS .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO7wegS .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO7wegS .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO7wegS .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO7wegS .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatO7wegS .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatO7wegS .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatO7wegS .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatO7wegS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatO7wegS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatO7wegS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatO7wegS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatO7wegS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatO7wegS * {
    text-align: left;
  }
}
.cid-sBatO7wegS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatO7wegS .card-wrapper .card-box .mbr-text,
.cid-sBatO7wegS .mbr-section-btn {
  color: #000000;
}
.cid-sBatO7wegS .card-wrapper .card-box .card-title,
.cid-sBatO7wegS .mbr-section-btn,
.cid-sBatO7wegS .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBatO87bWT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatO87bWT .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatO87bWT .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatO87bWT .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatO87bWT .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatO87bWT .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatO87bWT .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatO87bWT .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatO87bWT .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatO87bWT .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO87bWT .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO87bWT .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO87bWT .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO87bWT .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatO87bWT .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatO87bWT .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatO87bWT .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatO87bWT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatO87bWT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatO87bWT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatO87bWT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatO87bWT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatO87bWT * {
    text-align: left;
  }
}
.cid-sBatO87bWT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatO87bWT .card-wrapper .card-box .mbr-text,
.cid-sBatO87bWT .mbr-section-btn {
  color: #000000;
}
.cid-sBatO87bWT .card-wrapper .card-box .card-title,
.cid-sBatO87bWT .mbr-section-btn,
.cid-sBatO87bWT .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBatO8DM5T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatO8DM5T .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatO8DM5T .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatO8DM5T .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatO8DM5T .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatO8DM5T .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatO8DM5T .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatO8DM5T .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatO8DM5T .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatO8DM5T .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO8DM5T .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO8DM5T .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO8DM5T .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO8DM5T .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatO8DM5T .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatO8DM5T .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatO8DM5T .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatO8DM5T .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatO8DM5T .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatO8DM5T .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatO8DM5T .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatO8DM5T .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatO8DM5T * {
    text-align: left;
  }
}
.cid-sBatO8DM5T a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatO8DM5T .card-wrapper .card-box .mbr-text,
.cid-sBatO8DM5T .mbr-section-btn {
  color: #000000;
}
.cid-sBatO8DM5T .card-wrapper .card-box .card-title,
.cid-sBatO8DM5T .mbr-section-btn,
.cid-sBatO8DM5T .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBatO9bv9o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatO9bv9o .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatO9bv9o .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatO9bv9o .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatO9bv9o .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatO9bv9o .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatO9bv9o .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatO9bv9o .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatO9bv9o .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatO9bv9o .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO9bv9o .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO9bv9o .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO9bv9o .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO9bv9o .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatO9bv9o .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatO9bv9o .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatO9bv9o .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatO9bv9o .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatO9bv9o .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatO9bv9o .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatO9bv9o .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatO9bv9o .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatO9bv9o * {
    text-align: left;
  }
}
.cid-sBatO9bv9o a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatO9bv9o .card-wrapper .card-box .mbr-text,
.cid-sBatO9bv9o .mbr-section-btn {
  color: #000000;
}
.cid-sBatO9bv9o .card-wrapper .card-box .card-title,
.cid-sBatO9bv9o .mbr-section-btn,
.cid-sBatO9bv9o .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBatO9PyHR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatO9PyHR .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatO9PyHR .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatO9PyHR .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatO9PyHR .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatO9PyHR .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatO9PyHR .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatO9PyHR .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatO9PyHR .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatO9PyHR .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO9PyHR .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO9PyHR .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatO9PyHR .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatO9PyHR .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatO9PyHR .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatO9PyHR .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatO9PyHR .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatO9PyHR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatO9PyHR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatO9PyHR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatO9PyHR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatO9PyHR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatO9PyHR * {
    text-align: left;
  }
}
.cid-sBatO9PyHR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatO9PyHR .card-wrapper .card-box .mbr-text,
.cid-sBatO9PyHR .mbr-section-btn {
  color: #000000;
}
.cid-sBatO9PyHR .card-wrapper .card-box .card-title,
.cid-sBatO9PyHR .mbr-section-btn,
.cid-sBatO9PyHR .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBatOalGvg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatOalGvg .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatOalGvg .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatOalGvg .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatOalGvg .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatOalGvg .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatOalGvg .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatOalGvg .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatOalGvg .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatOalGvg .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatOalGvg .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatOalGvg .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatOalGvg .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatOalGvg .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatOalGvg .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatOalGvg .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatOalGvg .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatOalGvg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatOalGvg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatOalGvg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatOalGvg .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatOalGvg .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatOalGvg * {
    text-align: left;
  }
}
.cid-sBatOalGvg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatOalGvg .card-wrapper .card-box .mbr-text,
.cid-sBatOalGvg .mbr-section-btn {
  color: #000000;
}
.cid-sBatOalGvg .card-wrapper .card-box .card-title,
.cid-sBatOalGvg .mbr-section-btn,
.cid-sBatOalGvg .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBatObtKfh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBatObtKfh .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBatObtKfh .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBatObtKfh .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBatObtKfh .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBatObtKfh .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBatObtKfh .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBatObtKfh .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBatObtKfh .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBatObtKfh .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatObtKfh .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatObtKfh .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBatObtKfh .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBatObtKfh .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBatObtKfh .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBatObtKfh .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBatObtKfh .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBatObtKfh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBatObtKfh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBatObtKfh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBatObtKfh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBatObtKfh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBatObtKfh * {
    text-align: left;
  }
}
.cid-sBatObtKfh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBatObtKfh .card-wrapper .card-box .mbr-text,
.cid-sBatObtKfh .mbr-section-btn {
  color: #000000;
}
.cid-sBatObtKfh .card-wrapper .card-box .card-title,
.cid-sBatObtKfh .mbr-section-btn,
.cid-sBatObtKfh .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBatOdOuTe {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sBatOdOuTe .content-inner .left-content {
  display: block;
}
.cid-sBatOdOuTe .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sBatOdOuTe .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sBatOdOuTe .content-inner .right-content {
  display: block;
}
.cid-sBatOdOuTe .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sBatOdOuTe .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sBatOdOuTe .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sBatOdOuTe .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sBatOdOuTe .content-inner {
    justify-content: center !important;
  }
  .cid-sBatOdOuTe * {
    text-align: center;
  }
}
.cid-sBatOdOuTe .content-inner .left-content .mbr-section-title,
.cid-sBatOdOuTe .mbr-section-btn {
  color: #1955a5;
}
.cid-sCihYrOV97 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCihYrOV97 .mbr-text {
  color: #d9dade;
}
.cid-sCihYrOV97 h5 {
  text-align: left;
}
.cid-sCihYrOV97 p {
  text-align: left;
}
.cid-sCihYrOV97 .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCihYrOV97 .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCihYrOV97 .card-title,
.cid-sCihYrOV97 .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCihYrOV97 .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCihYrOV97 .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCihYrOV97 .logo-text {
  text-align: left;
}
.cid-sCihYrOV97 span {
  text-decoration: underline;
}
.cid-sCihYrOV97 .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCihYrOV97 .card-box h5,
  .cid-sCihYrOV97 .card-box p {
    text-align: center;
  }
  .cid-sCihYrOV97 .mbr-text {
    text-align: center;
  }
}
.cid-sCihZk17R2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCihZk17R2 .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCihZk17R2 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCihZk17R2 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCihZk17R2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCihZk17R2 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCihZk17R2 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCihZk17R2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCihZk17R2 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCihZk17R2 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCihZk17R2 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sBaz2xWUp5 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBaz2xWUp5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sBaz2xWUp5 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sBaz2xWUp5 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sBaz2xWUp5 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sBaz2xWUp5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sBaz2xWUp5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sBaz2xWUp5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sBaz2xWUp5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sBaz2xWUp5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBaz2xWUp5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBaz2xWUp5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBaz2xWUp5 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sBaz2xWUp5 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sBaz2xWUp5 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBaz2xWUp5 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sBaz2xWUp5 .dropdown-item,
.cid-sBaz2xWUp5 .nav-link,
.cid-sBaz2xWUp5 .brand-name {
  font-style: normal;
}
.cid-sBaz2xWUp5 .dropdown-item:hover,
.cid-sBaz2xWUp5 .nav-link:hover,
.cid-sBaz2xWUp5 .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sBaz2xWUp5 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sBaz2xWUp5 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sBaz2xWUp5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sBaz2xWUp5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBaz2xWUp5 .nav-item {
  position: relative;
}
.cid-sBaz2xWUp5 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBaz2xWUp5 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sBaz2xWUp5 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sBaz2xWUp5 .nav-link {
    line-height: 6.13;
  }
  .cid-sBaz2xWUp5 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sBaz2xWUp5 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sBaz2xWUp5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBaz2xWUp5 .content-text {
  margin-bottom: 0;
}
.cid-sBaz2xWUp5 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBaz2xWUp5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBaz2xWUp5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBaz2xWUp5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBaz2xWUp5 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sBaz2xWUp5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBaz2xWUp5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBaz2xWUp5 .content-right-side {
  text-align: center;
}
.cid-sBaz2xWUp5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBaz2xWUp5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBaz2xWUp5 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sBaz2xWUp5 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sBaz2xWUp5 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBaz2xWUp5 .info-widget:first-child {
  margin-left: 0;
}
.cid-sBaz2xWUp5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBaz2xWUp5 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sBaz2xWUp5 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBaz2xWUp5 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sBaz2xWUp5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sBaz2xWUp5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBaz2xWUp5 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sBaz2xWUp5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBaz2xWUp5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sBaz2xWUp5 .navbar-toggler {
    display: none;
  }
  .cid-sBaz2xWUp5 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sBaz2xWUp5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sBaz2xWUp5 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sBaz2xWUp5 .btn-sm {
  padding: 13px 29px;
}
.cid-sBaz2xWUp5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBaz2xWUp5 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sBaz2xWUp5 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sBaz2xWUp5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBaz2xWUp5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBaz2xWUp5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sBaz2xWUp5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBaz2xWUp5 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBaz2xWUp5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBaz2xWUp5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBaz2xWUp5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBaz2xWUp5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sBaz2xWUp5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBaz2xWUp5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBaz2xWUp5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBaz2xWUp5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBaz2xWUp5 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sBaz2xWUp5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sBaz2xWUp5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBaz2xWUp5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBaz2xWUp5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBaz2xWUp5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sBaz2xWUp5 button.navbar-toggler:focus {
  outline: none;
}
.cid-sBaz2xWUp5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sBaz2xWUp5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBaz2xWUp5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBaz2xWUp5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBaz2xWUp5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBaz2xWUp5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBaz2xWUp5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBaz2xWUp5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBaz2xWUp5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBaz2xWUp5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBaz2xWUp5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBaz2xWUp5 .collapsed .btn {
  display: flex;
}
.cid-sBaz2xWUp5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBaz2xWUp5 .collapsed .navbar-collapse.collapsing,
.cid-sBaz2xWUp5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBaz2xWUp5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBaz2xWUp5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBaz2xWUp5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBaz2xWUp5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBaz2xWUp5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBaz2xWUp5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sBaz2xWUp5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBaz2xWUp5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBaz2xWUp5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBaz2xWUp5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBaz2xWUp5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sBaz2xWUp5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sBaz2xWUp5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sBaz2xWUp5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBaz2xWUp5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBaz2xWUp5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sBaz2xWUp5 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBaz2xWUp5 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sBaz2xWUp5 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sBaz2xWUp5 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sBaz2xWUp5 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sBaz2xWUp5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sBaz2xWUp5 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sBaz2xWUp5 .navbar-collapse.collapsing,
  .cid-sBaz2xWUp5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBaz2xWUp5 .navbar-collapse.collapsing .navbar-nav,
  .cid-sBaz2xWUp5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBaz2xWUp5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBaz2xWUp5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBaz2xWUp5 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sBaz2xWUp5 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sBaz2xWUp5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBaz2xWUp5 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sBaz2xWUp5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBaz2xWUp5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBaz2xWUp5 img {
    height: 3.8rem !important;
  }
  .cid-sBaz2xWUp5 .btn {
    display: flex;
  }
  .cid-sBaz2xWUp5 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sBaz2xWUp5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sBaz2xWUp5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sBaz2xWUp5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sBaz2xWUp5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBaz2xWUp5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBaz2xWUp5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sBaz2xWUp5 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBaz2xWUp5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sBaz2xWUp5 .navbar-toggler {
  position: relative;
}
.cid-sBaz2xWUp5 .dropdown-item.active,
.cid-sBaz2xWUp5 .dropdown-item:active {
  color: initial;
}
.cid-sBaz2xWUp5 .widget-title {
  color: #83868c;
}
.cid-sBaz2xWUp5 .widget-text {
  color: #83868c;
}
.cid-sBaz2xWUp5 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sBaz2xWUp5 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sBaz2xWUp5 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sBaz2xWUp5 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sBaz2xWUp5 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sBaz2xWUp5 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sBaz2xWUp5 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sBaz2xWUp5 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sBaz2xWUp5 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sBaz2xWUp5 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sBaz2xWUp5 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sBaz2xWUp5 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sBaz2xWUp5 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sBaz2xWUp5 .menu-content-top,
  .cid-sBaz2xWUp5 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sBaz2xWUp5 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sBaz2zdTlW {
  overflow-x: hidden !important;
}
.cid-sBaz2zdTlW,
.cid-sBaz2zdTlW .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sBaz2zdTlW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sBaz2zdTlW .mbr-section-title span {
  color: #13287d;
}
.cid-sBaz2zdTlW .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sBaz2zdTlW .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg03-1920x1187.png");
}
.cid-sBaz2zdTlW .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBaz2zdTlW .mbr-overlay {
  z-index: 1;
}
.cid-sBaz2zdTlW .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sBaz2zVrDL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2zVrDL .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2zVrDL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2zVrDL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2zVrDL * {
    text-align: left;
  }
}
.cid-sBaz2zVrDL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .mbr-text,
.cid-sBaz2zVrDL .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2zVrDL .card-wrapper .card-box .card-title,
.cid-sBaz2zVrDL .mbr-section-btn,
.cid-sBaz2zVrDL .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBaz2ACRfe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2ACRfe .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2ACRfe .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2ACRfe .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2ACRfe * {
    text-align: left;
  }
}
.cid-sBaz2ACRfe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .mbr-text,
.cid-sBaz2ACRfe .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2ACRfe .card-wrapper .card-box .card-title,
.cid-sBaz2ACRfe .mbr-section-btn,
.cid-sBaz2ACRfe .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBaz2BhieW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2BhieW .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2BhieW .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2BhieW .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2BhieW .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2BhieW .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2BhieW .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2BhieW .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2BhieW .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2BhieW .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2BhieW .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2BhieW .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2BhieW .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2BhieW .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2BhieW .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2BhieW .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2BhieW .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2BhieW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2BhieW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2BhieW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2BhieW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2BhieW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2BhieW * {
    text-align: left;
  }
}
.cid-sBaz2BhieW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2BhieW .card-wrapper .card-box .mbr-text,
.cid-sBaz2BhieW .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2BhieW .card-wrapper .card-box .card-title,
.cid-sBaz2BhieW .mbr-section-btn,
.cid-sBaz2BhieW .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBaz2BPb6K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2BPb6K .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2BPb6K .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2BPb6K .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2BPb6K * {
    text-align: left;
  }
}
.cid-sBaz2BPb6K a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .mbr-text,
.cid-sBaz2BPb6K .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2BPb6K .card-wrapper .card-box .card-title,
.cid-sBaz2BPb6K .mbr-section-btn,
.cid-sBaz2BPb6K .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBaz2CoCoh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2CoCoh .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2CoCoh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2CoCoh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2CoCoh * {
    text-align: left;
  }
}
.cid-sBaz2CoCoh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .mbr-text,
.cid-sBaz2CoCoh .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2CoCoh .card-wrapper .card-box .card-title,
.cid-sBaz2CoCoh .mbr-section-btn,
.cid-sBaz2CoCoh .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBaz2CXYDz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2CXYDz .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2CXYDz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2CXYDz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2CXYDz * {
    text-align: left;
  }
}
.cid-sBaz2CXYDz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .mbr-text,
.cid-sBaz2CXYDz .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2CXYDz .card-wrapper .card-box .card-title,
.cid-sBaz2CXYDz .mbr-section-btn,
.cid-sBaz2CXYDz .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBaz2DwpO0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2DwpO0 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2DwpO0 * {
    text-align: left;
  }
}
.cid-sBaz2DwpO0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .mbr-text,
.cid-sBaz2DwpO0 .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2DwpO0 .card-wrapper .card-box .card-title,
.cid-sBaz2DwpO0 .mbr-section-btn,
.cid-sBaz2DwpO0 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBaz2E7CSS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2E7CSS .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2E7CSS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2E7CSS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2E7CSS * {
    text-align: left;
  }
}
.cid-sBaz2E7CSS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .mbr-text,
.cid-sBaz2E7CSS .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2E7CSS .card-wrapper .card-box .card-title,
.cid-sBaz2E7CSS .mbr-section-btn,
.cid-sBaz2E7CSS .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBaz2EIctb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2EIctb .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2EIctb .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2EIctb .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2EIctb .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2EIctb .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2EIctb .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2EIctb .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2EIctb .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2EIctb .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2EIctb .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2EIctb .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2EIctb .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2EIctb .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2EIctb .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2EIctb .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2EIctb .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2EIctb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2EIctb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2EIctb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2EIctb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2EIctb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2EIctb * {
    text-align: left;
  }
}
.cid-sBaz2EIctb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2EIctb .card-wrapper .card-box .mbr-text,
.cid-sBaz2EIctb .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2EIctb .card-wrapper .card-box .card-title,
.cid-sBaz2EIctb .mbr-section-btn,
.cid-sBaz2EIctb .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBaz2FfiWK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2FfiWK .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2FfiWK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2FfiWK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2FfiWK * {
    text-align: left;
  }
}
.cid-sBaz2FfiWK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .mbr-text,
.cid-sBaz2FfiWK .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2FfiWK .card-wrapper .card-box .card-title,
.cid-sBaz2FfiWK .mbr-section-btn,
.cid-sBaz2FfiWK .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBaz2FQCPa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2FQCPa .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2FQCPa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2FQCPa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2FQCPa * {
    text-align: left;
  }
}
.cid-sBaz2FQCPa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .mbr-text,
.cid-sBaz2FQCPa .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2FQCPa .card-wrapper .card-box .card-title,
.cid-sBaz2FQCPa .mbr-section-btn,
.cid-sBaz2FQCPa .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBaz2GoorY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaz2GoorY .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaz2GoorY .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaz2GoorY .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaz2GoorY .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaz2GoorY .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaz2GoorY .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaz2GoorY .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaz2GoorY .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaz2GoorY .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2GoorY .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2GoorY .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaz2GoorY .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaz2GoorY .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaz2GoorY .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaz2GoorY .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaz2GoorY .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaz2GoorY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaz2GoorY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaz2GoorY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaz2GoorY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaz2GoorY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaz2GoorY * {
    text-align: left;
  }
}
.cid-sBaz2GoorY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaz2GoorY .card-wrapper .card-box .mbr-text,
.cid-sBaz2GoorY .mbr-section-btn {
  color: #000000;
}
.cid-sBaz2GoorY .card-wrapper .card-box .card-title,
.cid-sBaz2GoorY .mbr-section-btn,
.cid-sBaz2GoorY .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBaz2GWZ7V {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sBaz2GWZ7V .content-inner .left-content {
  display: block;
}
.cid-sBaz2GWZ7V .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sBaz2GWZ7V .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sBaz2GWZ7V .content-inner .right-content {
  display: block;
}
.cid-sBaz2GWZ7V .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sBaz2GWZ7V .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sBaz2GWZ7V .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sBaz2GWZ7V .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sBaz2GWZ7V .content-inner {
    justify-content: center !important;
  }
  .cid-sBaz2GWZ7V * {
    text-align: center;
  }
}
.cid-sBaz2GWZ7V .content-inner .left-content .mbr-section-title,
.cid-sBaz2GWZ7V .mbr-section-btn {
  color: #1955a5;
}
.cid-sCiiPlwZ51 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCiiPlwZ51 .mbr-text {
  color: #d9dade;
}
.cid-sCiiPlwZ51 h5 {
  text-align: left;
}
.cid-sCiiPlwZ51 p {
  text-align: left;
}
.cid-sCiiPlwZ51 .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCiiPlwZ51 .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCiiPlwZ51 .card-title,
.cid-sCiiPlwZ51 .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCiiPlwZ51 .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCiiPlwZ51 .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCiiPlwZ51 .logo-text {
  text-align: left;
}
.cid-sCiiPlwZ51 span {
  text-decoration: underline;
}
.cid-sCiiPlwZ51 .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCiiPlwZ51 .card-box h5,
  .cid-sCiiPlwZ51 .card-box p {
    text-align: center;
  }
  .cid-sCiiPlwZ51 .mbr-text {
    text-align: center;
  }
}
.cid-sCiiQsIyQY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiiQsIyQY .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiiQsIyQY .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiiQsIyQY .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiiQsIyQY .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiiQsIyQY .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiiQsIyQY .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiiQsIyQY .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiiQsIyQY .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiiQsIyQY .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiiQsIyQY .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sBaI1TDjhT .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBaI1TDjhT .navbar-fixed-top {
  padding-top: 0;
}
.cid-sBaI1TDjhT .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sBaI1TDjhT .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sBaI1TDjhT .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sBaI1TDjhT .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sBaI1TDjhT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sBaI1TDjhT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sBaI1TDjhT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sBaI1TDjhT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBaI1TDjhT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBaI1TDjhT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBaI1TDjhT .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sBaI1TDjhT .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sBaI1TDjhT .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBaI1TDjhT .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sBaI1TDjhT .dropdown-item,
.cid-sBaI1TDjhT .nav-link,
.cid-sBaI1TDjhT .brand-name {
  font-style: normal;
}
.cid-sBaI1TDjhT .dropdown-item:hover,
.cid-sBaI1TDjhT .nav-link:hover,
.cid-sBaI1TDjhT .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sBaI1TDjhT .dropdown-menu {
  background-color: #ffffff;
}
.cid-sBaI1TDjhT .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sBaI1TDjhT .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sBaI1TDjhT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBaI1TDjhT .nav-item {
  position: relative;
}
.cid-sBaI1TDjhT .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBaI1TDjhT .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sBaI1TDjhT .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sBaI1TDjhT .nav-link {
    line-height: 6.13;
  }
  .cid-sBaI1TDjhT .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sBaI1TDjhT .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sBaI1TDjhT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBaI1TDjhT .content-text {
  margin-bottom: 0;
}
.cid-sBaI1TDjhT .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBaI1TDjhT .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBaI1TDjhT .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBaI1TDjhT .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBaI1TDjhT .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sBaI1TDjhT .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBaI1TDjhT .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBaI1TDjhT .content-right-side {
  text-align: center;
}
.cid-sBaI1TDjhT .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBaI1TDjhT .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBaI1TDjhT .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sBaI1TDjhT .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sBaI1TDjhT .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBaI1TDjhT .info-widget:first-child {
  margin-left: 0;
}
.cid-sBaI1TDjhT .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBaI1TDjhT .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sBaI1TDjhT .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBaI1TDjhT .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sBaI1TDjhT .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sBaI1TDjhT .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBaI1TDjhT .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sBaI1TDjhT .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBaI1TDjhT .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sBaI1TDjhT .navbar-toggler {
    display: none;
  }
  .cid-sBaI1TDjhT .navbar-collapse {
    justify-content: center;
  }
}
.cid-sBaI1TDjhT .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sBaI1TDjhT .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sBaI1TDjhT .btn-sm {
  padding: 13px 29px;
}
.cid-sBaI1TDjhT .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBaI1TDjhT .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sBaI1TDjhT .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sBaI1TDjhT .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBaI1TDjhT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBaI1TDjhT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sBaI1TDjhT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBaI1TDjhT .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBaI1TDjhT .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBaI1TDjhT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBaI1TDjhT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBaI1TDjhT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sBaI1TDjhT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBaI1TDjhT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBaI1TDjhT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBaI1TDjhT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBaI1TDjhT .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sBaI1TDjhT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sBaI1TDjhT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBaI1TDjhT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBaI1TDjhT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBaI1TDjhT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sBaI1TDjhT button.navbar-toggler:focus {
  outline: none;
}
.cid-sBaI1TDjhT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sBaI1TDjhT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBaI1TDjhT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBaI1TDjhT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBaI1TDjhT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBaI1TDjhT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBaI1TDjhT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBaI1TDjhT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBaI1TDjhT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBaI1TDjhT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBaI1TDjhT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBaI1TDjhT .collapsed .btn {
  display: flex;
}
.cid-sBaI1TDjhT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBaI1TDjhT .collapsed .navbar-collapse.collapsing,
.cid-sBaI1TDjhT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBaI1TDjhT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBaI1TDjhT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBaI1TDjhT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBaI1TDjhT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBaI1TDjhT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBaI1TDjhT .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sBaI1TDjhT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBaI1TDjhT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBaI1TDjhT .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBaI1TDjhT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBaI1TDjhT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sBaI1TDjhT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sBaI1TDjhT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sBaI1TDjhT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBaI1TDjhT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBaI1TDjhT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sBaI1TDjhT .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBaI1TDjhT .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sBaI1TDjhT .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sBaI1TDjhT .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sBaI1TDjhT .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sBaI1TDjhT .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sBaI1TDjhT .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sBaI1TDjhT .navbar-collapse.collapsing,
  .cid-sBaI1TDjhT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBaI1TDjhT .navbar-collapse.collapsing .navbar-nav,
  .cid-sBaI1TDjhT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBaI1TDjhT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBaI1TDjhT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBaI1TDjhT .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sBaI1TDjhT .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sBaI1TDjhT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBaI1TDjhT .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sBaI1TDjhT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBaI1TDjhT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBaI1TDjhT img {
    height: 3.8rem !important;
  }
  .cid-sBaI1TDjhT .btn {
    display: flex;
  }
  .cid-sBaI1TDjhT button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sBaI1TDjhT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sBaI1TDjhT .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sBaI1TDjhT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sBaI1TDjhT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBaI1TDjhT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBaI1TDjhT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sBaI1TDjhT .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBaI1TDjhT .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sBaI1TDjhT .navbar-toggler {
  position: relative;
}
.cid-sBaI1TDjhT .dropdown-item.active,
.cid-sBaI1TDjhT .dropdown-item:active {
  color: initial;
}
.cid-sBaI1TDjhT .widget-title {
  color: #83868c;
}
.cid-sBaI1TDjhT .widget-text {
  color: #83868c;
}
.cid-sBaI1TDjhT .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sBaI1TDjhT .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sBaI1TDjhT .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sBaI1TDjhT .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sBaI1TDjhT .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sBaI1TDjhT .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sBaI1TDjhT .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sBaI1TDjhT .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sBaI1TDjhT .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sBaI1TDjhT .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sBaI1TDjhT .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sBaI1TDjhT .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sBaI1TDjhT .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sBaI1TDjhT .menu-content-top,
  .cid-sBaI1TDjhT .menu-bottom {
    padding: 0 15px;
  }
  .cid-sBaI1TDjhT button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sBaI1VedxH {
  overflow-x: hidden !important;
}
.cid-sBaI1VedxH,
.cid-sBaI1VedxH .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sBaI1VedxH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sBaI1VedxH .mbr-section-title span {
  color: #13287d;
}
.cid-sBaI1VedxH .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sBaI1VedxH .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg03-1920x1187.png");
}
.cid-sBaI1VedxH .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBaI1VedxH .mbr-overlay {
  z-index: 1;
}
.cid-sBaI1VedxH .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sBaI1VMhq1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaI1VMhq1 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaI1VMhq1 * {
    text-align: left;
  }
}
.cid-sBaI1VMhq1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .mbr-text,
.cid-sBaI1VMhq1 .mbr-section-btn {
  color: #000000;
}
.cid-sBaI1VMhq1 .card-wrapper .card-box .card-title,
.cid-sBaI1VMhq1 .mbr-section-btn,
.cid-sBaI1VMhq1 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBaI1Wvzu8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaI1Wvzu8 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaI1Wvzu8 * {
    text-align: left;
  }
}
.cid-sBaI1Wvzu8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .mbr-text,
.cid-sBaI1Wvzu8 .mbr-section-btn {
  color: #000000;
}
.cid-sBaI1Wvzu8 .card-wrapper .card-box .card-title,
.cid-sBaI1Wvzu8 .mbr-section-btn,
.cid-sBaI1Wvzu8 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBaI1XetwA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaI1XetwA .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaI1XetwA .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaI1XetwA .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaI1XetwA .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaI1XetwA .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaI1XetwA .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaI1XetwA .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaI1XetwA .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaI1XetwA .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaI1XetwA .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaI1XetwA .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaI1XetwA .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaI1XetwA .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaI1XetwA .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaI1XetwA .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaI1XetwA .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaI1XetwA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaI1XetwA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaI1XetwA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaI1XetwA .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaI1XetwA .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaI1XetwA * {
    text-align: left;
  }
}
.cid-sBaI1XetwA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaI1XetwA .card-wrapper .card-box .mbr-text,
.cid-sBaI1XetwA .mbr-section-btn {
  color: #000000;
}
.cid-sBaI1XetwA .card-wrapper .card-box .card-title,
.cid-sBaI1XetwA .mbr-section-btn,
.cid-sBaI1XetwA .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBaI1XUDCn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaI1XUDCn .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaI1XUDCn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaI1XUDCn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaI1XUDCn * {
    text-align: left;
  }
}
.cid-sBaI1XUDCn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .mbr-text,
.cid-sBaI1XUDCn .mbr-section-btn {
  color: #000000;
}
.cid-sBaI1XUDCn .card-wrapper .card-box .card-title,
.cid-sBaI1XUDCn .mbr-section-btn,
.cid-sBaI1XUDCn .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBaI1Ywjin {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBaI1Ywjin .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBaI1Ywjin .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBaI1Ywjin .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBaI1Ywjin * {
    text-align: left;
  }
}
.cid-sBaI1Ywjin a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .mbr-text,
.cid-sBaI1Ywjin .mbr-section-btn {
  color: #000000;
}
.cid-sBaI1Ywjin .card-wrapper .card-box .card-title,
.cid-sBaI1Ywjin .mbr-section-btn,
.cid-sBaI1Ywjin .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBaI23MGEv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sBaI23MGEv .content-inner .left-content {
  display: block;
}
.cid-sBaI23MGEv .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sBaI23MGEv .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sBaI23MGEv .content-inner .right-content {
  display: block;
}
.cid-sBaI23MGEv .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sBaI23MGEv .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sBaI23MGEv .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sBaI23MGEv .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sBaI23MGEv .content-inner {
    justify-content: center !important;
  }
  .cid-sBaI23MGEv * {
    text-align: center;
  }
}
.cid-sBaI23MGEv .content-inner .left-content .mbr-section-title,
.cid-sBaI23MGEv .mbr-section-btn {
  color: #1955a5;
}
.cid-sCijdPHE5L {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCijdPHE5L .mbr-text {
  color: #d9dade;
}
.cid-sCijdPHE5L h5 {
  text-align: left;
}
.cid-sCijdPHE5L p {
  text-align: left;
}
.cid-sCijdPHE5L .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCijdPHE5L .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCijdPHE5L .card-title,
.cid-sCijdPHE5L .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCijdPHE5L .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCijdPHE5L .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCijdPHE5L .logo-text {
  text-align: left;
}
.cid-sCijdPHE5L span {
  text-decoration: underline;
}
.cid-sCijdPHE5L .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCijdPHE5L .card-box h5,
  .cid-sCijdPHE5L .card-box p {
    text-align: center;
  }
  .cid-sCijdPHE5L .mbr-text {
    text-align: center;
  }
}
.cid-sCijeESltk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCijeESltk .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCijeESltk .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCijeESltk .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCijeESltk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCijeESltk .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCijeESltk .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCijeESltk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCijeESltk .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCijeESltk .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCijeESltk .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sBbcPGcweP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBbcPGcweP .navbar-fixed-top {
  padding-top: 0;
}
.cid-sBbcPGcweP .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sBbcPGcweP .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sBbcPGcweP .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sBbcPGcweP .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sBbcPGcweP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sBbcPGcweP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sBbcPGcweP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sBbcPGcweP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBbcPGcweP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBbcPGcweP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBbcPGcweP .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sBbcPGcweP .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sBbcPGcweP .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBbcPGcweP .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sBbcPGcweP .dropdown-item,
.cid-sBbcPGcweP .nav-link,
.cid-sBbcPGcweP .brand-name {
  font-style: normal;
}
.cid-sBbcPGcweP .dropdown-item:hover,
.cid-sBbcPGcweP .nav-link:hover,
.cid-sBbcPGcweP .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sBbcPGcweP .dropdown-menu {
  background-color: #ffffff;
}
.cid-sBbcPGcweP .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sBbcPGcweP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sBbcPGcweP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBbcPGcweP .nav-item {
  position: relative;
}
.cid-sBbcPGcweP .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBbcPGcweP .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sBbcPGcweP .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sBbcPGcweP .nav-link {
    line-height: 6.13;
  }
  .cid-sBbcPGcweP .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sBbcPGcweP .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sBbcPGcweP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBbcPGcweP .content-text {
  margin-bottom: 0;
}
.cid-sBbcPGcweP .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBbcPGcweP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBbcPGcweP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBbcPGcweP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBbcPGcweP .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sBbcPGcweP .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBbcPGcweP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBbcPGcweP .content-right-side {
  text-align: center;
}
.cid-sBbcPGcweP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBbcPGcweP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBbcPGcweP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sBbcPGcweP .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sBbcPGcweP .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBbcPGcweP .info-widget:first-child {
  margin-left: 0;
}
.cid-sBbcPGcweP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBbcPGcweP .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sBbcPGcweP .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBbcPGcweP .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sBbcPGcweP .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sBbcPGcweP .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBbcPGcweP .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sBbcPGcweP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBbcPGcweP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sBbcPGcweP .navbar-toggler {
    display: none;
  }
  .cid-sBbcPGcweP .navbar-collapse {
    justify-content: center;
  }
}
.cid-sBbcPGcweP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sBbcPGcweP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sBbcPGcweP .btn-sm {
  padding: 13px 29px;
}
.cid-sBbcPGcweP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBbcPGcweP .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sBbcPGcweP .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sBbcPGcweP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBbcPGcweP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBbcPGcweP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sBbcPGcweP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBbcPGcweP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBbcPGcweP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBbcPGcweP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBbcPGcweP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBbcPGcweP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sBbcPGcweP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBbcPGcweP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBbcPGcweP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBbcPGcweP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBbcPGcweP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sBbcPGcweP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sBbcPGcweP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBbcPGcweP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBbcPGcweP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBbcPGcweP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sBbcPGcweP button.navbar-toggler:focus {
  outline: none;
}
.cid-sBbcPGcweP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sBbcPGcweP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBbcPGcweP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBbcPGcweP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBbcPGcweP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBbcPGcweP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBbcPGcweP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBbcPGcweP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBbcPGcweP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBbcPGcweP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBbcPGcweP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBbcPGcweP .collapsed .btn {
  display: flex;
}
.cid-sBbcPGcweP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBbcPGcweP .collapsed .navbar-collapse.collapsing,
.cid-sBbcPGcweP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBbcPGcweP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBbcPGcweP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBbcPGcweP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBbcPGcweP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBbcPGcweP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBbcPGcweP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sBbcPGcweP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBbcPGcweP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBbcPGcweP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBbcPGcweP .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBbcPGcweP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sBbcPGcweP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sBbcPGcweP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sBbcPGcweP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBbcPGcweP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBbcPGcweP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sBbcPGcweP .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBbcPGcweP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sBbcPGcweP .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sBbcPGcweP .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sBbcPGcweP .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sBbcPGcweP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sBbcPGcweP .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sBbcPGcweP .navbar-collapse.collapsing,
  .cid-sBbcPGcweP .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBbcPGcweP .navbar-collapse.collapsing .navbar-nav,
  .cid-sBbcPGcweP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBbcPGcweP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBbcPGcweP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBbcPGcweP .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sBbcPGcweP .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sBbcPGcweP .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBbcPGcweP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sBbcPGcweP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBbcPGcweP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBbcPGcweP img {
    height: 3.8rem !important;
  }
  .cid-sBbcPGcweP .btn {
    display: flex;
  }
  .cid-sBbcPGcweP button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sBbcPGcweP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sBbcPGcweP .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sBbcPGcweP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sBbcPGcweP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBbcPGcweP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBbcPGcweP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sBbcPGcweP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBbcPGcweP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sBbcPGcweP .navbar-toggler {
  position: relative;
}
.cid-sBbcPGcweP .dropdown-item.active,
.cid-sBbcPGcweP .dropdown-item:active {
  color: initial;
}
.cid-sBbcPGcweP .widget-title {
  color: #83868c;
}
.cid-sBbcPGcweP .widget-text {
  color: #83868c;
}
.cid-sBbcPGcweP .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sBbcPGcweP .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sBbcPGcweP .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sBbcPGcweP .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sBbcPGcweP .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sBbcPGcweP .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sBbcPGcweP .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sBbcPGcweP .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sBbcPGcweP .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sBbcPGcweP .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sBbcPGcweP .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sBbcPGcweP .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sBbcPGcweP .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sBbcPGcweP .menu-content-top,
  .cid-sBbcPGcweP .menu-bottom {
    padding: 0 15px;
  }
  .cid-sBbcPGcweP button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sBbcPHGdxI {
  overflow-x: hidden !important;
}
.cid-sBbcPHGdxI,
.cid-sBbcPHGdxI .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sBbcPHGdxI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sBbcPHGdxI .mbr-section-title span {
  color: #13287d;
}
.cid-sBbcPHGdxI .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sBbcPHGdxI .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sBbcPHGdxI .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBbcPHGdxI .mbr-overlay {
  z-index: 1;
}
.cid-sBbcPHGdxI .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sBbcPImWox {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbcPImWox .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbcPImWox .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbcPImWox .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbcPImWox .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbcPImWox .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbcPImWox .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbcPImWox .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbcPImWox .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbcPImWox .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbcPImWox .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbcPImWox .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbcPImWox .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbcPImWox .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbcPImWox .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbcPImWox .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbcPImWox .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbcPImWox .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbcPImWox .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbcPImWox .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbcPImWox .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbcPImWox .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbcPImWox * {
    text-align: left;
  }
}
.cid-sBbcPImWox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbcPImWox .card-wrapper .card-box .mbr-text,
.cid-sBbcPImWox .mbr-section-btn {
  color: #000000;
}
.cid-sBbcPImWox .card-wrapper .card-box .card-title,
.cid-sBbcPImWox .mbr-section-btn,
.cid-sBbcPImWox .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbcPJh4tU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbcPJh4tU .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbcPJh4tU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbcPJh4tU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbcPJh4tU * {
    text-align: left;
  }
}
.cid-sBbcPJh4tU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .mbr-text,
.cid-sBbcPJh4tU .mbr-section-btn {
  color: #000000;
}
.cid-sBbcPJh4tU .card-wrapper .card-box .card-title,
.cid-sBbcPJh4tU .mbr-section-btn,
.cid-sBbcPJh4tU .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbcPK0GFh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbcPK0GFh .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbcPK0GFh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbcPK0GFh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbcPK0GFh * {
    text-align: left;
  }
}
.cid-sBbcPK0GFh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .mbr-text,
.cid-sBbcPK0GFh .mbr-section-btn {
  color: #000000;
}
.cid-sBbcPK0GFh .card-wrapper .card-box .card-title,
.cid-sBbcPK0GFh .mbr-section-btn,
.cid-sBbcPK0GFh .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbcPKMIIP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbcPKMIIP .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbcPKMIIP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbcPKMIIP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbcPKMIIP * {
    text-align: left;
  }
}
.cid-sBbcPKMIIP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .mbr-text,
.cid-sBbcPKMIIP .mbr-section-btn {
  color: #000000;
}
.cid-sBbcPKMIIP .card-wrapper .card-box .card-title,
.cid-sBbcPKMIIP .mbr-section-btn,
.cid-sBbcPKMIIP .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbcPLtElM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbcPLtElM .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbcPLtElM .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbcPLtElM .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbcPLtElM .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbcPLtElM .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbcPLtElM .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbcPLtElM .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbcPLtElM .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbcPLtElM .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbcPLtElM .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbcPLtElM .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbcPLtElM .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbcPLtElM .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbcPLtElM .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbcPLtElM .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbcPLtElM .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbcPLtElM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbcPLtElM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbcPLtElM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbcPLtElM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbcPLtElM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbcPLtElM * {
    text-align: left;
  }
}
.cid-sBbcPLtElM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbcPLtElM .card-wrapper .card-box .mbr-text,
.cid-sBbcPLtElM .mbr-section-btn {
  color: #000000;
}
.cid-sBbcPLtElM .card-wrapper .card-box .card-title,
.cid-sBbcPLtElM .mbr-section-btn,
.cid-sBbcPLtElM .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbIOy699M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbIOy699M .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbIOy699M .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbIOy699M .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbIOy699M .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbIOy699M .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbIOy699M .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbIOy699M .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbIOy699M .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbIOy699M .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbIOy699M .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbIOy699M .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbIOy699M .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbIOy699M .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbIOy699M .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbIOy699M .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbIOy699M .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbIOy699M .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbIOy699M .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbIOy699M .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbIOy699M .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbIOy699M .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbIOy699M * {
    text-align: left;
  }
}
.cid-sBbIOy699M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbIOy699M .card-wrapper .card-box .mbr-text,
.cid-sBbIOy699M .mbr-section-btn {
  color: #000000;
}
.cid-sBbIOy699M .card-wrapper .card-box .card-title,
.cid-sBbIOy699M .mbr-section-btn,
.cid-sBbIOy699M .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbIP9rcN4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbIP9rcN4 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbIP9rcN4 * {
    text-align: left;
  }
}
.cid-sBbIP9rcN4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .mbr-text,
.cid-sBbIP9rcN4 .mbr-section-btn {
  color: #000000;
}
.cid-sBbIP9rcN4 .card-wrapper .card-box .card-title,
.cid-sBbIP9rcN4 .mbr-section-btn,
.cid-sBbIP9rcN4 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbJjEj6Jj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbJjEj6Jj .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbJjEj6Jj * {
    text-align: left;
  }
}
.cid-sBbJjEj6Jj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .mbr-text,
.cid-sBbJjEj6Jj .mbr-section-btn {
  color: #000000;
}
.cid-sBbJjEj6Jj .card-wrapper .card-box .card-title,
.cid-sBbJjEj6Jj .mbr-section-btn,
.cid-sBbJjEj6Jj .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbJk8kqiU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbJk8kqiU .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbJk8kqiU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbJk8kqiU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbJk8kqiU * {
    text-align: left;
  }
}
.cid-sBbJk8kqiU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .mbr-text,
.cid-sBbJk8kqiU .mbr-section-btn {
  color: #000000;
}
.cid-sBbJk8kqiU .card-wrapper .card-box .card-title,
.cid-sBbJk8kqiU .mbr-section-btn,
.cid-sBbJk8kqiU .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbJV4x3CN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbJV4x3CN .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbJV4x3CN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbJV4x3CN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbJV4x3CN * {
    text-align: left;
  }
}
.cid-sBbJV4x3CN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .mbr-text,
.cid-sBbJV4x3CN .mbr-section-btn {
  color: #000000;
}
.cid-sBbJV4x3CN .card-wrapper .card-box .card-title,
.cid-sBbJV4x3CN .mbr-section-btn,
.cid-sBbJV4x3CN .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbJVXKW9u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbJVXKW9u .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbJVXKW9u .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbJVXKW9u .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbJVXKW9u * {
    text-align: left;
  }
}
.cid-sBbJVXKW9u a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .mbr-text,
.cid-sBbJVXKW9u .mbr-section-btn {
  color: #000000;
}
.cid-sBbJVXKW9u .card-wrapper .card-box .card-title,
.cid-sBbJVXKW9u .mbr-section-btn,
.cid-sBbJVXKW9u .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbKOhYSPd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbKOhYSPd .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbKOhYSPd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbKOhYSPd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbKOhYSPd * {
    text-align: left;
  }
}
.cid-sBbKOhYSPd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .mbr-text,
.cid-sBbKOhYSPd .mbr-section-btn {
  color: #000000;
}
.cid-sBbKOhYSPd .card-wrapper .card-box .card-title,
.cid-sBbKOhYSPd .mbr-section-btn,
.cid-sBbKOhYSPd .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbKOOEpZ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbKOOEpZ1 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbKOOEpZ1 * {
    text-align: left;
  }
}
.cid-sBbKOOEpZ1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .mbr-text,
.cid-sBbKOOEpZ1 .mbr-section-btn {
  color: #000000;
}
.cid-sBbKOOEpZ1 .card-wrapper .card-box .card-title,
.cid-sBbKOOEpZ1 .mbr-section-btn,
.cid-sBbKOOEpZ1 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbcPMa4z4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sBbcPMa4z4 .content-inner .left-content {
  display: block;
}
.cid-sBbcPMa4z4 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sBbcPMa4z4 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sBbcPMa4z4 .content-inner .right-content {
  display: block;
}
.cid-sBbcPMa4z4 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sBbcPMa4z4 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sBbcPMa4z4 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sBbcPMa4z4 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sBbcPMa4z4 .content-inner {
    justify-content: center !important;
  }
  .cid-sBbcPMa4z4 * {
    text-align: center;
  }
}
.cid-sBbcPMa4z4 .content-inner .left-content .mbr-section-title,
.cid-sBbcPMa4z4 .mbr-section-btn {
  color: #1955a5;
}
.cid-sCinxjECh8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCinxjECh8 .mbr-text {
  color: #d9dade;
}
.cid-sCinxjECh8 h5 {
  text-align: left;
}
.cid-sCinxjECh8 p {
  text-align: left;
}
.cid-sCinxjECh8 .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCinxjECh8 .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCinxjECh8 .card-title,
.cid-sCinxjECh8 .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCinxjECh8 .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCinxjECh8 .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCinxjECh8 .logo-text {
  text-align: left;
}
.cid-sCinxjECh8 span {
  text-decoration: underline;
}
.cid-sCinxjECh8 .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCinxjECh8 .card-box h5,
  .cid-sCinxjECh8 .card-box p {
    text-align: center;
  }
  .cid-sCinxjECh8 .mbr-text {
    text-align: center;
  }
}
.cid-sCinyiTMud {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCinyiTMud .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCinyiTMud .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCinyiTMud .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCinyiTMud .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCinyiTMud .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCinyiTMud .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCinyiTMud .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCinyiTMud .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCinyiTMud .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCinyiTMud .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sBbLISrXAc .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBbLISrXAc .navbar-fixed-top {
  padding-top: 0;
}
.cid-sBbLISrXAc .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sBbLISrXAc .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sBbLISrXAc .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sBbLISrXAc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sBbLISrXAc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sBbLISrXAc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sBbLISrXAc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sBbLISrXAc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBbLISrXAc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBbLISrXAc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBbLISrXAc .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sBbLISrXAc .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sBbLISrXAc .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBbLISrXAc .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sBbLISrXAc .dropdown-item,
.cid-sBbLISrXAc .nav-link,
.cid-sBbLISrXAc .brand-name {
  font-style: normal;
}
.cid-sBbLISrXAc .dropdown-item:hover,
.cid-sBbLISrXAc .nav-link:hover,
.cid-sBbLISrXAc .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sBbLISrXAc .dropdown-menu {
  background-color: #ffffff;
}
.cid-sBbLISrXAc .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sBbLISrXAc .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sBbLISrXAc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBbLISrXAc .nav-item {
  position: relative;
}
.cid-sBbLISrXAc .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBbLISrXAc .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sBbLISrXAc .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sBbLISrXAc .nav-link {
    line-height: 6.13;
  }
  .cid-sBbLISrXAc .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sBbLISrXAc .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sBbLISrXAc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBbLISrXAc .content-text {
  margin-bottom: 0;
}
.cid-sBbLISrXAc .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBbLISrXAc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBbLISrXAc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBbLISrXAc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBbLISrXAc .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sBbLISrXAc .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBbLISrXAc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBbLISrXAc .content-right-side {
  text-align: center;
}
.cid-sBbLISrXAc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBbLISrXAc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBbLISrXAc .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sBbLISrXAc .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sBbLISrXAc .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBbLISrXAc .info-widget:first-child {
  margin-left: 0;
}
.cid-sBbLISrXAc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBbLISrXAc .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sBbLISrXAc .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBbLISrXAc .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sBbLISrXAc .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sBbLISrXAc .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBbLISrXAc .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sBbLISrXAc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBbLISrXAc .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sBbLISrXAc .navbar-toggler {
    display: none;
  }
  .cid-sBbLISrXAc .navbar-collapse {
    justify-content: center;
  }
}
.cid-sBbLISrXAc .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sBbLISrXAc .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sBbLISrXAc .btn-sm {
  padding: 13px 29px;
}
.cid-sBbLISrXAc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBbLISrXAc .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sBbLISrXAc .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sBbLISrXAc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBbLISrXAc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBbLISrXAc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sBbLISrXAc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBbLISrXAc .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBbLISrXAc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBbLISrXAc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBbLISrXAc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBbLISrXAc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sBbLISrXAc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBbLISrXAc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBbLISrXAc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBbLISrXAc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBbLISrXAc .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sBbLISrXAc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sBbLISrXAc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBbLISrXAc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBbLISrXAc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBbLISrXAc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sBbLISrXAc button.navbar-toggler:focus {
  outline: none;
}
.cid-sBbLISrXAc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sBbLISrXAc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBbLISrXAc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBbLISrXAc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBbLISrXAc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBbLISrXAc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBbLISrXAc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBbLISrXAc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBbLISrXAc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBbLISrXAc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBbLISrXAc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBbLISrXAc .collapsed .btn {
  display: flex;
}
.cid-sBbLISrXAc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBbLISrXAc .collapsed .navbar-collapse.collapsing,
.cid-sBbLISrXAc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBbLISrXAc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBbLISrXAc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBbLISrXAc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBbLISrXAc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBbLISrXAc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBbLISrXAc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sBbLISrXAc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBbLISrXAc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBbLISrXAc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBbLISrXAc .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBbLISrXAc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sBbLISrXAc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sBbLISrXAc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sBbLISrXAc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBbLISrXAc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBbLISrXAc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sBbLISrXAc .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBbLISrXAc .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sBbLISrXAc .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sBbLISrXAc .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sBbLISrXAc .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sBbLISrXAc .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sBbLISrXAc .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sBbLISrXAc .navbar-collapse.collapsing,
  .cid-sBbLISrXAc .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBbLISrXAc .navbar-collapse.collapsing .navbar-nav,
  .cid-sBbLISrXAc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBbLISrXAc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBbLISrXAc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBbLISrXAc .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sBbLISrXAc .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sBbLISrXAc .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBbLISrXAc .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sBbLISrXAc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBbLISrXAc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBbLISrXAc img {
    height: 3.8rem !important;
  }
  .cid-sBbLISrXAc .btn {
    display: flex;
  }
  .cid-sBbLISrXAc button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sBbLISrXAc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sBbLISrXAc .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sBbLISrXAc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sBbLISrXAc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBbLISrXAc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBbLISrXAc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sBbLISrXAc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBbLISrXAc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sBbLISrXAc .navbar-toggler {
  position: relative;
}
.cid-sBbLISrXAc .dropdown-item.active,
.cid-sBbLISrXAc .dropdown-item:active {
  color: initial;
}
.cid-sBbLISrXAc .widget-title {
  color: #83868c;
}
.cid-sBbLISrXAc .widget-text {
  color: #83868c;
}
.cid-sBbLISrXAc .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sBbLISrXAc .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sBbLISrXAc .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sBbLISrXAc .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sBbLISrXAc .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sBbLISrXAc .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sBbLISrXAc .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sBbLISrXAc .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sBbLISrXAc .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sBbLISrXAc .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sBbLISrXAc .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sBbLISrXAc .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sBbLISrXAc .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sBbLISrXAc .menu-content-top,
  .cid-sBbLISrXAc .menu-bottom {
    padding: 0 15px;
  }
  .cid-sBbLISrXAc button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sBbLITSHIG {
  overflow-x: hidden !important;
}
.cid-sBbLITSHIG,
.cid-sBbLITSHIG .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sBbLITSHIG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sBbLITSHIG .mbr-section-title span {
  color: #13287d;
}
.cid-sBbLITSHIG .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sBbLITSHIG .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sBbLITSHIG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBbLITSHIG .mbr-overlay {
  z-index: 1;
}
.cid-sBbLITSHIG .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sBbLIUyW1h {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLIUyW1h .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLIUyW1h .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLIUyW1h .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLIUyW1h * {
    text-align: left;
  }
}
.cid-sBbLIUyW1h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .mbr-text,
.cid-sBbLIUyW1h .mbr-section-btn {
  color: #000000;
}
.cid-sBbLIUyW1h .card-wrapper .card-box .card-title,
.cid-sBbLIUyW1h .mbr-section-btn,
.cid-sBbLIUyW1h .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbLIVfFgB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLIVfFgB .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLIVfFgB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLIVfFgB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLIVfFgB * {
    text-align: left;
  }
}
.cid-sBbLIVfFgB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .mbr-text,
.cid-sBbLIVfFgB .mbr-section-btn {
  color: #000000;
}
.cid-sBbLIVfFgB .card-wrapper .card-box .card-title,
.cid-sBbLIVfFgB .mbr-section-btn,
.cid-sBbLIVfFgB .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbLIW5Ino {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLIW5Ino .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLIW5Ino .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLIW5Ino .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLIW5Ino * {
    text-align: left;
  }
}
.cid-sBbLIW5Ino a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .mbr-text,
.cid-sBbLIW5Ino .mbr-section-btn {
  color: #000000;
}
.cid-sBbLIW5Ino .card-wrapper .card-box .card-title,
.cid-sBbLIW5Ino .mbr-section-btn,
.cid-sBbLIW5Ino .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbLIWIrkQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLIWIrkQ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLIWIrkQ * {
    text-align: left;
  }
}
.cid-sBbLIWIrkQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .mbr-text,
.cid-sBbLIWIrkQ .mbr-section-btn {
  color: #000000;
}
.cid-sBbLIWIrkQ .card-wrapper .card-box .card-title,
.cid-sBbLIWIrkQ .mbr-section-btn,
.cid-sBbLIWIrkQ .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbLIXqKlY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLIXqKlY .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLIXqKlY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLIXqKlY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLIXqKlY * {
    text-align: left;
  }
}
.cid-sBbLIXqKlY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .mbr-text,
.cid-sBbLIXqKlY .mbr-section-btn {
  color: #000000;
}
.cid-sBbLIXqKlY .card-wrapper .card-box .card-title,
.cid-sBbLIXqKlY .mbr-section-btn,
.cid-sBbLIXqKlY .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbLIYhG0l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLIYhG0l .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLIYhG0l .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLIYhG0l .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLIYhG0l * {
    text-align: left;
  }
}
.cid-sBbLIYhG0l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .mbr-text,
.cid-sBbLIYhG0l .mbr-section-btn {
  color: #000000;
}
.cid-sBbLIYhG0l .card-wrapper .card-box .card-title,
.cid-sBbLIYhG0l .mbr-section-btn,
.cid-sBbLIYhG0l .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbLIZ5Ktd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLIZ5Ktd .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLIZ5Ktd * {
    text-align: left;
  }
}
.cid-sBbLIZ5Ktd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .mbr-text,
.cid-sBbLIZ5Ktd .mbr-section-btn {
  color: #000000;
}
.cid-sBbLIZ5Ktd .card-wrapper .card-box .card-title,
.cid-sBbLIZ5Ktd .mbr-section-btn,
.cid-sBbLIZ5Ktd .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbLIZQVvo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLIZQVvo .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLIZQVvo .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLIZQVvo .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLIZQVvo * {
    text-align: left;
  }
}
.cid-sBbLIZQVvo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .mbr-text,
.cid-sBbLIZQVvo .mbr-section-btn {
  color: #000000;
}
.cid-sBbLIZQVvo .card-wrapper .card-box .card-title,
.cid-sBbLIZQVvo .mbr-section-btn,
.cid-sBbLIZQVvo .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbLJ0wb7S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLJ0wb7S .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLJ0wb7S * {
    text-align: left;
  }
}
.cid-sBbLJ0wb7S a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .mbr-text,
.cid-sBbLJ0wb7S .mbr-section-btn {
  color: #000000;
}
.cid-sBbLJ0wb7S .card-wrapper .card-box .card-title,
.cid-sBbLJ0wb7S .mbr-section-btn,
.cid-sBbLJ0wb7S .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbLJ1mVLq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLJ1mVLq .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLJ1mVLq * {
    text-align: left;
  }
}
.cid-sBbLJ1mVLq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .mbr-text,
.cid-sBbLJ1mVLq .mbr-section-btn {
  color: #000000;
}
.cid-sBbLJ1mVLq .card-wrapper .card-box .card-title,
.cid-sBbLJ1mVLq .mbr-section-btn,
.cid-sBbLJ1mVLq .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbLJ25sTJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLJ25sTJ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLJ25sTJ * {
    text-align: left;
  }
}
.cid-sBbLJ25sTJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .mbr-text,
.cid-sBbLJ25sTJ .mbr-section-btn {
  color: #000000;
}
.cid-sBbLJ25sTJ .card-wrapper .card-box .card-title,
.cid-sBbLJ25sTJ .mbr-section-btn,
.cid-sBbLJ25sTJ .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbLJ2JSxY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLJ2JSxY .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLJ2JSxY * {
    text-align: left;
  }
}
.cid-sBbLJ2JSxY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .mbr-text,
.cid-sBbLJ2JSxY .mbr-section-btn {
  color: #000000;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .card-title,
.cid-sBbLJ2JSxY .mbr-section-btn,
.cid-sBbLJ2JSxY .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbLJ2JSxY .card-wrapper .card-box .card-subtitle,
.cid-sBbLJ2JSxY .mbr-section-btn,
.cid-sBbLJ2JSxY .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbLJ3rVv1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbLJ3rVv1 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbLJ3rVv1 * {
    text-align: left;
  }
}
.cid-sBbLJ3rVv1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .mbr-text,
.cid-sBbLJ3rVv1 .mbr-section-btn {
  color: #000000;
}
.cid-sBbLJ3rVv1 .card-wrapper .card-box .card-title,
.cid-sBbLJ3rVv1 .mbr-section-btn,
.cid-sBbLJ3rVv1 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbLJ4iNoO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sBbLJ4iNoO .content-inner .left-content {
  display: block;
}
.cid-sBbLJ4iNoO .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sBbLJ4iNoO .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sBbLJ4iNoO .content-inner .right-content {
  display: block;
}
.cid-sBbLJ4iNoO .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sBbLJ4iNoO .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sBbLJ4iNoO .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sBbLJ4iNoO .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sBbLJ4iNoO .content-inner {
    justify-content: center !important;
  }
  .cid-sBbLJ4iNoO * {
    text-align: center;
  }
}
.cid-sBbLJ4iNoO .content-inner .left-content .mbr-section-title,
.cid-sBbLJ4iNoO .mbr-section-btn {
  color: #1955a5;
}
.cid-sCip2A8zwW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCip2A8zwW .mbr-text {
  color: #d9dade;
}
.cid-sCip2A8zwW h5 {
  text-align: left;
}
.cid-sCip2A8zwW p {
  text-align: left;
}
.cid-sCip2A8zwW .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCip2A8zwW .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCip2A8zwW .card-title,
.cid-sCip2A8zwW .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCip2A8zwW .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCip2A8zwW .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCip2A8zwW .logo-text {
  text-align: left;
}
.cid-sCip2A8zwW span {
  text-decoration: underline;
}
.cid-sCip2A8zwW .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCip2A8zwW .card-box h5,
  .cid-sCip2A8zwW .card-box p {
    text-align: center;
  }
  .cid-sCip2A8zwW .mbr-text {
    text-align: center;
  }
}
.cid-sCip3rMULk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCip3rMULk .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCip3rMULk .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCip3rMULk .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCip3rMULk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCip3rMULk .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCip3rMULk .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCip3rMULk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCip3rMULk .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCip3rMULk .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCip3rMULk .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sBbUyw39PC .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBbUyw39PC .navbar-fixed-top {
  padding-top: 0;
}
.cid-sBbUyw39PC .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sBbUyw39PC .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sBbUyw39PC .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sBbUyw39PC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sBbUyw39PC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sBbUyw39PC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sBbUyw39PC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sBbUyw39PC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBbUyw39PC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBbUyw39PC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBbUyw39PC .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sBbUyw39PC .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sBbUyw39PC .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBbUyw39PC .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sBbUyw39PC .dropdown-item,
.cid-sBbUyw39PC .nav-link,
.cid-sBbUyw39PC .brand-name {
  font-style: normal;
}
.cid-sBbUyw39PC .dropdown-item:hover,
.cid-sBbUyw39PC .nav-link:hover,
.cid-sBbUyw39PC .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sBbUyw39PC .dropdown-menu {
  background-color: #ffffff;
}
.cid-sBbUyw39PC .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sBbUyw39PC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sBbUyw39PC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBbUyw39PC .nav-item {
  position: relative;
}
.cid-sBbUyw39PC .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBbUyw39PC .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sBbUyw39PC .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sBbUyw39PC .nav-link {
    line-height: 6.13;
  }
  .cid-sBbUyw39PC .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sBbUyw39PC .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sBbUyw39PC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBbUyw39PC .content-text {
  margin-bottom: 0;
}
.cid-sBbUyw39PC .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBbUyw39PC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBbUyw39PC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBbUyw39PC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBbUyw39PC .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sBbUyw39PC .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBbUyw39PC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBbUyw39PC .content-right-side {
  text-align: center;
}
.cid-sBbUyw39PC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBbUyw39PC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBbUyw39PC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sBbUyw39PC .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sBbUyw39PC .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBbUyw39PC .info-widget:first-child {
  margin-left: 0;
}
.cid-sBbUyw39PC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBbUyw39PC .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sBbUyw39PC .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBbUyw39PC .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sBbUyw39PC .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sBbUyw39PC .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBbUyw39PC .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sBbUyw39PC .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBbUyw39PC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sBbUyw39PC .navbar-toggler {
    display: none;
  }
  .cid-sBbUyw39PC .navbar-collapse {
    justify-content: center;
  }
}
.cid-sBbUyw39PC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sBbUyw39PC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sBbUyw39PC .btn-sm {
  padding: 13px 29px;
}
.cid-sBbUyw39PC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBbUyw39PC .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sBbUyw39PC .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sBbUyw39PC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBbUyw39PC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBbUyw39PC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sBbUyw39PC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBbUyw39PC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBbUyw39PC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBbUyw39PC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBbUyw39PC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBbUyw39PC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sBbUyw39PC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBbUyw39PC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBbUyw39PC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBbUyw39PC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBbUyw39PC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sBbUyw39PC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sBbUyw39PC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBbUyw39PC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBbUyw39PC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBbUyw39PC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sBbUyw39PC button.navbar-toggler:focus {
  outline: none;
}
.cid-sBbUyw39PC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sBbUyw39PC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBbUyw39PC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBbUyw39PC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBbUyw39PC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBbUyw39PC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBbUyw39PC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBbUyw39PC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBbUyw39PC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBbUyw39PC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBbUyw39PC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBbUyw39PC .collapsed .btn {
  display: flex;
}
.cid-sBbUyw39PC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBbUyw39PC .collapsed .navbar-collapse.collapsing,
.cid-sBbUyw39PC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBbUyw39PC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBbUyw39PC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBbUyw39PC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBbUyw39PC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBbUyw39PC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBbUyw39PC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sBbUyw39PC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBbUyw39PC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBbUyw39PC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBbUyw39PC .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBbUyw39PC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sBbUyw39PC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sBbUyw39PC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sBbUyw39PC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBbUyw39PC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBbUyw39PC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sBbUyw39PC .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBbUyw39PC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sBbUyw39PC .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sBbUyw39PC .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sBbUyw39PC .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sBbUyw39PC .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sBbUyw39PC .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sBbUyw39PC .navbar-collapse.collapsing,
  .cid-sBbUyw39PC .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBbUyw39PC .navbar-collapse.collapsing .navbar-nav,
  .cid-sBbUyw39PC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBbUyw39PC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBbUyw39PC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBbUyw39PC .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sBbUyw39PC .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sBbUyw39PC .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBbUyw39PC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sBbUyw39PC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBbUyw39PC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBbUyw39PC img {
    height: 3.8rem !important;
  }
  .cid-sBbUyw39PC .btn {
    display: flex;
  }
  .cid-sBbUyw39PC button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sBbUyw39PC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sBbUyw39PC .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sBbUyw39PC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sBbUyw39PC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBbUyw39PC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBbUyw39PC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sBbUyw39PC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBbUyw39PC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sBbUyw39PC .navbar-toggler {
  position: relative;
}
.cid-sBbUyw39PC .dropdown-item.active,
.cid-sBbUyw39PC .dropdown-item:active {
  color: initial;
}
.cid-sBbUyw39PC .widget-title {
  color: #83868c;
}
.cid-sBbUyw39PC .widget-text {
  color: #83868c;
}
.cid-sBbUyw39PC .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sBbUyw39PC .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sBbUyw39PC .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sBbUyw39PC .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sBbUyw39PC .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sBbUyw39PC .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sBbUyw39PC .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sBbUyw39PC .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sBbUyw39PC .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sBbUyw39PC .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sBbUyw39PC .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sBbUyw39PC .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sBbUyw39PC .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sBbUyw39PC .menu-content-top,
  .cid-sBbUyw39PC .menu-bottom {
    padding: 0 15px;
  }
  .cid-sBbUyw39PC button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sBbUyxm5X3 {
  overflow-x: hidden !important;
}
.cid-sBbUyxm5X3,
.cid-sBbUyxm5X3 .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sBbUyxm5X3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sBbUyxm5X3 .mbr-section-title span {
  color: #13287d;
}
.cid-sBbUyxm5X3 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sBbUyxm5X3 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sBbUyxm5X3 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBbUyxm5X3 .mbr-overlay {
  z-index: 1;
}
.cid-sBbUyxm5X3 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sBbUyy7j8N {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyy7j8N .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyy7j8N .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyy7j8N .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyy7j8N * {
    text-align: left;
  }
}
.cid-sBbUyy7j8N a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .mbr-text,
.cid-sBbUyy7j8N .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyy7j8N .card-wrapper .card-box .card-title,
.cid-sBbUyy7j8N .mbr-section-btn,
.cid-sBbUyy7j8N .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbUyyOmxp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyyOmxp .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyyOmxp .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyyOmxp .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyyOmxp * {
    text-align: left;
  }
}
.cid-sBbUyyOmxp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .mbr-text,
.cid-sBbUyyOmxp .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyyOmxp .card-wrapper .card-box .card-title,
.cid-sBbUyyOmxp .mbr-section-btn,
.cid-sBbUyyOmxp .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbUyzFPaT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyzFPaT .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyzFPaT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyzFPaT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyzFPaT * {
    text-align: left;
  }
}
.cid-sBbUyzFPaT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .mbr-text,
.cid-sBbUyzFPaT .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyzFPaT .card-wrapper .card-box .card-title,
.cid-sBbUyzFPaT .mbr-section-btn,
.cid-sBbUyzFPaT .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbUyAtHmj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyAtHmj .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyAtHmj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyAtHmj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyAtHmj * {
    text-align: left;
  }
}
.cid-sBbUyAtHmj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .mbr-text,
.cid-sBbUyAtHmj .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyAtHmj .card-wrapper .card-box .card-title,
.cid-sBbUyAtHmj .mbr-section-btn,
.cid-sBbUyAtHmj .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sBbUyBfohW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyBfohW .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyBfohW .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyBfohW .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyBfohW .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyBfohW .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyBfohW .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyBfohW .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyBfohW .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyBfohW .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyBfohW .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyBfohW .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyBfohW .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyBfohW .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyBfohW .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyBfohW .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyBfohW .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyBfohW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyBfohW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyBfohW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyBfohW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyBfohW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyBfohW * {
    text-align: left;
  }
}
.cid-sBbUyBfohW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyBfohW .card-wrapper .card-box .mbr-text,
.cid-sBbUyBfohW .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyBfohW .card-wrapper .card-box .card-title,
.cid-sBbUyBfohW .mbr-section-btn,
.cid-sBbUyBfohW .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbUyBYFq2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyBYFq2 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyBYFq2 * {
    text-align: left;
  }
}
.cid-sBbUyBYFq2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .mbr-text,
.cid-sBbUyBYFq2 .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyBYFq2 .card-wrapper .card-box .card-title,
.cid-sBbUyBYFq2 .mbr-section-btn,
.cid-sBbUyBYFq2 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbUyCIish {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyCIish .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyCIish .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyCIish .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyCIish .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyCIish .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyCIish .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyCIish .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyCIish .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyCIish .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyCIish .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyCIish .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyCIish .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyCIish .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyCIish .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyCIish .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyCIish .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyCIish .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyCIish .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyCIish .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyCIish .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyCIish .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyCIish * {
    text-align: left;
  }
}
.cid-sBbUyCIish a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyCIish .card-wrapper .card-box .mbr-text,
.cid-sBbUyCIish .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyCIish .card-wrapper .card-box .card-title,
.cid-sBbUyCIish .mbr-section-btn,
.cid-sBbUyCIish .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbUyDyL2s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyDyL2s .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyDyL2s .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyDyL2s .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyDyL2s * {
    text-align: left;
  }
}
.cid-sBbUyDyL2s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .mbr-text,
.cid-sBbUyDyL2s .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyDyL2s .card-wrapper .card-box .card-title,
.cid-sBbUyDyL2s .mbr-section-btn,
.cid-sBbUyDyL2s .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbUyEfJYV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyEfJYV .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyEfJYV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyEfJYV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyEfJYV * {
    text-align: left;
  }
}
.cid-sBbUyEfJYV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .mbr-text,
.cid-sBbUyEfJYV .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyEfJYV .card-wrapper .card-box .card-title,
.cid-sBbUyEfJYV .mbr-section-btn,
.cid-sBbUyEfJYV .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbUyF2oop {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyF2oop .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyF2oop .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyF2oop .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyF2oop .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyF2oop .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyF2oop .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyF2oop .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyF2oop .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyF2oop .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyF2oop .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyF2oop .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyF2oop .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyF2oop .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyF2oop .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyF2oop .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyF2oop .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyF2oop .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyF2oop .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyF2oop .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyF2oop .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyF2oop .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyF2oop * {
    text-align: left;
  }
}
.cid-sBbUyF2oop a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyF2oop .card-wrapper .card-box .mbr-text,
.cid-sBbUyF2oop .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyF2oop .card-wrapper .card-box .card-title,
.cid-sBbUyF2oop .mbr-section-btn,
.cid-sBbUyF2oop .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbUyFLxip {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyFLxip .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyFLxip .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyFLxip .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyFLxip .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyFLxip .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyFLxip .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyFLxip .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyFLxip .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyFLxip .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyFLxip .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyFLxip .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyFLxip .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyFLxip .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyFLxip .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyFLxip .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyFLxip .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyFLxip .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyFLxip .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyFLxip .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyFLxip .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyFLxip .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyFLxip * {
    text-align: left;
  }
}
.cid-sBbUyFLxip a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyFLxip .card-wrapper .card-box .mbr-text,
.cid-sBbUyFLxip .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyFLxip .card-wrapper .card-box .card-title,
.cid-sBbUyFLxip .mbr-section-btn,
.cid-sBbUyFLxip .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbUyGA2EJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyGA2EJ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyGA2EJ * {
    text-align: left;
  }
}
.cid-sBbUyGA2EJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .mbr-text,
.cid-sBbUyGA2EJ .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .card-title,
.cid-sBbUyGA2EJ .mbr-section-btn,
.cid-sBbUyGA2EJ .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbUyGA2EJ .card-wrapper .card-box .card-subtitle,
.cid-sBbUyGA2EJ .mbr-section-btn,
.cid-sBbUyGA2EJ .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbUyHlOV4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBbUyHlOV4 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sBbUyHlOV4 * {
    text-align: left;
  }
}
.cid-sBbUyHlOV4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .mbr-text,
.cid-sBbUyHlOV4 .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyHlOV4 .card-wrapper .card-box .card-title,
.cid-sBbUyHlOV4 .mbr-section-btn,
.cid-sBbUyHlOV4 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sBbUyI3eH9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sBbUyI3eH9 .content-inner .left-content {
  display: block;
}
.cid-sBbUyI3eH9 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sBbUyI3eH9 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sBbUyI3eH9 .content-inner .right-content {
  display: block;
}
.cid-sBbUyI3eH9 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sBbUyI3eH9 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sBbUyI3eH9 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sBbUyI3eH9 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sBbUyI3eH9 .content-inner {
    justify-content: center !important;
  }
  .cid-sBbUyI3eH9 * {
    text-align: center;
  }
}
.cid-sBbUyI3eH9 .content-inner .left-content .mbr-section-title,
.cid-sBbUyI3eH9 .mbr-section-btn {
  color: #1955a5;
}
.cid-sBbUyI3eH9 .content-inner .left-content .mbr-text,
.cid-sBbUyI3eH9 .mbr-section-btn {
  color: #000000;
}
.cid-sBbUyI3eH9 .content-inner .right-content .mbr-text,
.cid-sBbUyI3eH9 .mbr-section-btn {
  color: #000000;
}
.cid-sCiqjJRQdA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCiqjJRQdA .mbr-text {
  color: #d9dade;
}
.cid-sCiqjJRQdA h5 {
  text-align: left;
}
.cid-sCiqjJRQdA p {
  text-align: left;
}
.cid-sCiqjJRQdA .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCiqjJRQdA .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCiqjJRQdA .card-title,
.cid-sCiqjJRQdA .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCiqjJRQdA .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCiqjJRQdA .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCiqjJRQdA .logo-text {
  text-align: left;
}
.cid-sCiqjJRQdA span {
  text-decoration: underline;
}
.cid-sCiqjJRQdA .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCiqjJRQdA .card-box h5,
  .cid-sCiqjJRQdA .card-box p {
    text-align: center;
  }
  .cid-sCiqjJRQdA .mbr-text {
    text-align: center;
  }
}
.cid-sCiqkB4z6a {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiqkB4z6a .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiqkB4z6a .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiqkB4z6a .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiqkB4z6a .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiqkB4z6a .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiqkB4z6a .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiqkB4z6a .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiqkB4z6a .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiqkB4z6a .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiqkB4z6a .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCcRjeXWyS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCcRjeXWyS .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCcRjeXWyS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCcRjeXWyS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCcRjeXWyS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCcRjeXWyS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCcRjeXWyS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCcRjeXWyS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCcRjeXWyS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCcRjeXWyS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCcRjeXWyS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCcRjeXWyS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCcRjeXWyS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCcRjeXWyS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCcRjeXWyS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCcRjeXWyS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCcRjeXWyS .dropdown-item,
.cid-sCcRjeXWyS .nav-link,
.cid-sCcRjeXWyS .brand-name {
  font-style: normal;
}
.cid-sCcRjeXWyS .dropdown-item:hover,
.cid-sCcRjeXWyS .nav-link:hover,
.cid-sCcRjeXWyS .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCcRjeXWyS .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCcRjeXWyS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCcRjeXWyS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCcRjeXWyS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCcRjeXWyS .nav-item {
  position: relative;
}
.cid-sCcRjeXWyS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCcRjeXWyS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCcRjeXWyS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCcRjeXWyS .nav-link {
    line-height: 6.13;
  }
  .cid-sCcRjeXWyS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCcRjeXWyS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCcRjeXWyS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCcRjeXWyS .content-text {
  margin-bottom: 0;
}
.cid-sCcRjeXWyS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCcRjeXWyS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCcRjeXWyS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCcRjeXWyS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCcRjeXWyS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCcRjeXWyS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCcRjeXWyS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCcRjeXWyS .content-right-side {
  text-align: center;
}
.cid-sCcRjeXWyS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCcRjeXWyS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCcRjeXWyS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCcRjeXWyS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCcRjeXWyS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCcRjeXWyS .info-widget:first-child {
  margin-left: 0;
}
.cid-sCcRjeXWyS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCcRjeXWyS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCcRjeXWyS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCcRjeXWyS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCcRjeXWyS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCcRjeXWyS .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCcRjeXWyS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCcRjeXWyS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCcRjeXWyS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCcRjeXWyS .navbar-toggler {
    display: none;
  }
  .cid-sCcRjeXWyS .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCcRjeXWyS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCcRjeXWyS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCcRjeXWyS .btn-sm {
  padding: 13px 29px;
}
.cid-sCcRjeXWyS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCcRjeXWyS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCcRjeXWyS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCcRjeXWyS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCcRjeXWyS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCcRjeXWyS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCcRjeXWyS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCcRjeXWyS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCcRjeXWyS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCcRjeXWyS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCcRjeXWyS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCcRjeXWyS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCcRjeXWyS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCcRjeXWyS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCcRjeXWyS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCcRjeXWyS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCcRjeXWyS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCcRjeXWyS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCcRjeXWyS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCcRjeXWyS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCcRjeXWyS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCcRjeXWyS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCcRjeXWyS button.navbar-toggler:focus {
  outline: none;
}
.cid-sCcRjeXWyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCcRjeXWyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCcRjeXWyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCcRjeXWyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCcRjeXWyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCcRjeXWyS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCcRjeXWyS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCcRjeXWyS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCcRjeXWyS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCcRjeXWyS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCcRjeXWyS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCcRjeXWyS .collapsed .btn {
  display: flex;
}
.cid-sCcRjeXWyS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCcRjeXWyS .collapsed .navbar-collapse.collapsing,
.cid-sCcRjeXWyS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCcRjeXWyS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCcRjeXWyS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCcRjeXWyS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCcRjeXWyS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCcRjeXWyS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCcRjeXWyS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCcRjeXWyS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCcRjeXWyS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCcRjeXWyS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCcRjeXWyS .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCcRjeXWyS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCcRjeXWyS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCcRjeXWyS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCcRjeXWyS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCcRjeXWyS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCcRjeXWyS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCcRjeXWyS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCcRjeXWyS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCcRjeXWyS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCcRjeXWyS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCcRjeXWyS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCcRjeXWyS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCcRjeXWyS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCcRjeXWyS .navbar-collapse.collapsing,
  .cid-sCcRjeXWyS .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCcRjeXWyS .navbar-collapse.collapsing .navbar-nav,
  .cid-sCcRjeXWyS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCcRjeXWyS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCcRjeXWyS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCcRjeXWyS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCcRjeXWyS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCcRjeXWyS .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCcRjeXWyS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCcRjeXWyS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCcRjeXWyS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCcRjeXWyS img {
    height: 3.8rem !important;
  }
  .cid-sCcRjeXWyS .btn {
    display: flex;
  }
  .cid-sCcRjeXWyS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCcRjeXWyS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCcRjeXWyS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCcRjeXWyS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCcRjeXWyS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCcRjeXWyS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCcRjeXWyS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCcRjeXWyS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCcRjeXWyS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCcRjeXWyS .navbar-toggler {
  position: relative;
}
.cid-sCcRjeXWyS .dropdown-item.active,
.cid-sCcRjeXWyS .dropdown-item:active {
  color: initial;
}
.cid-sCcRjeXWyS .widget-title {
  color: #83868c;
}
.cid-sCcRjeXWyS .widget-text {
  color: #83868c;
}
.cid-sCcRjeXWyS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCcRjeXWyS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCcRjeXWyS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCcRjeXWyS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCcRjeXWyS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCcRjeXWyS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCcRjeXWyS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCcRjeXWyS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCcRjeXWyS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCcRjeXWyS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCcRjeXWyS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCcRjeXWyS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCcRjeXWyS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCcRjeXWyS .menu-content-top,
  .cid-sCcRjeXWyS .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCcRjeXWyS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCcRjgC2TC {
  overflow-x: hidden !important;
}
.cid-sCcRjgC2TC,
.cid-sCcRjgC2TC .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCcRjgC2TC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCcRjgC2TC .mbr-section-title span {
  color: #13287d;
}
.cid-sCcRjgC2TC .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCcRjgC2TC .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCcRjgC2TC .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCcRjgC2TC .mbr-overlay {
  z-index: 1;
}
.cid-sCcRjgC2TC .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCcRjhhjE7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcRjhhjE7 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcRjhhjE7 * {
    text-align: left;
  }
}
.cid-sCcRjhhjE7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .mbr-text,
.cid-sCcRjhhjE7 .mbr-section-btn {
  color: #000000;
}
.cid-sCcRjhhjE7 .card-wrapper .card-box .card-title,
.cid-sCcRjhhjE7 .mbr-section-btn,
.cid-sCcRjhhjE7 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCcRji0RQC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcRji0RQC .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcRji0RQC .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcRji0RQC .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcRji0RQC .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcRji0RQC .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcRji0RQC .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcRji0RQC .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcRji0RQC .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcRji0RQC .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRji0RQC .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRji0RQC .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRji0RQC .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRji0RQC .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcRji0RQC .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcRji0RQC .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcRji0RQC .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcRji0RQC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcRji0RQC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcRji0RQC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcRji0RQC .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcRji0RQC .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcRji0RQC * {
    text-align: left;
  }
}
.cid-sCcRji0RQC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcRji0RQC .card-wrapper .card-box .mbr-text,
.cid-sCcRji0RQC .mbr-section-btn {
  color: #000000;
}
.cid-sCcRji0RQC .card-wrapper .card-box .card-title,
.cid-sCcRji0RQC .mbr-section-btn,
.cid-sCcRji0RQC .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCcRjiJKYL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcRjiJKYL .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcRjiJKYL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcRjiJKYL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcRjiJKYL * {
    text-align: left;
  }
}
.cid-sCcRjiJKYL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .mbr-text,
.cid-sCcRjiJKYL .mbr-section-btn {
  color: #000000;
}
.cid-sCcRjiJKYL .card-wrapper .card-box .card-title,
.cid-sCcRjiJKYL .mbr-section-btn,
.cid-sCcRjiJKYL .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCcRjjj24Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcRjjj24Q .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcRjjj24Q .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcRjjj24Q .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcRjjj24Q * {
    text-align: left;
  }
}
.cid-sCcRjjj24Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .mbr-text,
.cid-sCcRjjj24Q .mbr-section-btn {
  color: #000000;
}
.cid-sCcRjjj24Q .card-wrapper .card-box .card-title,
.cid-sCcRjjj24Q .mbr-section-btn,
.cid-sCcRjjj24Q .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCcRjjTzXq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcRjjTzXq .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcRjjTzXq .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcRjjTzXq .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcRjjTzXq * {
    text-align: left;
  }
}
.cid-sCcRjjTzXq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .mbr-text,
.cid-sCcRjjTzXq .mbr-section-btn {
  color: #000000;
}
.cid-sCcRjjTzXq .card-wrapper .card-box .card-title,
.cid-sCcRjjTzXq .mbr-section-btn,
.cid-sCcRjjTzXq .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcRjoKYMS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcRjoKYMS .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcRjoKYMS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcRjoKYMS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcRjoKYMS * {
    text-align: left;
  }
}
.cid-sCcRjoKYMS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .mbr-text,
.cid-sCcRjoKYMS .mbr-section-btn {
  color: #000000;
}
.cid-sCcRjoKYMS .card-wrapper .card-box .card-title,
.cid-sCcRjoKYMS .mbr-section-btn,
.cid-sCcRjoKYMS .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcRjpllHF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCcRjpllHF .content-inner .left-content {
  display: block;
}
.cid-sCcRjpllHF .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCcRjpllHF .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCcRjpllHF .content-inner .right-content {
  display: block;
}
.cid-sCcRjpllHF .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCcRjpllHF .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCcRjpllHF .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCcRjpllHF .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCcRjpllHF .content-inner {
    justify-content: center !important;
  }
  .cid-sCcRjpllHF * {
    text-align: center;
  }
}
.cid-sCcRjpllHF .content-inner .left-content .mbr-section-title,
.cid-sCcRjpllHF .mbr-section-btn {
  color: #1955a5;
}
.cid-sCcRjpllHF .content-inner .left-content .mbr-text,
.cid-sCcRjpllHF .mbr-section-btn {
  color: #000000;
}
.cid-sCcRjpllHF .content-inner .right-content .mbr-text,
.cid-sCcRjpllHF .mbr-section-btn {
  color: #000000;
}
.cid-sCirHb5Weo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCirHb5Weo .mbr-text {
  color: #d9dade;
}
.cid-sCirHb5Weo h5 {
  text-align: left;
}
.cid-sCirHb5Weo p {
  text-align: left;
}
.cid-sCirHb5Weo .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCirHb5Weo .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCirHb5Weo .card-title,
.cid-sCirHb5Weo .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCirHb5Weo .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCirHb5Weo .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCirHb5Weo .logo-text {
  text-align: left;
}
.cid-sCirHb5Weo span {
  text-decoration: underline;
}
.cid-sCirHb5Weo .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCirHb5Weo .card-box h5,
  .cid-sCirHb5Weo .card-box p {
    text-align: center;
  }
  .cid-sCirHb5Weo .mbr-text {
    text-align: center;
  }
}
.cid-sCirI8fjYz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCirI8fjYz .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCirI8fjYz .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCirI8fjYz .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCirI8fjYz .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCirI8fjYz .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCirI8fjYz .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCirI8fjYz .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCirI8fjYz .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCirI8fjYz .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCirI8fjYz .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCcVUXDegc .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCcVUXDegc .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCcVUXDegc .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCcVUXDegc .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCcVUXDegc .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCcVUXDegc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCcVUXDegc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCcVUXDegc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCcVUXDegc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCcVUXDegc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCcVUXDegc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCcVUXDegc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCcVUXDegc .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCcVUXDegc .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCcVUXDegc .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCcVUXDegc .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCcVUXDegc .dropdown-item,
.cid-sCcVUXDegc .nav-link,
.cid-sCcVUXDegc .brand-name {
  font-style: normal;
}
.cid-sCcVUXDegc .dropdown-item:hover,
.cid-sCcVUXDegc .nav-link:hover,
.cid-sCcVUXDegc .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCcVUXDegc .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCcVUXDegc .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCcVUXDegc .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCcVUXDegc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCcVUXDegc .nav-item {
  position: relative;
}
.cid-sCcVUXDegc .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCcVUXDegc .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCcVUXDegc .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCcVUXDegc .nav-link {
    line-height: 6.13;
  }
  .cid-sCcVUXDegc .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCcVUXDegc .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCcVUXDegc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCcVUXDegc .content-text {
  margin-bottom: 0;
}
.cid-sCcVUXDegc .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCcVUXDegc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCcVUXDegc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCcVUXDegc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCcVUXDegc .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCcVUXDegc .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCcVUXDegc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCcVUXDegc .content-right-side {
  text-align: center;
}
.cid-sCcVUXDegc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCcVUXDegc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCcVUXDegc .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCcVUXDegc .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCcVUXDegc .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCcVUXDegc .info-widget:first-child {
  margin-left: 0;
}
.cid-sCcVUXDegc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCcVUXDegc .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCcVUXDegc .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCcVUXDegc .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCcVUXDegc .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCcVUXDegc .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCcVUXDegc .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCcVUXDegc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCcVUXDegc .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCcVUXDegc .navbar-toggler {
    display: none;
  }
  .cid-sCcVUXDegc .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCcVUXDegc .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCcVUXDegc .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCcVUXDegc .btn-sm {
  padding: 13px 29px;
}
.cid-sCcVUXDegc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCcVUXDegc .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCcVUXDegc .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCcVUXDegc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCcVUXDegc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCcVUXDegc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCcVUXDegc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCcVUXDegc .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCcVUXDegc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCcVUXDegc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCcVUXDegc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCcVUXDegc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCcVUXDegc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCcVUXDegc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCcVUXDegc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCcVUXDegc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCcVUXDegc .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCcVUXDegc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCcVUXDegc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCcVUXDegc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCcVUXDegc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCcVUXDegc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCcVUXDegc button.navbar-toggler:focus {
  outline: none;
}
.cid-sCcVUXDegc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCcVUXDegc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCcVUXDegc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCcVUXDegc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCcVUXDegc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCcVUXDegc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCcVUXDegc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCcVUXDegc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCcVUXDegc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCcVUXDegc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCcVUXDegc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCcVUXDegc .collapsed .btn {
  display: flex;
}
.cid-sCcVUXDegc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCcVUXDegc .collapsed .navbar-collapse.collapsing,
.cid-sCcVUXDegc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCcVUXDegc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCcVUXDegc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCcVUXDegc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCcVUXDegc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCcVUXDegc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCcVUXDegc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCcVUXDegc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCcVUXDegc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCcVUXDegc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCcVUXDegc .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCcVUXDegc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCcVUXDegc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCcVUXDegc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCcVUXDegc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCcVUXDegc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCcVUXDegc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCcVUXDegc .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCcVUXDegc .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCcVUXDegc .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCcVUXDegc .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCcVUXDegc .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCcVUXDegc .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCcVUXDegc .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCcVUXDegc .navbar-collapse.collapsing,
  .cid-sCcVUXDegc .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCcVUXDegc .navbar-collapse.collapsing .navbar-nav,
  .cid-sCcVUXDegc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCcVUXDegc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCcVUXDegc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCcVUXDegc .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCcVUXDegc .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCcVUXDegc .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCcVUXDegc .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCcVUXDegc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCcVUXDegc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCcVUXDegc img {
    height: 3.8rem !important;
  }
  .cid-sCcVUXDegc .btn {
    display: flex;
  }
  .cid-sCcVUXDegc button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCcVUXDegc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCcVUXDegc .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCcVUXDegc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCcVUXDegc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCcVUXDegc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCcVUXDegc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCcVUXDegc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCcVUXDegc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCcVUXDegc .navbar-toggler {
  position: relative;
}
.cid-sCcVUXDegc .dropdown-item.active,
.cid-sCcVUXDegc .dropdown-item:active {
  color: initial;
}
.cid-sCcVUXDegc .widget-title {
  color: #83868c;
}
.cid-sCcVUXDegc .widget-text {
  color: #83868c;
}
.cid-sCcVUXDegc .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCcVUXDegc .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCcVUXDegc .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCcVUXDegc .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCcVUXDegc .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCcVUXDegc .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCcVUXDegc .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCcVUXDegc .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCcVUXDegc .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCcVUXDegc .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCcVUXDegc .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCcVUXDegc .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCcVUXDegc .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCcVUXDegc .menu-content-top,
  .cid-sCcVUXDegc .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCcVUXDegc button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCcVUYOGcG {
  overflow-x: hidden !important;
}
.cid-sCcVUYOGcG,
.cid-sCcVUYOGcG .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCcVUYOGcG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCcVUYOGcG .mbr-section-title span {
  color: #13287d;
}
.cid-sCcVUYOGcG .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCcVUYOGcG .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCcVUYOGcG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCcVUYOGcG .mbr-overlay {
  z-index: 1;
}
.cid-sCcVUYOGcG .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCcVUZvLQa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVUZvLQa .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVUZvLQa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVUZvLQa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVUZvLQa * {
    text-align: left;
  }
}
.cid-sCcVUZvLQa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .mbr-text,
.cid-sCcVUZvLQa .mbr-section-btn {
  color: #000000;
}
.cid-sCcVUZvLQa .card-wrapper .card-box .card-title,
.cid-sCcVUZvLQa .mbr-section-btn,
.cid-sCcVUZvLQa .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCcVV07c5t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV07c5t .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV07c5t .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV07c5t .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV07c5t .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV07c5t .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV07c5t .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV07c5t .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV07c5t .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV07c5t .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV07c5t .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV07c5t .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV07c5t .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV07c5t .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV07c5t .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV07c5t .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV07c5t .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV07c5t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV07c5t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV07c5t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV07c5t .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV07c5t .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV07c5t * {
    text-align: left;
  }
}
.cid-sCcVV07c5t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV07c5t .card-wrapper .card-box .mbr-text,
.cid-sCcVV07c5t .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV07c5t .card-wrapper .card-box .card-title,
.cid-sCcVV07c5t .mbr-section-btn,
.cid-sCcVV07c5t .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCcVV0UPAk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV0UPAk .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV0UPAk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV0UPAk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV0UPAk * {
    text-align: left;
  }
}
.cid-sCcVV0UPAk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .mbr-text,
.cid-sCcVV0UPAk .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV0UPAk .card-wrapper .card-box .card-title,
.cid-sCcVV0UPAk .mbr-section-btn,
.cid-sCcVV0UPAk .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCcVV1tJQQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV1tJQQ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV1tJQQ * {
    text-align: left;
  }
}
.cid-sCcVV1tJQQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .mbr-text,
.cid-sCcVV1tJQQ .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV1tJQQ .card-wrapper .card-box .card-title,
.cid-sCcVV1tJQQ .mbr-section-btn,
.cid-sCcVV1tJQQ .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCcVV24XA1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV24XA1 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV24XA1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV24XA1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV24XA1 * {
    text-align: left;
  }
}
.cid-sCcVV24XA1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .mbr-text,
.cid-sCcVV24XA1 .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV24XA1 .card-wrapper .card-box .card-title,
.cid-sCcVV24XA1 .mbr-section-btn,
.cid-sCcVV24XA1 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcVV2CetV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV2CetV .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV2CetV .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV2CetV .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV2CetV .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV2CetV .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV2CetV .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV2CetV .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV2CetV .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV2CetV .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV2CetV .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV2CetV .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV2CetV .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV2CetV .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV2CetV .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV2CetV .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV2CetV .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV2CetV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV2CetV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV2CetV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV2CetV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV2CetV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV2CetV * {
    text-align: left;
  }
}
.cid-sCcVV2CetV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV2CetV .card-wrapper .card-box .mbr-text,
.cid-sCcVV2CetV .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV2CetV .card-wrapper .card-box .card-title,
.cid-sCcVV2CetV .mbr-section-btn,
.cid-sCcVV2CetV .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcVV3cpxj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV3cpxj .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV3cpxj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV3cpxj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV3cpxj * {
    text-align: left;
  }
}
.cid-sCcVV3cpxj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .mbr-text,
.cid-sCcVV3cpxj .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV3cpxj .card-wrapper .card-box .card-title,
.cid-sCcVV3cpxj .mbr-section-btn,
.cid-sCcVV3cpxj .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcVV3QcPT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV3QcPT .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV3QcPT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV3QcPT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV3QcPT * {
    text-align: left;
  }
}
.cid-sCcVV3QcPT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .mbr-text,
.cid-sCcVV3QcPT .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV3QcPT .card-wrapper .card-box .card-title,
.cid-sCcVV3QcPT .mbr-section-btn,
.cid-sCcVV3QcPT .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcVV4pXfK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV4pXfK .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV4pXfK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV4pXfK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV4pXfK * {
    text-align: left;
  }
}
.cid-sCcVV4pXfK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .mbr-text,
.cid-sCcVV4pXfK .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV4pXfK .card-wrapper .card-box .card-title,
.cid-sCcVV4pXfK .mbr-section-btn,
.cid-sCcVV4pXfK .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcVV51n9C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV51n9C .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV51n9C .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV51n9C .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV51n9C .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV51n9C .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV51n9C .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV51n9C .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV51n9C .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV51n9C .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV51n9C .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV51n9C .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV51n9C .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV51n9C .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV51n9C .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV51n9C .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV51n9C .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV51n9C .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV51n9C .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV51n9C .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV51n9C .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV51n9C .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV51n9C * {
    text-align: left;
  }
}
.cid-sCcVV51n9C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV51n9C .card-wrapper .card-box .mbr-text,
.cid-sCcVV51n9C .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV51n9C .card-wrapper .card-box .card-title,
.cid-sCcVV51n9C .mbr-section-btn,
.cid-sCcVV51n9C .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcVV5Dqad {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV5Dqad .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV5Dqad .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV5Dqad .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV5Dqad * {
    text-align: left;
  }
}
.cid-sCcVV5Dqad a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .mbr-text,
.cid-sCcVV5Dqad .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV5Dqad .card-wrapper .card-box .card-title,
.cid-sCcVV5Dqad .mbr-section-btn,
.cid-sCcVV5Dqad .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcVV6f9Er {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV6f9Er .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV6f9Er .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV6f9Er .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV6f9Er * {
    text-align: left;
  }
}
.cid-sCcVV6f9Er a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .mbr-text,
.cid-sCcVV6f9Er .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .card-title,
.cid-sCcVV6f9Er .mbr-section-btn,
.cid-sCcVV6f9Er .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcVV6f9Er .card-wrapper .card-box .card-subtitle,
.cid-sCcVV6f9Er .mbr-section-btn,
.cid-sCcVV6f9Er .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcVV6Yz9j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVV6Yz9j .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCcVV6Yz9j * {
    text-align: left;
  }
}
.cid-sCcVV6Yz9j a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .mbr-text,
.cid-sCcVV6Yz9j .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV6Yz9j .card-wrapper .card-box .card-title,
.cid-sCcVV6Yz9j .mbr-section-btn,
.cid-sCcVV6Yz9j .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCda3IhZJW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCda3IhZJW .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCda3IhZJW .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCda3IhZJW .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCda3IhZJW .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCda3IhZJW .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCda3IhZJW .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCda3IhZJW .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCda3IhZJW .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCda3IhZJW .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCda3IhZJW .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCda3IhZJW .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCda3IhZJW .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCda3IhZJW .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCda3IhZJW .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCda3IhZJW .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCda3IhZJW .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCda3IhZJW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCda3IhZJW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCda3IhZJW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCda3IhZJW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCda3IhZJW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCda3IhZJW * {
    text-align: left;
  }
}
.cid-sCda3IhZJW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCda3IhZJW .card-wrapper .card-box .mbr-text,
.cid-sCda3IhZJW .mbr-section-btn {
  color: #000000;
}
.cid-sCda3IhZJW .card-wrapper .card-box .card-title,
.cid-sCda3IhZJW .mbr-section-btn,
.cid-sCda3IhZJW .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdaYvUZny {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdaYvUZny .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdaYvUZny .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdaYvUZny .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdaYvUZny .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdaYvUZny .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdaYvUZny .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdaYvUZny .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdaYvUZny .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdaYvUZny .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdaYvUZny .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdaYvUZny .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdaYvUZny .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdaYvUZny .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdaYvUZny .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdaYvUZny .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdaYvUZny .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdaYvUZny .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdaYvUZny .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdaYvUZny .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdaYvUZny .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdaYvUZny .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdaYvUZny * {
    text-align: left;
  }
}
.cid-sCdaYvUZny a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdaYvUZny .card-wrapper .card-box .mbr-text,
.cid-sCdaYvUZny .mbr-section-btn {
  color: #000000;
}
.cid-sCdaYvUZny .card-wrapper .card-box .card-title,
.cid-sCdaYvUZny .mbr-section-btn,
.cid-sCdaYvUZny .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdblCdavI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdblCdavI .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdblCdavI .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdblCdavI .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdblCdavI .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdblCdavI .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdblCdavI .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdblCdavI .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdblCdavI .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdblCdavI .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdblCdavI .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdblCdavI .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdblCdavI .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdblCdavI .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdblCdavI .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdblCdavI .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdblCdavI .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdblCdavI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdblCdavI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdblCdavI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdblCdavI .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdblCdavI .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdblCdavI * {
    text-align: left;
  }
}
.cid-sCdblCdavI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdblCdavI .card-wrapper .card-box .mbr-text,
.cid-sCdblCdavI .mbr-section-btn {
  color: #000000;
}
.cid-sCdblCdavI .card-wrapper .card-box .card-title,
.cid-sCdblCdavI .mbr-section-btn,
.cid-sCdblCdavI .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCcVV7AiqU {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCcVV7AiqU .content-inner .left-content {
  display: block;
}
.cid-sCcVV7AiqU .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCcVV7AiqU .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCcVV7AiqU .content-inner .right-content {
  display: block;
}
.cid-sCcVV7AiqU .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCcVV7AiqU .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCcVV7AiqU .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCcVV7AiqU .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCcVV7AiqU .content-inner {
    justify-content: center !important;
  }
  .cid-sCcVV7AiqU * {
    text-align: center;
  }
}
.cid-sCcVV7AiqU .content-inner .left-content .mbr-section-title,
.cid-sCcVV7AiqU .mbr-section-btn {
  color: #1955a5;
}
.cid-sCcVV7AiqU .content-inner .left-content .mbr-text,
.cid-sCcVV7AiqU .mbr-section-btn {
  color: #000000;
}
.cid-sCcVV7AiqU .content-inner .right-content .mbr-text,
.cid-sCcVV7AiqU .mbr-section-btn {
  color: #000000;
}
.cid-sCirbyxxcd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCirbyxxcd .mbr-text {
  color: #d9dade;
}
.cid-sCirbyxxcd h5 {
  text-align: left;
}
.cid-sCirbyxxcd p {
  text-align: left;
}
.cid-sCirbyxxcd .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCirbyxxcd .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCirbyxxcd .card-title,
.cid-sCirbyxxcd .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCirbyxxcd .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCirbyxxcd .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCirbyxxcd .logo-text {
  text-align: left;
}
.cid-sCirbyxxcd span {
  text-decoration: underline;
}
.cid-sCirbyxxcd .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCirbyxxcd .card-box h5,
  .cid-sCirbyxxcd .card-box p {
    text-align: center;
  }
  .cid-sCirbyxxcd .mbr-text {
    text-align: center;
  }
}
.cid-sCircuh0rs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCircuh0rs .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCircuh0rs .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCircuh0rs .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCircuh0rs .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCircuh0rs .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCircuh0rs .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCircuh0rs .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCircuh0rs .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCircuh0rs .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCircuh0rs .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdcF7Kvtl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdcF7Kvtl .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdcF7Kvtl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdcF7Kvtl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdcF7Kvtl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdcF7Kvtl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdcF7Kvtl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdcF7Kvtl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdcF7Kvtl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdcF7Kvtl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdcF7Kvtl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdcF7Kvtl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdcF7Kvtl .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdcF7Kvtl .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdcF7Kvtl .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdcF7Kvtl .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdcF7Kvtl .dropdown-item,
.cid-sCdcF7Kvtl .nav-link,
.cid-sCdcF7Kvtl .brand-name {
  font-style: normal;
}
.cid-sCdcF7Kvtl .dropdown-item:hover,
.cid-sCdcF7Kvtl .nav-link:hover,
.cid-sCdcF7Kvtl .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdcF7Kvtl .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdcF7Kvtl .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdcF7Kvtl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdcF7Kvtl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdcF7Kvtl .nav-item {
  position: relative;
}
.cid-sCdcF7Kvtl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdcF7Kvtl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdcF7Kvtl .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdcF7Kvtl .nav-link {
    line-height: 6.13;
  }
  .cid-sCdcF7Kvtl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdcF7Kvtl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdcF7Kvtl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdcF7Kvtl .content-text {
  margin-bottom: 0;
}
.cid-sCdcF7Kvtl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdcF7Kvtl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdcF7Kvtl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdcF7Kvtl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdcF7Kvtl .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdcF7Kvtl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdcF7Kvtl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdcF7Kvtl .content-right-side {
  text-align: center;
}
.cid-sCdcF7Kvtl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdcF7Kvtl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdcF7Kvtl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdcF7Kvtl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdcF7Kvtl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdcF7Kvtl .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdcF7Kvtl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdcF7Kvtl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdcF7Kvtl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdcF7Kvtl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdcF7Kvtl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdcF7Kvtl .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdcF7Kvtl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdcF7Kvtl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdcF7Kvtl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdcF7Kvtl .navbar-toggler {
    display: none;
  }
  .cid-sCdcF7Kvtl .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdcF7Kvtl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdcF7Kvtl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdcF7Kvtl .btn-sm {
  padding: 13px 29px;
}
.cid-sCdcF7Kvtl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdcF7Kvtl .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdcF7Kvtl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdcF7Kvtl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdcF7Kvtl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdcF7Kvtl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdcF7Kvtl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdcF7Kvtl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdcF7Kvtl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdcF7Kvtl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdcF7Kvtl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdcF7Kvtl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdcF7Kvtl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdcF7Kvtl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdcF7Kvtl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdcF7Kvtl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdcF7Kvtl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdcF7Kvtl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdcF7Kvtl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdcF7Kvtl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdcF7Kvtl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdcF7Kvtl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdcF7Kvtl button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdcF7Kvtl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdcF7Kvtl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdcF7Kvtl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdcF7Kvtl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdcF7Kvtl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdcF7Kvtl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdcF7Kvtl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdcF7Kvtl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdcF7Kvtl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdcF7Kvtl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdcF7Kvtl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdcF7Kvtl .collapsed .btn {
  display: flex;
}
.cid-sCdcF7Kvtl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdcF7Kvtl .collapsed .navbar-collapse.collapsing,
.cid-sCdcF7Kvtl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdcF7Kvtl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdcF7Kvtl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdcF7Kvtl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdcF7Kvtl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdcF7Kvtl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdcF7Kvtl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdcF7Kvtl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdcF7Kvtl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdcF7Kvtl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdcF7Kvtl .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdcF7Kvtl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdcF7Kvtl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdcF7Kvtl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdcF7Kvtl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdcF7Kvtl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdcF7Kvtl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdcF7Kvtl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdcF7Kvtl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdcF7Kvtl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdcF7Kvtl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdcF7Kvtl .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdcF7Kvtl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdcF7Kvtl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdcF7Kvtl .navbar-collapse.collapsing,
  .cid-sCdcF7Kvtl .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdcF7Kvtl .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdcF7Kvtl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdcF7Kvtl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdcF7Kvtl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdcF7Kvtl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdcF7Kvtl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdcF7Kvtl .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdcF7Kvtl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdcF7Kvtl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdcF7Kvtl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdcF7Kvtl img {
    height: 3.8rem !important;
  }
  .cid-sCdcF7Kvtl .btn {
    display: flex;
  }
  .cid-sCdcF7Kvtl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdcF7Kvtl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdcF7Kvtl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdcF7Kvtl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdcF7Kvtl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdcF7Kvtl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdcF7Kvtl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdcF7Kvtl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdcF7Kvtl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdcF7Kvtl .navbar-toggler {
  position: relative;
}
.cid-sCdcF7Kvtl .dropdown-item.active,
.cid-sCdcF7Kvtl .dropdown-item:active {
  color: initial;
}
.cid-sCdcF7Kvtl .widget-title {
  color: #83868c;
}
.cid-sCdcF7Kvtl .widget-text {
  color: #83868c;
}
.cid-sCdcF7Kvtl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdcF7Kvtl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdcF7Kvtl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdcF7Kvtl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdcF7Kvtl .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdcF7Kvtl .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdcF7Kvtl .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdcF7Kvtl .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdcF7Kvtl .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdcF7Kvtl .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdcF7Kvtl .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdcF7Kvtl .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdcF7Kvtl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdcF7Kvtl .menu-content-top,
  .cid-sCdcF7Kvtl .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdcF7Kvtl button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdcF8WUSb {
  overflow-x: hidden !important;
}
.cid-sCdcF8WUSb,
.cid-sCdcF8WUSb .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdcF8WUSb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdcF8WUSb .mbr-section-title span {
  color: #13287d;
}
.cid-sCdcF8WUSb .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdcF8WUSb .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdcF8WUSb .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdcF8WUSb .mbr-overlay {
  z-index: 1;
}
.cid-sCdcF8WUSb .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdcF9vaND {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdcF9vaND .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdcF9vaND .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdcF9vaND .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdcF9vaND .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdcF9vaND .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdcF9vaND .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdcF9vaND .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdcF9vaND .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdcF9vaND .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdcF9vaND .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdcF9vaND .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdcF9vaND .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdcF9vaND .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdcF9vaND .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdcF9vaND .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdcF9vaND .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdcF9vaND .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdcF9vaND .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdcF9vaND .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdcF9vaND .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdcF9vaND .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdcF9vaND * {
    text-align: left;
  }
}
.cid-sCdcF9vaND a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdcF9vaND .card-wrapper .card-box .mbr-text,
.cid-sCdcF9vaND .mbr-section-btn {
  color: #000000;
}
.cid-sCdcF9vaND .card-wrapper .card-box .card-title,
.cid-sCdcF9vaND .mbr-section-btn,
.cid-sCdcF9vaND .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdcFa9jmW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdcFa9jmW .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdcFa9jmW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdcFa9jmW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdcFa9jmW * {
    text-align: left;
  }
}
.cid-sCdcFa9jmW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .mbr-text,
.cid-sCdcFa9jmW .mbr-section-btn {
  color: #000000;
}
.cid-sCdcFa9jmW .card-wrapper .card-box .card-title,
.cid-sCdcFa9jmW .mbr-section-btn,
.cid-sCdcFa9jmW .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdcFaQbNZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdcFaQbNZ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdcFaQbNZ * {
    text-align: left;
  }
}
.cid-sCdcFaQbNZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .mbr-text,
.cid-sCdcFaQbNZ .mbr-section-btn {
  color: #000000;
}
.cid-sCdcFaQbNZ .card-wrapper .card-box .card-title,
.cid-sCdcFaQbNZ .mbr-section-btn,
.cid-sCdcFaQbNZ .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdcFby265 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdcFby265 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdcFby265 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdcFby265 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdcFby265 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdcFby265 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdcFby265 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdcFby265 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdcFby265 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdcFby265 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdcFby265 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdcFby265 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdcFby265 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdcFby265 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdcFby265 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdcFby265 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdcFby265 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdcFby265 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdcFby265 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdcFby265 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdcFby265 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdcFby265 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdcFby265 * {
    text-align: left;
  }
}
.cid-sCdcFby265 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdcFby265 .card-wrapper .card-box .mbr-text,
.cid-sCdcFby265 .mbr-section-btn {
  color: #000000;
}
.cid-sCdcFby265 .card-wrapper .card-box .card-title,
.cid-sCdcFby265 .mbr-section-btn,
.cid-sCdcFby265 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdcFceYwF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdcFceYwF .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdcFceYwF .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdcFceYwF .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdcFceYwF .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdcFceYwF .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdcFceYwF .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdcFceYwF .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdcFceYwF .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdcFceYwF .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdcFceYwF .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdcFceYwF .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdcFceYwF .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdcFceYwF .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdcFceYwF .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdcFceYwF .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdcFceYwF .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdcFceYwF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdcFceYwF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdcFceYwF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdcFceYwF .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdcFceYwF .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdcFceYwF * {
    text-align: left;
  }
}
.cid-sCdcFceYwF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdcFceYwF .card-wrapper .card-box .mbr-text,
.cid-sCdcFceYwF .mbr-section-btn {
  color: #000000;
}
.cid-sCdcFceYwF .card-wrapper .card-box .card-title,
.cid-sCdcFceYwF .mbr-section-btn,
.cid-sCdcFceYwF .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdcFjoSqy {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdcFjoSqy .content-inner .left-content {
  display: block;
}
.cid-sCdcFjoSqy .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdcFjoSqy .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdcFjoSqy .content-inner .right-content {
  display: block;
}
.cid-sCdcFjoSqy .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdcFjoSqy .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdcFjoSqy .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdcFjoSqy .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdcFjoSqy .content-inner {
    justify-content: center !important;
  }
  .cid-sCdcFjoSqy * {
    text-align: center;
  }
}
.cid-sCdcFjoSqy .content-inner .left-content .mbr-section-title,
.cid-sCdcFjoSqy .mbr-section-btn {
  color: #1955a5;
}
.cid-sCidZakvcM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCidZakvcM .mbr-text {
  color: #d9dade;
}
.cid-sCidZakvcM h5 {
  text-align: left;
}
.cid-sCidZakvcM p {
  text-align: left;
}
.cid-sCidZakvcM .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCidZakvcM .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCidZakvcM .card-title,
.cid-sCidZakvcM .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCidZakvcM .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCidZakvcM .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCidZakvcM .logo-text {
  text-align: left;
}
.cid-sCidZakvcM span {
  text-decoration: underline;
}
.cid-sCidZakvcM .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCidZakvcM .card-box h5,
  .cid-sCidZakvcM .card-box p {
    text-align: center;
  }
  .cid-sCidZakvcM .mbr-text {
    text-align: center;
  }
}
.cid-sCidZURVN1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCidZURVN1 .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCidZURVN1 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCidZURVN1 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCidZURVN1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCidZURVN1 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCidZURVN1 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCidZURVN1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCidZURVN1 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCidZURVN1 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCidZURVN1 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdeP7rMjn .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdeP7rMjn .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdeP7rMjn .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdeP7rMjn .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdeP7rMjn .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdeP7rMjn .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdeP7rMjn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdeP7rMjn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdeP7rMjn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdeP7rMjn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdeP7rMjn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdeP7rMjn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdeP7rMjn .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdeP7rMjn .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdeP7rMjn .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdeP7rMjn .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdeP7rMjn .dropdown-item,
.cid-sCdeP7rMjn .nav-link,
.cid-sCdeP7rMjn .brand-name {
  font-style: normal;
}
.cid-sCdeP7rMjn .dropdown-item:hover,
.cid-sCdeP7rMjn .nav-link:hover,
.cid-sCdeP7rMjn .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdeP7rMjn .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdeP7rMjn .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdeP7rMjn .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdeP7rMjn .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdeP7rMjn .nav-item {
  position: relative;
}
.cid-sCdeP7rMjn .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdeP7rMjn .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdeP7rMjn .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdeP7rMjn .nav-link {
    line-height: 6.13;
  }
  .cid-sCdeP7rMjn .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdeP7rMjn .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdeP7rMjn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdeP7rMjn .content-text {
  margin-bottom: 0;
}
.cid-sCdeP7rMjn .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdeP7rMjn .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdeP7rMjn .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdeP7rMjn .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdeP7rMjn .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdeP7rMjn .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdeP7rMjn .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdeP7rMjn .content-right-side {
  text-align: center;
}
.cid-sCdeP7rMjn .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdeP7rMjn .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdeP7rMjn .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdeP7rMjn .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdeP7rMjn .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdeP7rMjn .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdeP7rMjn .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdeP7rMjn .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdeP7rMjn .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdeP7rMjn .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdeP7rMjn .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdeP7rMjn .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdeP7rMjn .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdeP7rMjn .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdeP7rMjn .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdeP7rMjn .navbar-toggler {
    display: none;
  }
  .cid-sCdeP7rMjn .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdeP7rMjn .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdeP7rMjn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdeP7rMjn .btn-sm {
  padding: 13px 29px;
}
.cid-sCdeP7rMjn .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdeP7rMjn .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdeP7rMjn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdeP7rMjn .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdeP7rMjn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdeP7rMjn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdeP7rMjn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdeP7rMjn .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdeP7rMjn .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdeP7rMjn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdeP7rMjn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdeP7rMjn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdeP7rMjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdeP7rMjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdeP7rMjn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdeP7rMjn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdeP7rMjn .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdeP7rMjn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdeP7rMjn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdeP7rMjn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdeP7rMjn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdeP7rMjn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdeP7rMjn button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdeP7rMjn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdeP7rMjn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdeP7rMjn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdeP7rMjn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdeP7rMjn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdeP7rMjn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdeP7rMjn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdeP7rMjn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdeP7rMjn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdeP7rMjn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdeP7rMjn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdeP7rMjn .collapsed .btn {
  display: flex;
}
.cid-sCdeP7rMjn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdeP7rMjn .collapsed .navbar-collapse.collapsing,
.cid-sCdeP7rMjn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdeP7rMjn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdeP7rMjn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdeP7rMjn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdeP7rMjn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdeP7rMjn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdeP7rMjn .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdeP7rMjn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdeP7rMjn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdeP7rMjn .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdeP7rMjn .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdeP7rMjn .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdeP7rMjn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdeP7rMjn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdeP7rMjn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdeP7rMjn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdeP7rMjn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdeP7rMjn .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdeP7rMjn .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdeP7rMjn .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdeP7rMjn .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdeP7rMjn .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdeP7rMjn .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdeP7rMjn .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdeP7rMjn .navbar-collapse.collapsing,
  .cid-sCdeP7rMjn .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdeP7rMjn .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdeP7rMjn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdeP7rMjn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdeP7rMjn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdeP7rMjn .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdeP7rMjn .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdeP7rMjn .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdeP7rMjn .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdeP7rMjn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdeP7rMjn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdeP7rMjn img {
    height: 3.8rem !important;
  }
  .cid-sCdeP7rMjn .btn {
    display: flex;
  }
  .cid-sCdeP7rMjn button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdeP7rMjn .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdeP7rMjn .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdeP7rMjn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdeP7rMjn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdeP7rMjn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdeP7rMjn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdeP7rMjn .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdeP7rMjn .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdeP7rMjn .navbar-toggler {
  position: relative;
}
.cid-sCdeP7rMjn .dropdown-item.active,
.cid-sCdeP7rMjn .dropdown-item:active {
  color: initial;
}
.cid-sCdeP7rMjn .widget-title {
  color: #83868c;
}
.cid-sCdeP7rMjn .widget-text {
  color: #83868c;
}
.cid-sCdeP7rMjn .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdeP7rMjn .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdeP7rMjn .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdeP7rMjn .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdeP7rMjn .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdeP7rMjn .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdeP7rMjn .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdeP7rMjn .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdeP7rMjn .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdeP7rMjn .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdeP7rMjn .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdeP7rMjn .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdeP7rMjn .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdeP7rMjn .menu-content-top,
  .cid-sCdeP7rMjn .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdeP7rMjn button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdeP8Ps6M {
  overflow-x: hidden !important;
}
.cid-sCdeP8Ps6M,
.cid-sCdeP8Ps6M .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdeP8Ps6M .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdeP8Ps6M .mbr-section-title span {
  color: #13287d;
}
.cid-sCdeP8Ps6M .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdeP8Ps6M .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdeP8Ps6M .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdeP8Ps6M .mbr-overlay {
  z-index: 1;
}
.cid-sCdeP8Ps6M .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdeP9qjp0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdeP9qjp0 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdeP9qjp0 * {
    text-align: left;
  }
}
.cid-sCdeP9qjp0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .mbr-text,
.cid-sCdeP9qjp0 .mbr-section-btn {
  color: #000000;
}
.cid-sCdeP9qjp0 .card-wrapper .card-box .card-title,
.cid-sCdeP9qjp0 .mbr-section-btn,
.cid-sCdeP9qjp0 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdePacAQv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdePacAQv .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdePacAQv .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdePacAQv .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdePacAQv .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdePacAQv .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdePacAQv .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdePacAQv .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdePacAQv .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdePacAQv .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdePacAQv .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdePacAQv .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdePacAQv .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdePacAQv .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdePacAQv .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdePacAQv .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdePacAQv .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdePacAQv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdePacAQv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdePacAQv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdePacAQv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdePacAQv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdePacAQv * {
    text-align: left;
  }
}
.cid-sCdePacAQv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdePacAQv .card-wrapper .card-box .mbr-text,
.cid-sCdePacAQv .mbr-section-btn {
  color: #000000;
}
.cid-sCdePacAQv .card-wrapper .card-box .card-title,
.cid-sCdePacAQv .mbr-section-btn,
.cid-sCdePacAQv .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdePb1Avs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdePb1Avs .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdePb1Avs .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdePb1Avs .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdePb1Avs .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdePb1Avs .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdePb1Avs .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdePb1Avs .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdePb1Avs .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdePb1Avs .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdePb1Avs .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdePb1Avs .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdePb1Avs .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdePb1Avs .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdePb1Avs .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdePb1Avs .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdePb1Avs .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdePb1Avs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdePb1Avs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdePb1Avs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdePb1Avs .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdePb1Avs .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdePb1Avs * {
    text-align: left;
  }
}
.cid-sCdePb1Avs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdePb1Avs .card-wrapper .card-box .mbr-text,
.cid-sCdePb1Avs .mbr-section-btn {
  color: #000000;
}
.cid-sCdePb1Avs .card-wrapper .card-box .card-title,
.cid-sCdePb1Avs .mbr-section-btn,
.cid-sCdePb1Avs .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdePbFsm5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdePbFsm5 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdePbFsm5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdePbFsm5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdePbFsm5 * {
    text-align: left;
  }
}
.cid-sCdePbFsm5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .mbr-text,
.cid-sCdePbFsm5 .mbr-section-btn {
  color: #000000;
}
.cid-sCdePbFsm5 .card-wrapper .card-box .card-title,
.cid-sCdePbFsm5 .mbr-section-btn,
.cid-sCdePbFsm5 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdePcqujL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdePcqujL .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdePcqujL .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdePcqujL .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdePcqujL .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdePcqujL .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdePcqujL .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdePcqujL .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdePcqujL .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdePcqujL .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdePcqujL .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdePcqujL .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdePcqujL .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdePcqujL .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdePcqujL .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdePcqujL .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdePcqujL .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdePcqujL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdePcqujL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdePcqujL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdePcqujL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdePcqujL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdePcqujL * {
    text-align: left;
  }
}
.cid-sCdePcqujL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdePcqujL .card-wrapper .card-box .mbr-text,
.cid-sCdePcqujL .mbr-section-btn {
  color: #000000;
}
.cid-sCdePcqujL .card-wrapper .card-box .card-title,
.cid-sCdePcqujL .mbr-section-btn,
.cid-sCdePcqujL .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdePd2PZr {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdePd2PZr .content-inner .left-content {
  display: block;
}
.cid-sCdePd2PZr .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdePd2PZr .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdePd2PZr .content-inner .right-content {
  display: block;
}
.cid-sCdePd2PZr .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdePd2PZr .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdePd2PZr .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdePd2PZr .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdePd2PZr .content-inner {
    justify-content: center !important;
  }
  .cid-sCdePd2PZr * {
    text-align: center;
  }
}
.cid-sCdePd2PZr .content-inner .left-content .mbr-section-title,
.cid-sCdePd2PZr .mbr-section-btn {
  color: #1955a5;
}
.cid-sCienNUErs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCienNUErs .mbr-text {
  color: #d9dade;
}
.cid-sCienNUErs h5 {
  text-align: left;
}
.cid-sCienNUErs p {
  text-align: left;
}
.cid-sCienNUErs .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCienNUErs .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCienNUErs .card-title,
.cid-sCienNUErs .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCienNUErs .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCienNUErs .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCienNUErs .logo-text {
  text-align: left;
}
.cid-sCienNUErs span {
  text-decoration: underline;
}
.cid-sCienNUErs .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCienNUErs .card-box h5,
  .cid-sCienNUErs .card-box p {
    text-align: center;
  }
  .cid-sCienNUErs .mbr-text {
    text-align: center;
  }
}
.cid-sCieowFPHv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCieowFPHv .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCieowFPHv .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCieowFPHv .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCieowFPHv .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCieowFPHv .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCieowFPHv .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCieowFPHv .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCieowFPHv .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCieowFPHv .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCieowFPHv .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdhqKteZw .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdhqKteZw .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdhqKteZw .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdhqKteZw .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdhqKteZw .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdhqKteZw .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdhqKteZw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdhqKteZw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdhqKteZw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdhqKteZw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdhqKteZw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdhqKteZw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdhqKteZw .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdhqKteZw .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdhqKteZw .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdhqKteZw .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdhqKteZw .dropdown-item,
.cid-sCdhqKteZw .nav-link,
.cid-sCdhqKteZw .brand-name {
  font-style: normal;
}
.cid-sCdhqKteZw .dropdown-item:hover,
.cid-sCdhqKteZw .nav-link:hover,
.cid-sCdhqKteZw .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdhqKteZw .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdhqKteZw .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdhqKteZw .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdhqKteZw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdhqKteZw .nav-item {
  position: relative;
}
.cid-sCdhqKteZw .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdhqKteZw .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdhqKteZw .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdhqKteZw .nav-link {
    line-height: 6.13;
  }
  .cid-sCdhqKteZw .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdhqKteZw .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdhqKteZw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdhqKteZw .content-text {
  margin-bottom: 0;
}
.cid-sCdhqKteZw .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdhqKteZw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdhqKteZw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdhqKteZw .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdhqKteZw .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdhqKteZw .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdhqKteZw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdhqKteZw .content-right-side {
  text-align: center;
}
.cid-sCdhqKteZw .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdhqKteZw .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdhqKteZw .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdhqKteZw .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdhqKteZw .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdhqKteZw .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdhqKteZw .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdhqKteZw .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdhqKteZw .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdhqKteZw .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdhqKteZw .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdhqKteZw .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdhqKteZw .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdhqKteZw .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdhqKteZw .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdhqKteZw .navbar-toggler {
    display: none;
  }
  .cid-sCdhqKteZw .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdhqKteZw .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdhqKteZw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdhqKteZw .btn-sm {
  padding: 13px 29px;
}
.cid-sCdhqKteZw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdhqKteZw .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdhqKteZw .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdhqKteZw .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdhqKteZw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdhqKteZw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdhqKteZw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdhqKteZw .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdhqKteZw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdhqKteZw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdhqKteZw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdhqKteZw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdhqKteZw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdhqKteZw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdhqKteZw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdhqKteZw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdhqKteZw .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdhqKteZw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdhqKteZw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdhqKteZw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdhqKteZw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdhqKteZw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdhqKteZw button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdhqKteZw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdhqKteZw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdhqKteZw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdhqKteZw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdhqKteZw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdhqKteZw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdhqKteZw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdhqKteZw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdhqKteZw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdhqKteZw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdhqKteZw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdhqKteZw .collapsed .btn {
  display: flex;
}
.cid-sCdhqKteZw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdhqKteZw .collapsed .navbar-collapse.collapsing,
.cid-sCdhqKteZw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdhqKteZw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdhqKteZw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdhqKteZw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdhqKteZw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdhqKteZw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdhqKteZw .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdhqKteZw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdhqKteZw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdhqKteZw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdhqKteZw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdhqKteZw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdhqKteZw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdhqKteZw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdhqKteZw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdhqKteZw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdhqKteZw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdhqKteZw .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdhqKteZw .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdhqKteZw .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdhqKteZw .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdhqKteZw .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdhqKteZw .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdhqKteZw .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdhqKteZw .navbar-collapse.collapsing,
  .cid-sCdhqKteZw .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdhqKteZw .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdhqKteZw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdhqKteZw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdhqKteZw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdhqKteZw .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdhqKteZw .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdhqKteZw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdhqKteZw .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdhqKteZw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdhqKteZw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdhqKteZw img {
    height: 3.8rem !important;
  }
  .cid-sCdhqKteZw .btn {
    display: flex;
  }
  .cid-sCdhqKteZw button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdhqKteZw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdhqKteZw .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdhqKteZw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdhqKteZw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdhqKteZw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdhqKteZw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdhqKteZw .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdhqKteZw .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdhqKteZw .navbar-toggler {
  position: relative;
}
.cid-sCdhqKteZw .dropdown-item.active,
.cid-sCdhqKteZw .dropdown-item:active {
  color: initial;
}
.cid-sCdhqKteZw .widget-title {
  color: #83868c;
}
.cid-sCdhqKteZw .widget-text {
  color: #83868c;
}
.cid-sCdhqKteZw .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdhqKteZw .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdhqKteZw .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdhqKteZw .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdhqKteZw .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdhqKteZw .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdhqKteZw .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdhqKteZw .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdhqKteZw .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdhqKteZw .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdhqKteZw .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdhqKteZw .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdhqKteZw .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdhqKteZw .menu-content-top,
  .cid-sCdhqKteZw .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdhqKteZw button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdhqM59qM {
  overflow-x: hidden !important;
}
.cid-sCdhqM59qM,
.cid-sCdhqM59qM .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdhqM59qM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdhqM59qM .mbr-section-title span {
  color: #13287d;
}
.cid-sCdhqM59qM .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdhqM59qM .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdhqM59qM .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdhqM59qM .mbr-overlay {
  z-index: 1;
}
.cid-sCdhqM59qM .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdhqMHARX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdhqMHARX .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdhqMHARX .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdhqMHARX .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdhqMHARX .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdhqMHARX .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdhqMHARX .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdhqMHARX .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdhqMHARX .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdhqMHARX .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdhqMHARX .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdhqMHARX .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdhqMHARX .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdhqMHARX .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdhqMHARX .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdhqMHARX .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdhqMHARX .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdhqMHARX .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdhqMHARX .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdhqMHARX .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdhqMHARX .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdhqMHARX .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdhqMHARX * {
    text-align: left;
  }
}
.cid-sCdhqMHARX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdhqMHARX .card-wrapper .card-box .mbr-text,
.cid-sCdhqMHARX .mbr-section-btn {
  color: #000000;
}
.cid-sCdhqMHARX .card-wrapper .card-box .card-title,
.cid-sCdhqMHARX .mbr-section-btn,
.cid-sCdhqMHARX .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdhqQch9o {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdhqQch9o .content-inner .left-content {
  display: block;
}
.cid-sCdhqQch9o .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdhqQch9o .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdhqQch9o .content-inner .right-content {
  display: block;
}
.cid-sCdhqQch9o .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdhqQch9o .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdhqQch9o .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdhqQch9o .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdhqQch9o .content-inner {
    justify-content: center !important;
  }
  .cid-sCdhqQch9o * {
    text-align: center;
  }
}
.cid-sCdhqQch9o .content-inner .left-content .mbr-section-title,
.cid-sCdhqQch9o .mbr-section-btn {
  color: #1955a5;
}
.cid-sCifhw8E6r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCifhw8E6r .mbr-text {
  color: #d9dade;
}
.cid-sCifhw8E6r h5 {
  text-align: left;
}
.cid-sCifhw8E6r p {
  text-align: left;
}
.cid-sCifhw8E6r .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCifhw8E6r .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCifhw8E6r .card-title,
.cid-sCifhw8E6r .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCifhw8E6r .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCifhw8E6r .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCifhw8E6r .logo-text {
  text-align: left;
}
.cid-sCifhw8E6r span {
  text-decoration: underline;
}
.cid-sCifhw8E6r .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCifhw8E6r .card-box h5,
  .cid-sCifhw8E6r .card-box p {
    text-align: center;
  }
  .cid-sCifhw8E6r .mbr-text {
    text-align: center;
  }
}
.cid-sCifihvs1f {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCifihvs1f .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCifihvs1f .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCifihvs1f .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCifihvs1f .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCifihvs1f .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCifihvs1f .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCifihvs1f .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCifihvs1f .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCifihvs1f .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCifihvs1f .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdjfI3zPe .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdjfI3zPe .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdjfI3zPe .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdjfI3zPe .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdjfI3zPe .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdjfI3zPe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdjfI3zPe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdjfI3zPe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdjfI3zPe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdjfI3zPe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdjfI3zPe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdjfI3zPe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdjfI3zPe .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdjfI3zPe .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdjfI3zPe .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdjfI3zPe .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdjfI3zPe .dropdown-item,
.cid-sCdjfI3zPe .nav-link,
.cid-sCdjfI3zPe .brand-name {
  font-style: normal;
}
.cid-sCdjfI3zPe .dropdown-item:hover,
.cid-sCdjfI3zPe .nav-link:hover,
.cid-sCdjfI3zPe .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdjfI3zPe .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdjfI3zPe .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdjfI3zPe .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdjfI3zPe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdjfI3zPe .nav-item {
  position: relative;
}
.cid-sCdjfI3zPe .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdjfI3zPe .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdjfI3zPe .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdjfI3zPe .nav-link {
    line-height: 6.13;
  }
  .cid-sCdjfI3zPe .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdjfI3zPe .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdjfI3zPe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdjfI3zPe .content-text {
  margin-bottom: 0;
}
.cid-sCdjfI3zPe .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdjfI3zPe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdjfI3zPe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdjfI3zPe .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdjfI3zPe .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdjfI3zPe .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdjfI3zPe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdjfI3zPe .content-right-side {
  text-align: center;
}
.cid-sCdjfI3zPe .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdjfI3zPe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdjfI3zPe .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdjfI3zPe .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdjfI3zPe .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdjfI3zPe .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdjfI3zPe .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdjfI3zPe .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdjfI3zPe .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdjfI3zPe .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdjfI3zPe .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdjfI3zPe .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdjfI3zPe .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdjfI3zPe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdjfI3zPe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdjfI3zPe .navbar-toggler {
    display: none;
  }
  .cid-sCdjfI3zPe .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdjfI3zPe .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdjfI3zPe .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdjfI3zPe .btn-sm {
  padding: 13px 29px;
}
.cid-sCdjfI3zPe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdjfI3zPe .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdjfI3zPe .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdjfI3zPe .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdjfI3zPe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdjfI3zPe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdjfI3zPe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdjfI3zPe .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdjfI3zPe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdjfI3zPe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdjfI3zPe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdjfI3zPe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdjfI3zPe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdjfI3zPe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdjfI3zPe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdjfI3zPe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdjfI3zPe .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdjfI3zPe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdjfI3zPe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdjfI3zPe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdjfI3zPe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdjfI3zPe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdjfI3zPe button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdjfI3zPe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdjfI3zPe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdjfI3zPe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdjfI3zPe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdjfI3zPe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdjfI3zPe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdjfI3zPe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdjfI3zPe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdjfI3zPe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdjfI3zPe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdjfI3zPe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdjfI3zPe .collapsed .btn {
  display: flex;
}
.cid-sCdjfI3zPe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdjfI3zPe .collapsed .navbar-collapse.collapsing,
.cid-sCdjfI3zPe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdjfI3zPe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdjfI3zPe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdjfI3zPe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdjfI3zPe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdjfI3zPe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdjfI3zPe .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdjfI3zPe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdjfI3zPe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdjfI3zPe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdjfI3zPe .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdjfI3zPe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdjfI3zPe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdjfI3zPe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdjfI3zPe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdjfI3zPe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdjfI3zPe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdjfI3zPe .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdjfI3zPe .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdjfI3zPe .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdjfI3zPe .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdjfI3zPe .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdjfI3zPe .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdjfI3zPe .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdjfI3zPe .navbar-collapse.collapsing,
  .cid-sCdjfI3zPe .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdjfI3zPe .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdjfI3zPe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdjfI3zPe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdjfI3zPe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdjfI3zPe .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdjfI3zPe .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdjfI3zPe .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdjfI3zPe .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdjfI3zPe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdjfI3zPe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdjfI3zPe img {
    height: 3.8rem !important;
  }
  .cid-sCdjfI3zPe .btn {
    display: flex;
  }
  .cid-sCdjfI3zPe button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdjfI3zPe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdjfI3zPe .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdjfI3zPe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdjfI3zPe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdjfI3zPe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdjfI3zPe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdjfI3zPe .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdjfI3zPe .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdjfI3zPe .navbar-toggler {
  position: relative;
}
.cid-sCdjfI3zPe .dropdown-item.active,
.cid-sCdjfI3zPe .dropdown-item:active {
  color: initial;
}
.cid-sCdjfI3zPe .widget-title {
  color: #83868c;
}
.cid-sCdjfI3zPe .widget-text {
  color: #83868c;
}
.cid-sCdjfI3zPe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdjfI3zPe .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdjfI3zPe .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdjfI3zPe .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdjfI3zPe .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdjfI3zPe .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdjfI3zPe .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdjfI3zPe .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdjfI3zPe .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdjfI3zPe .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdjfI3zPe .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdjfI3zPe .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdjfI3zPe .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdjfI3zPe .menu-content-top,
  .cid-sCdjfI3zPe .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdjfI3zPe button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdjfJhemV {
  overflow-x: hidden !important;
}
.cid-sCdjfJhemV,
.cid-sCdjfJhemV .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdjfJhemV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdjfJhemV .mbr-section-title span {
  color: #13287d;
}
.cid-sCdjfJhemV .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdjfJhemV .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdjfJhemV .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdjfJhemV .mbr-overlay {
  z-index: 1;
}
.cid-sCdjfJhemV .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdjfK6kzR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdjfK6kzR .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdjfK6kzR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdjfK6kzR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdjfK6kzR * {
    text-align: left;
  }
}
.cid-sCdjfK6kzR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .mbr-text,
.cid-sCdjfK6kzR .mbr-section-btn {
  color: #000000;
}
.cid-sCdjfK6kzR .card-wrapper .card-box .card-title,
.cid-sCdjfK6kzR .mbr-section-btn,
.cid-sCdjfK6kzR .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdjfKOHZc {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdjfKOHZc .content-inner .left-content {
  display: block;
}
.cid-sCdjfKOHZc .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdjfKOHZc .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdjfKOHZc .content-inner .right-content {
  display: block;
}
.cid-sCdjfKOHZc .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdjfKOHZc .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdjfKOHZc .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdjfKOHZc .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdjfKOHZc .content-inner {
    justify-content: center !important;
  }
  .cid-sCdjfKOHZc * {
    text-align: center;
  }
}
.cid-sCdjfKOHZc .content-inner .left-content .mbr-section-title,
.cid-sCdjfKOHZc .mbr-section-btn {
  color: #1955a5;
}
.cid-sCifBrOvJA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCifBrOvJA .mbr-text {
  color: #d9dade;
}
.cid-sCifBrOvJA h5 {
  text-align: left;
}
.cid-sCifBrOvJA p {
  text-align: left;
}
.cid-sCifBrOvJA .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCifBrOvJA .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCifBrOvJA .card-title,
.cid-sCifBrOvJA .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCifBrOvJA .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCifBrOvJA .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCifBrOvJA .logo-text {
  text-align: left;
}
.cid-sCifBrOvJA span {
  text-decoration: underline;
}
.cid-sCifBrOvJA .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCifBrOvJA .card-box h5,
  .cid-sCifBrOvJA .card-box p {
    text-align: center;
  }
  .cid-sCifBrOvJA .mbr-text {
    text-align: center;
  }
}
.cid-sCifCa1t2R {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCifCa1t2R .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCifCa1t2R .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCifCa1t2R .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCifCa1t2R .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCifCa1t2R .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCifCa1t2R .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCifCa1t2R .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCifCa1t2R .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCifCa1t2R .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCifCa1t2R .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdkRxvJf5 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdkRxvJf5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdkRxvJf5 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdkRxvJf5 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdkRxvJf5 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdkRxvJf5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdkRxvJf5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdkRxvJf5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdkRxvJf5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdkRxvJf5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdkRxvJf5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdkRxvJf5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdkRxvJf5 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdkRxvJf5 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdkRxvJf5 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdkRxvJf5 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdkRxvJf5 .dropdown-item,
.cid-sCdkRxvJf5 .nav-link,
.cid-sCdkRxvJf5 .brand-name {
  font-style: normal;
}
.cid-sCdkRxvJf5 .dropdown-item:hover,
.cid-sCdkRxvJf5 .nav-link:hover,
.cid-sCdkRxvJf5 .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdkRxvJf5 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdkRxvJf5 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdkRxvJf5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdkRxvJf5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdkRxvJf5 .nav-item {
  position: relative;
}
.cid-sCdkRxvJf5 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdkRxvJf5 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdkRxvJf5 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdkRxvJf5 .nav-link {
    line-height: 6.13;
  }
  .cid-sCdkRxvJf5 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdkRxvJf5 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdkRxvJf5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdkRxvJf5 .content-text {
  margin-bottom: 0;
}
.cid-sCdkRxvJf5 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdkRxvJf5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdkRxvJf5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdkRxvJf5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdkRxvJf5 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdkRxvJf5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdkRxvJf5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdkRxvJf5 .content-right-side {
  text-align: center;
}
.cid-sCdkRxvJf5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdkRxvJf5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdkRxvJf5 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdkRxvJf5 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdkRxvJf5 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdkRxvJf5 .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdkRxvJf5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdkRxvJf5 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdkRxvJf5 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdkRxvJf5 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdkRxvJf5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdkRxvJf5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdkRxvJf5 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdkRxvJf5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdkRxvJf5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdkRxvJf5 .navbar-toggler {
    display: none;
  }
  .cid-sCdkRxvJf5 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdkRxvJf5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdkRxvJf5 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdkRxvJf5 .btn-sm {
  padding: 13px 29px;
}
.cid-sCdkRxvJf5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdkRxvJf5 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdkRxvJf5 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdkRxvJf5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdkRxvJf5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdkRxvJf5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdkRxvJf5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdkRxvJf5 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdkRxvJf5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdkRxvJf5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdkRxvJf5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdkRxvJf5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdkRxvJf5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdkRxvJf5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdkRxvJf5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdkRxvJf5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdkRxvJf5 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdkRxvJf5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdkRxvJf5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdkRxvJf5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdkRxvJf5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdkRxvJf5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdkRxvJf5 button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdkRxvJf5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdkRxvJf5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdkRxvJf5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdkRxvJf5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdkRxvJf5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdkRxvJf5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdkRxvJf5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdkRxvJf5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdkRxvJf5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdkRxvJf5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdkRxvJf5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdkRxvJf5 .collapsed .btn {
  display: flex;
}
.cid-sCdkRxvJf5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdkRxvJf5 .collapsed .navbar-collapse.collapsing,
.cid-sCdkRxvJf5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdkRxvJf5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdkRxvJf5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdkRxvJf5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdkRxvJf5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdkRxvJf5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdkRxvJf5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdkRxvJf5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdkRxvJf5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdkRxvJf5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdkRxvJf5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdkRxvJf5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdkRxvJf5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdkRxvJf5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdkRxvJf5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdkRxvJf5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdkRxvJf5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdkRxvJf5 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdkRxvJf5 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdkRxvJf5 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdkRxvJf5 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdkRxvJf5 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdkRxvJf5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdkRxvJf5 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdkRxvJf5 .navbar-collapse.collapsing,
  .cid-sCdkRxvJf5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdkRxvJf5 .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdkRxvJf5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdkRxvJf5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdkRxvJf5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdkRxvJf5 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdkRxvJf5 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdkRxvJf5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdkRxvJf5 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdkRxvJf5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdkRxvJf5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdkRxvJf5 img {
    height: 3.8rem !important;
  }
  .cid-sCdkRxvJf5 .btn {
    display: flex;
  }
  .cid-sCdkRxvJf5 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdkRxvJf5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdkRxvJf5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdkRxvJf5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdkRxvJf5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdkRxvJf5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdkRxvJf5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdkRxvJf5 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdkRxvJf5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdkRxvJf5 .navbar-toggler {
  position: relative;
}
.cid-sCdkRxvJf5 .dropdown-item.active,
.cid-sCdkRxvJf5 .dropdown-item:active {
  color: initial;
}
.cid-sCdkRxvJf5 .widget-title {
  color: #83868c;
}
.cid-sCdkRxvJf5 .widget-text {
  color: #83868c;
}
.cid-sCdkRxvJf5 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdkRxvJf5 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdkRxvJf5 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdkRxvJf5 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdkRxvJf5 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdkRxvJf5 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdkRxvJf5 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdkRxvJf5 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdkRxvJf5 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdkRxvJf5 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdkRxvJf5 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdkRxvJf5 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdkRxvJf5 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdkRxvJf5 .menu-content-top,
  .cid-sCdkRxvJf5 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdkRxvJf5 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdkRyHk2L {
  overflow-x: hidden !important;
}
.cid-sCdkRyHk2L,
.cid-sCdkRyHk2L .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdkRyHk2L .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdkRyHk2L .mbr-section-title span {
  color: #13287d;
}
.cid-sCdkRyHk2L .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdkRyHk2L .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdkRyHk2L .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdkRyHk2L .mbr-overlay {
  z-index: 1;
}
.cid-sCdkRyHk2L .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdkRzrA9O {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdkRzrA9O .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdkRzrA9O .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdkRzrA9O .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdkRzrA9O * {
    text-align: left;
  }
}
.cid-sCdkRzrA9O a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .mbr-text,
.cid-sCdkRzrA9O .mbr-section-btn {
  color: #000000;
}
.cid-sCdkRzrA9O .card-wrapper .card-box .card-title,
.cid-sCdkRzrA9O .mbr-section-btn,
.cid-sCdkRzrA9O .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdlaT6Cav {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdlaT6Cav .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdlaT6Cav .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdlaT6Cav .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdlaT6Cav * {
    text-align: left;
  }
}
.cid-sCdlaT6Cav a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .mbr-text,
.cid-sCdlaT6Cav .mbr-section-btn {
  color: #000000;
}
.cid-sCdlaT6Cav .card-wrapper .card-box .card-title,
.cid-sCdlaT6Cav .mbr-section-btn,
.cid-sCdlaT6Cav .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdkRA6v4S {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdkRA6v4S .content-inner .left-content {
  display: block;
}
.cid-sCdkRA6v4S .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdkRA6v4S .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdkRA6v4S .content-inner .right-content {
  display: block;
}
.cid-sCdkRA6v4S .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdkRA6v4S .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdkRA6v4S .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdkRA6v4S .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdkRA6v4S .content-inner {
    justify-content: center !important;
  }
  .cid-sCdkRA6v4S * {
    text-align: center;
  }
}
.cid-sCdkRA6v4S .content-inner .left-content .mbr-section-title,
.cid-sCdkRA6v4S .mbr-section-btn {
  color: #1955a5;
}
.cid-sCifSemky9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCifSemky9 .mbr-text {
  color: #d9dade;
}
.cid-sCifSemky9 h5 {
  text-align: left;
}
.cid-sCifSemky9 p {
  text-align: left;
}
.cid-sCifSemky9 .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCifSemky9 .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCifSemky9 .card-title,
.cid-sCifSemky9 .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCifSemky9 .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCifSemky9 .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCifSemky9 .logo-text {
  text-align: left;
}
.cid-sCifSemky9 span {
  text-decoration: underline;
}
.cid-sCifSemky9 .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCifSemky9 .card-box h5,
  .cid-sCifSemky9 .card-box p {
    text-align: center;
  }
  .cid-sCifSemky9 .mbr-text {
    text-align: center;
  }
}
.cid-sCifSQHLgG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCifSQHLgG .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCifSQHLgG .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCifSQHLgG .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCifSQHLgG .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCifSQHLgG .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCifSQHLgG .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCifSQHLgG .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCifSQHLgG .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCifSQHLgG .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCifSQHLgG .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdlL9ZdmC .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdlL9ZdmC .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdlL9ZdmC .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdlL9ZdmC .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdlL9ZdmC .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdlL9ZdmC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdlL9ZdmC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdlL9ZdmC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdlL9ZdmC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdlL9ZdmC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdlL9ZdmC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdlL9ZdmC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdlL9ZdmC .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdlL9ZdmC .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdlL9ZdmC .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdlL9ZdmC .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdlL9ZdmC .dropdown-item,
.cid-sCdlL9ZdmC .nav-link,
.cid-sCdlL9ZdmC .brand-name {
  font-style: normal;
}
.cid-sCdlL9ZdmC .dropdown-item:hover,
.cid-sCdlL9ZdmC .nav-link:hover,
.cid-sCdlL9ZdmC .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdlL9ZdmC .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdlL9ZdmC .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdlL9ZdmC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdlL9ZdmC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdlL9ZdmC .nav-item {
  position: relative;
}
.cid-sCdlL9ZdmC .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdlL9ZdmC .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdlL9ZdmC .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdlL9ZdmC .nav-link {
    line-height: 6.13;
  }
  .cid-sCdlL9ZdmC .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdlL9ZdmC .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdlL9ZdmC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdlL9ZdmC .content-text {
  margin-bottom: 0;
}
.cid-sCdlL9ZdmC .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdlL9ZdmC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdlL9ZdmC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdlL9ZdmC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdlL9ZdmC .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdlL9ZdmC .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdlL9ZdmC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdlL9ZdmC .content-right-side {
  text-align: center;
}
.cid-sCdlL9ZdmC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdlL9ZdmC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdlL9ZdmC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdlL9ZdmC .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdlL9ZdmC .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdlL9ZdmC .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdlL9ZdmC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdlL9ZdmC .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdlL9ZdmC .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdlL9ZdmC .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdlL9ZdmC .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdlL9ZdmC .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdlL9ZdmC .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdlL9ZdmC .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdlL9ZdmC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdlL9ZdmC .navbar-toggler {
    display: none;
  }
  .cid-sCdlL9ZdmC .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdlL9ZdmC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdlL9ZdmC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdlL9ZdmC .btn-sm {
  padding: 13px 29px;
}
.cid-sCdlL9ZdmC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdlL9ZdmC .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdlL9ZdmC .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdlL9ZdmC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdlL9ZdmC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdlL9ZdmC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdlL9ZdmC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdlL9ZdmC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdlL9ZdmC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdlL9ZdmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdlL9ZdmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdlL9ZdmC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdlL9ZdmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdlL9ZdmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdlL9ZdmC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdlL9ZdmC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdlL9ZdmC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdlL9ZdmC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdlL9ZdmC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdlL9ZdmC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdlL9ZdmC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdlL9ZdmC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdlL9ZdmC button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdlL9ZdmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdlL9ZdmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdlL9ZdmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdlL9ZdmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdlL9ZdmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdlL9ZdmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdlL9ZdmC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdlL9ZdmC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdlL9ZdmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdlL9ZdmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdlL9ZdmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdlL9ZdmC .collapsed .btn {
  display: flex;
}
.cid-sCdlL9ZdmC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdlL9ZdmC .collapsed .navbar-collapse.collapsing,
.cid-sCdlL9ZdmC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdlL9ZdmC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdlL9ZdmC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdlL9ZdmC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdlL9ZdmC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdlL9ZdmC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdlL9ZdmC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdlL9ZdmC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdlL9ZdmC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdlL9ZdmC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdlL9ZdmC .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdlL9ZdmC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdlL9ZdmC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdlL9ZdmC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdlL9ZdmC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdlL9ZdmC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdlL9ZdmC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdlL9ZdmC .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdlL9ZdmC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdlL9ZdmC .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdlL9ZdmC .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdlL9ZdmC .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdlL9ZdmC .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdlL9ZdmC .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdlL9ZdmC .navbar-collapse.collapsing,
  .cid-sCdlL9ZdmC .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdlL9ZdmC .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdlL9ZdmC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdlL9ZdmC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdlL9ZdmC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdlL9ZdmC .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdlL9ZdmC .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdlL9ZdmC .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdlL9ZdmC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdlL9ZdmC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdlL9ZdmC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdlL9ZdmC img {
    height: 3.8rem !important;
  }
  .cid-sCdlL9ZdmC .btn {
    display: flex;
  }
  .cid-sCdlL9ZdmC button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdlL9ZdmC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdlL9ZdmC .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdlL9ZdmC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdlL9ZdmC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdlL9ZdmC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdlL9ZdmC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdlL9ZdmC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdlL9ZdmC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdlL9ZdmC .navbar-toggler {
  position: relative;
}
.cid-sCdlL9ZdmC .dropdown-item.active,
.cid-sCdlL9ZdmC .dropdown-item:active {
  color: initial;
}
.cid-sCdlL9ZdmC .widget-title {
  color: #83868c;
}
.cid-sCdlL9ZdmC .widget-text {
  color: #83868c;
}
.cid-sCdlL9ZdmC .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdlL9ZdmC .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdlL9ZdmC .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdlL9ZdmC .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdlL9ZdmC .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdlL9ZdmC .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdlL9ZdmC .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdlL9ZdmC .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdlL9ZdmC .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdlL9ZdmC .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdlL9ZdmC .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdlL9ZdmC .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdlL9ZdmC .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdlL9ZdmC .menu-content-top,
  .cid-sCdlL9ZdmC .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdlL9ZdmC button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdlLaPmVy {
  overflow-x: hidden !important;
}
.cid-sCdlLaPmVy,
.cid-sCdlLaPmVy .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdlLaPmVy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdlLaPmVy .mbr-section-title span {
  color: #13287d;
}
.cid-sCdlLaPmVy .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdlLaPmVy .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdlLaPmVy .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdlLaPmVy .mbr-overlay {
  z-index: 1;
}
.cid-sCdlLaPmVy .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdlLbl0dW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdlLbl0dW .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdlLbl0dW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdlLbl0dW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdlLbl0dW * {
    text-align: left;
  }
}
.cid-sCdlLbl0dW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .mbr-text,
.cid-sCdlLbl0dW .mbr-section-btn {
  color: #000000;
}
.cid-sCdlLbl0dW .card-wrapper .card-box .card-title,
.cid-sCdlLbl0dW .mbr-section-btn,
.cid-sCdlLbl0dW .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdlLc0Hms {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdlLc0Hms .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdlLc0Hms .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdlLc0Hms .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdlLc0Hms * {
    text-align: left;
  }
}
.cid-sCdlLc0Hms a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .mbr-text,
.cid-sCdlLc0Hms .mbr-section-btn {
  color: #000000;
}
.cid-sCdlLc0Hms .card-wrapper .card-box .card-title,
.cid-sCdlLc0Hms .mbr-section-btn,
.cid-sCdlLc0Hms .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdlLcKbN6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdlLcKbN6 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdlLcKbN6 * {
    text-align: left;
  }
}
.cid-sCdlLcKbN6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .mbr-text,
.cid-sCdlLcKbN6 .mbr-section-btn {
  color: #000000;
}
.cid-sCdlLcKbN6 .card-wrapper .card-box .card-title,
.cid-sCdlLcKbN6 .mbr-section-btn,
.cid-sCdlLcKbN6 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdlLdnlOc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdlLdnlOc .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdlLdnlOc .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdlLdnlOc .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdlLdnlOc * {
    text-align: left;
  }
}
.cid-sCdlLdnlOc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .mbr-text,
.cid-sCdlLdnlOc .mbr-section-btn {
  color: #000000;
}
.cid-sCdlLdnlOc .card-wrapper .card-box .card-title,
.cid-sCdlLdnlOc .mbr-section-btn,
.cid-sCdlLdnlOc .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdlLe2WBT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdlLe2WBT .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdlLe2WBT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdlLe2WBT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdlLe2WBT * {
    text-align: left;
  }
}
.cid-sCdlLe2WBT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .mbr-text,
.cid-sCdlLe2WBT .mbr-section-btn {
  color: #000000;
}
.cid-sCdlLe2WBT .card-wrapper .card-box .card-title,
.cid-sCdlLe2WBT .mbr-section-btn,
.cid-sCdlLe2WBT .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdy525Vf5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdy525Vf5 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdy525Vf5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdy525Vf5 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdy525Vf5 * {
    text-align: left;
  }
}
.cid-sCdy525Vf5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .mbr-text,
.cid-sCdy525Vf5 .mbr-section-btn {
  color: #000000;
}
.cid-sCdy525Vf5 .card-wrapper .card-box .card-title,
.cid-sCdy525Vf5 .mbr-section-btn,
.cid-sCdy525Vf5 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdy5GCC6O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdy5GCC6O .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdy5GCC6O .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdy5GCC6O .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdy5GCC6O * {
    text-align: left;
  }
}
.cid-sCdy5GCC6O a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .mbr-text,
.cid-sCdy5GCC6O .mbr-section-btn {
  color: #000000;
}
.cid-sCdy5GCC6O .card-wrapper .card-box .card-title,
.cid-sCdy5GCC6O .mbr-section-btn,
.cid-sCdy5GCC6O .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdlLeG0Zv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdlLeG0Zv .content-inner .left-content {
  display: block;
}
.cid-sCdlLeG0Zv .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdlLeG0Zv .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdlLeG0Zv .content-inner .right-content {
  display: block;
}
.cid-sCdlLeG0Zv .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdlLeG0Zv .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdlLeG0Zv .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdlLeG0Zv .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdlLeG0Zv .content-inner {
    justify-content: center !important;
  }
  .cid-sCdlLeG0Zv * {
    text-align: center;
  }
}
.cid-sCdlLeG0Zv .content-inner .left-content .mbr-section-title,
.cid-sCdlLeG0Zv .mbr-section-btn {
  color: #1955a5;
}
.cid-sCijBXa8tc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCijBXa8tc .mbr-text {
  color: #d9dade;
}
.cid-sCijBXa8tc h5 {
  text-align: left;
}
.cid-sCijBXa8tc p {
  text-align: left;
}
.cid-sCijBXa8tc .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCijBXa8tc .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCijBXa8tc .card-title,
.cid-sCijBXa8tc .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCijBXa8tc .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCijBXa8tc .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCijBXa8tc .logo-text {
  text-align: left;
}
.cid-sCijBXa8tc span {
  text-decoration: underline;
}
.cid-sCijBXa8tc .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCijBXa8tc .card-box h5,
  .cid-sCijBXa8tc .card-box p {
    text-align: center;
  }
  .cid-sCijBXa8tc .mbr-text {
    text-align: center;
  }
}
.cid-sCijCLY7dW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCijCLY7dW .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCijCLY7dW .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCijCLY7dW .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCijCLY7dW .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCijCLY7dW .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCijCLY7dW .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCijCLY7dW .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCijCLY7dW .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCijCLY7dW .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCijCLY7dW .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdyTy3loK .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdyTy3loK .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdyTy3loK .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdyTy3loK .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdyTy3loK .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdyTy3loK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdyTy3loK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdyTy3loK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdyTy3loK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdyTy3loK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdyTy3loK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdyTy3loK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdyTy3loK .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdyTy3loK .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdyTy3loK .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdyTy3loK .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdyTy3loK .dropdown-item,
.cid-sCdyTy3loK .nav-link,
.cid-sCdyTy3loK .brand-name {
  font-style: normal;
}
.cid-sCdyTy3loK .dropdown-item:hover,
.cid-sCdyTy3loK .nav-link:hover,
.cid-sCdyTy3loK .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdyTy3loK .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdyTy3loK .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdyTy3loK .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdyTy3loK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdyTy3loK .nav-item {
  position: relative;
}
.cid-sCdyTy3loK .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdyTy3loK .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdyTy3loK .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdyTy3loK .nav-link {
    line-height: 6.13;
  }
  .cid-sCdyTy3loK .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdyTy3loK .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdyTy3loK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdyTy3loK .content-text {
  margin-bottom: 0;
}
.cid-sCdyTy3loK .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdyTy3loK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdyTy3loK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdyTy3loK .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdyTy3loK .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdyTy3loK .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdyTy3loK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdyTy3loK .content-right-side {
  text-align: center;
}
.cid-sCdyTy3loK .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdyTy3loK .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdyTy3loK .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdyTy3loK .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdyTy3loK .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdyTy3loK .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdyTy3loK .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdyTy3loK .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdyTy3loK .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdyTy3loK .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdyTy3loK .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdyTy3loK .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdyTy3loK .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdyTy3loK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdyTy3loK .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdyTy3loK .navbar-toggler {
    display: none;
  }
  .cid-sCdyTy3loK .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdyTy3loK .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdyTy3loK .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdyTy3loK .btn-sm {
  padding: 13px 29px;
}
.cid-sCdyTy3loK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdyTy3loK .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdyTy3loK .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdyTy3loK .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdyTy3loK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdyTy3loK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdyTy3loK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdyTy3loK .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdyTy3loK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdyTy3loK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdyTy3loK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdyTy3loK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdyTy3loK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdyTy3loK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdyTy3loK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdyTy3loK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdyTy3loK .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdyTy3loK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdyTy3loK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdyTy3loK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdyTy3loK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdyTy3loK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdyTy3loK button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdyTy3loK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdyTy3loK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdyTy3loK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdyTy3loK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdyTy3loK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdyTy3loK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdyTy3loK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdyTy3loK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdyTy3loK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdyTy3loK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdyTy3loK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdyTy3loK .collapsed .btn {
  display: flex;
}
.cid-sCdyTy3loK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdyTy3loK .collapsed .navbar-collapse.collapsing,
.cid-sCdyTy3loK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdyTy3loK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdyTy3loK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdyTy3loK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdyTy3loK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdyTy3loK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdyTy3loK .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdyTy3loK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdyTy3loK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdyTy3loK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdyTy3loK .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdyTy3loK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdyTy3loK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdyTy3loK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdyTy3loK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdyTy3loK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdyTy3loK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdyTy3loK .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdyTy3loK .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdyTy3loK .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdyTy3loK .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdyTy3loK .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdyTy3loK .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdyTy3loK .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdyTy3loK .navbar-collapse.collapsing,
  .cid-sCdyTy3loK .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdyTy3loK .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdyTy3loK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdyTy3loK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdyTy3loK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdyTy3loK .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdyTy3loK .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdyTy3loK .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdyTy3loK .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdyTy3loK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdyTy3loK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdyTy3loK img {
    height: 3.8rem !important;
  }
  .cid-sCdyTy3loK .btn {
    display: flex;
  }
  .cid-sCdyTy3loK button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdyTy3loK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdyTy3loK .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdyTy3loK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdyTy3loK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdyTy3loK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdyTy3loK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdyTy3loK .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdyTy3loK .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdyTy3loK .navbar-toggler {
  position: relative;
}
.cid-sCdyTy3loK .dropdown-item.active,
.cid-sCdyTy3loK .dropdown-item:active {
  color: initial;
}
.cid-sCdyTy3loK .widget-title {
  color: #83868c;
}
.cid-sCdyTy3loK .widget-text {
  color: #83868c;
}
.cid-sCdyTy3loK .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdyTy3loK .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdyTy3loK .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdyTy3loK .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdyTy3loK .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdyTy3loK .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdyTy3loK .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdyTy3loK .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdyTy3loK .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdyTy3loK .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdyTy3loK .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdyTy3loK .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdyTy3loK .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdyTy3loK .menu-content-top,
  .cid-sCdyTy3loK .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdyTy3loK button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdyTzhvh1 {
  overflow-x: hidden !important;
}
.cid-sCdyTzhvh1,
.cid-sCdyTzhvh1 .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdyTzhvh1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdyTzhvh1 .mbr-section-title span {
  color: #13287d;
}
.cid-sCdyTzhvh1 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdyTzhvh1 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdyTzhvh1 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdyTzhvh1 .mbr-overlay {
  z-index: 1;
}
.cid-sCdyTzhvh1 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdyTAgiRV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdyTAgiRV .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdyTAgiRV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdyTAgiRV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdyTAgiRV * {
    text-align: left;
  }
}
.cid-sCdyTAgiRV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .mbr-text,
.cid-sCdyTAgiRV .mbr-section-btn {
  color: #000000;
}
.cid-sCdyTAgiRV .card-wrapper .card-box .card-title,
.cid-sCdyTAgiRV .mbr-section-btn,
.cid-sCdyTAgiRV .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdyTAQQpk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdyTAQQpk .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdyTAQQpk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdyTAQQpk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdyTAQQpk * {
    text-align: left;
  }
}
.cid-sCdyTAQQpk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .mbr-text,
.cid-sCdyTAQQpk .mbr-section-btn {
  color: #000000;
}
.cid-sCdyTAQQpk .card-wrapper .card-box .card-title,
.cid-sCdyTAQQpk .mbr-section-btn,
.cid-sCdyTAQQpk .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdyTEUWiC {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdyTEUWiC .content-inner .left-content {
  display: block;
}
.cid-sCdyTEUWiC .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdyTEUWiC .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdyTEUWiC .content-inner .right-content {
  display: block;
}
.cid-sCdyTEUWiC .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdyTEUWiC .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdyTEUWiC .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdyTEUWiC .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdyTEUWiC .content-inner {
    justify-content: center !important;
  }
  .cid-sCdyTEUWiC * {
    text-align: center;
  }
}
.cid-sCdyTEUWiC .content-inner .left-content .mbr-section-title,
.cid-sCdyTEUWiC .mbr-section-btn {
  color: #1955a5;
}
.cid-sCineFlAoZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCineFlAoZ .mbr-text {
  color: #d9dade;
}
.cid-sCineFlAoZ h5 {
  text-align: left;
}
.cid-sCineFlAoZ p {
  text-align: left;
}
.cid-sCineFlAoZ .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCineFlAoZ .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCineFlAoZ .card-title,
.cid-sCineFlAoZ .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCineFlAoZ .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCineFlAoZ .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCineFlAoZ .logo-text {
  text-align: left;
}
.cid-sCineFlAoZ span {
  text-decoration: underline;
}
.cid-sCineFlAoZ .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCineFlAoZ .card-box h5,
  .cid-sCineFlAoZ .card-box p {
    text-align: center;
  }
  .cid-sCineFlAoZ .mbr-text {
    text-align: center;
  }
}
.cid-sCinfswiIr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCinfswiIr .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCinfswiIr .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCinfswiIr .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCinfswiIr .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCinfswiIr .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCinfswiIr .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCinfswiIr .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCinfswiIr .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCinfswiIr .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCinfswiIr .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdA2JExVb .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdA2JExVb .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdA2JExVb .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdA2JExVb .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdA2JExVb .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdA2JExVb .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdA2JExVb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdA2JExVb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdA2JExVb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdA2JExVb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdA2JExVb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdA2JExVb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdA2JExVb .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdA2JExVb .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdA2JExVb .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdA2JExVb .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdA2JExVb .dropdown-item,
.cid-sCdA2JExVb .nav-link,
.cid-sCdA2JExVb .brand-name {
  font-style: normal;
}
.cid-sCdA2JExVb .dropdown-item:hover,
.cid-sCdA2JExVb .nav-link:hover,
.cid-sCdA2JExVb .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdA2JExVb .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdA2JExVb .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdA2JExVb .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdA2JExVb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdA2JExVb .nav-item {
  position: relative;
}
.cid-sCdA2JExVb .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdA2JExVb .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdA2JExVb .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdA2JExVb .nav-link {
    line-height: 6.13;
  }
  .cid-sCdA2JExVb .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdA2JExVb .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdA2JExVb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdA2JExVb .content-text {
  margin-bottom: 0;
}
.cid-sCdA2JExVb .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdA2JExVb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdA2JExVb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdA2JExVb .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdA2JExVb .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdA2JExVb .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdA2JExVb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdA2JExVb .content-right-side {
  text-align: center;
}
.cid-sCdA2JExVb .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdA2JExVb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdA2JExVb .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdA2JExVb .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdA2JExVb .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdA2JExVb .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdA2JExVb .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdA2JExVb .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdA2JExVb .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdA2JExVb .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdA2JExVb .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdA2JExVb .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdA2JExVb .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdA2JExVb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdA2JExVb .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdA2JExVb .navbar-toggler {
    display: none;
  }
  .cid-sCdA2JExVb .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdA2JExVb .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdA2JExVb .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdA2JExVb .btn-sm {
  padding: 13px 29px;
}
.cid-sCdA2JExVb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdA2JExVb .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdA2JExVb .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdA2JExVb .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdA2JExVb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdA2JExVb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdA2JExVb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdA2JExVb .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdA2JExVb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdA2JExVb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdA2JExVb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdA2JExVb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdA2JExVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdA2JExVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdA2JExVb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdA2JExVb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdA2JExVb .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdA2JExVb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdA2JExVb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdA2JExVb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdA2JExVb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdA2JExVb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdA2JExVb button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdA2JExVb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdA2JExVb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdA2JExVb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdA2JExVb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdA2JExVb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdA2JExVb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdA2JExVb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdA2JExVb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdA2JExVb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdA2JExVb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdA2JExVb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdA2JExVb .collapsed .btn {
  display: flex;
}
.cid-sCdA2JExVb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdA2JExVb .collapsed .navbar-collapse.collapsing,
.cid-sCdA2JExVb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdA2JExVb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdA2JExVb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdA2JExVb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdA2JExVb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdA2JExVb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdA2JExVb .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdA2JExVb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdA2JExVb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdA2JExVb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdA2JExVb .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdA2JExVb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdA2JExVb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdA2JExVb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdA2JExVb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdA2JExVb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdA2JExVb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdA2JExVb .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdA2JExVb .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdA2JExVb .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdA2JExVb .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdA2JExVb .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdA2JExVb .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdA2JExVb .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdA2JExVb .navbar-collapse.collapsing,
  .cid-sCdA2JExVb .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdA2JExVb .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdA2JExVb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdA2JExVb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdA2JExVb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdA2JExVb .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdA2JExVb .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdA2JExVb .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdA2JExVb .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdA2JExVb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdA2JExVb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdA2JExVb img {
    height: 3.8rem !important;
  }
  .cid-sCdA2JExVb .btn {
    display: flex;
  }
  .cid-sCdA2JExVb button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdA2JExVb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdA2JExVb .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdA2JExVb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdA2JExVb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdA2JExVb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdA2JExVb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdA2JExVb .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdA2JExVb .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdA2JExVb .navbar-toggler {
  position: relative;
}
.cid-sCdA2JExVb .dropdown-item.active,
.cid-sCdA2JExVb .dropdown-item:active {
  color: initial;
}
.cid-sCdA2JExVb .widget-title {
  color: #83868c;
}
.cid-sCdA2JExVb .widget-text {
  color: #83868c;
}
.cid-sCdA2JExVb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdA2JExVb .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdA2JExVb .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdA2JExVb .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdA2JExVb .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdA2JExVb .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdA2JExVb .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdA2JExVb .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdA2JExVb .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdA2JExVb .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdA2JExVb .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdA2JExVb .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdA2JExVb .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdA2JExVb .menu-content-top,
  .cid-sCdA2JExVb .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdA2JExVb button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdA2KUZqV {
  overflow-x: hidden !important;
}
.cid-sCdA2KUZqV,
.cid-sCdA2KUZqV .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdA2KUZqV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdA2KUZqV .mbr-section-title span {
  color: #13287d;
}
.cid-sCdA2KUZqV .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdA2KUZqV .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdA2KUZqV .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdA2KUZqV .mbr-overlay {
  z-index: 1;
}
.cid-sCdA2KUZqV .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdA2LKzxa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdA2LKzxa .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdA2LKzxa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdA2LKzxa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdA2LKzxa * {
    text-align: left;
  }
}
.cid-sCdA2LKzxa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .mbr-text,
.cid-sCdA2LKzxa .mbr-section-btn {
  color: #000000;
}
.cid-sCdA2LKzxa .card-wrapper .card-box .card-title,
.cid-sCdA2LKzxa .mbr-section-btn,
.cid-sCdA2LKzxa .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdA2PNkAC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdA2PNkAC .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdA2PNkAC .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdA2PNkAC .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdA2PNkAC * {
    text-align: left;
  }
}
.cid-sCdA2PNkAC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .mbr-text,
.cid-sCdA2PNkAC .mbr-section-btn {
  color: #000000;
}
.cid-sCdA2PNkAC .card-wrapper .card-box .card-title,
.cid-sCdA2PNkAC .mbr-section-btn,
.cid-sCdA2PNkAC .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdA2QuxV3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdA2QuxV3 .content-inner .left-content {
  display: block;
}
.cid-sCdA2QuxV3 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdA2QuxV3 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdA2QuxV3 .content-inner .right-content {
  display: block;
}
.cid-sCdA2QuxV3 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdA2QuxV3 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdA2QuxV3 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdA2QuxV3 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdA2QuxV3 .content-inner {
    justify-content: center !important;
  }
  .cid-sCdA2QuxV3 * {
    text-align: center;
  }
}
.cid-sCdA2QuxV3 .content-inner .left-content .mbr-section-title,
.cid-sCdA2QuxV3 .mbr-section-btn {
  color: #1955a5;
}
.cid-sCilH0jl23 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCilH0jl23 .mbr-text {
  color: #d9dade;
}
.cid-sCilH0jl23 h5 {
  text-align: left;
}
.cid-sCilH0jl23 p {
  text-align: left;
}
.cid-sCilH0jl23 .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCilH0jl23 .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCilH0jl23 .card-title,
.cid-sCilH0jl23 .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCilH0jl23 .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCilH0jl23 .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCilH0jl23 .logo-text {
  text-align: left;
}
.cid-sCilH0jl23 span {
  text-decoration: underline;
}
.cid-sCilH0jl23 .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCilH0jl23 .card-box h5,
  .cid-sCilH0jl23 .card-box p {
    text-align: center;
  }
  .cid-sCilH0jl23 .mbr-text {
    text-align: center;
  }
}
.cid-sCilHQJ2Hv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCilHQJ2Hv .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCilHQJ2Hv .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCilHQJ2Hv .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCilHQJ2Hv .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCilHQJ2Hv .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCilHQJ2Hv .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCilHQJ2Hv .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCilHQJ2Hv .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCilHQJ2Hv .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCilHQJ2Hv .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdDXbrZ06 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdDXbrZ06 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdDXbrZ06 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdDXbrZ06 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdDXbrZ06 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdDXbrZ06 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdDXbrZ06 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdDXbrZ06 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdDXbrZ06 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdDXbrZ06 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdDXbrZ06 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdDXbrZ06 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdDXbrZ06 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdDXbrZ06 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdDXbrZ06 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdDXbrZ06 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdDXbrZ06 .dropdown-item,
.cid-sCdDXbrZ06 .nav-link,
.cid-sCdDXbrZ06 .brand-name {
  font-style: normal;
}
.cid-sCdDXbrZ06 .dropdown-item:hover,
.cid-sCdDXbrZ06 .nav-link:hover,
.cid-sCdDXbrZ06 .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdDXbrZ06 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdDXbrZ06 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdDXbrZ06 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdDXbrZ06 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdDXbrZ06 .nav-item {
  position: relative;
}
.cid-sCdDXbrZ06 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdDXbrZ06 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdDXbrZ06 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdDXbrZ06 .nav-link {
    line-height: 6.13;
  }
  .cid-sCdDXbrZ06 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdDXbrZ06 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdDXbrZ06 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdDXbrZ06 .content-text {
  margin-bottom: 0;
}
.cid-sCdDXbrZ06 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdDXbrZ06 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdDXbrZ06 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdDXbrZ06 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdDXbrZ06 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdDXbrZ06 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdDXbrZ06 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdDXbrZ06 .content-right-side {
  text-align: center;
}
.cid-sCdDXbrZ06 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdDXbrZ06 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdDXbrZ06 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdDXbrZ06 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdDXbrZ06 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdDXbrZ06 .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdDXbrZ06 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdDXbrZ06 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdDXbrZ06 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdDXbrZ06 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdDXbrZ06 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdDXbrZ06 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdDXbrZ06 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdDXbrZ06 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdDXbrZ06 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdDXbrZ06 .navbar-toggler {
    display: none;
  }
  .cid-sCdDXbrZ06 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdDXbrZ06 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdDXbrZ06 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdDXbrZ06 .btn-sm {
  padding: 13px 29px;
}
.cid-sCdDXbrZ06 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdDXbrZ06 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdDXbrZ06 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdDXbrZ06 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdDXbrZ06 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdDXbrZ06 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdDXbrZ06 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdDXbrZ06 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdDXbrZ06 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdDXbrZ06 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdDXbrZ06 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdDXbrZ06 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdDXbrZ06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdDXbrZ06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdDXbrZ06 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdDXbrZ06 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdDXbrZ06 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdDXbrZ06 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdDXbrZ06 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdDXbrZ06 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdDXbrZ06 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdDXbrZ06 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdDXbrZ06 button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdDXbrZ06 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdDXbrZ06 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdDXbrZ06 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdDXbrZ06 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdDXbrZ06 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdDXbrZ06 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdDXbrZ06 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdDXbrZ06 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdDXbrZ06 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdDXbrZ06 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdDXbrZ06 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdDXbrZ06 .collapsed .btn {
  display: flex;
}
.cid-sCdDXbrZ06 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdDXbrZ06 .collapsed .navbar-collapse.collapsing,
.cid-sCdDXbrZ06 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdDXbrZ06 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdDXbrZ06 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdDXbrZ06 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdDXbrZ06 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdDXbrZ06 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdDXbrZ06 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdDXbrZ06 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdDXbrZ06 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdDXbrZ06 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdDXbrZ06 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdDXbrZ06 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdDXbrZ06 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdDXbrZ06 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdDXbrZ06 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdDXbrZ06 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdDXbrZ06 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdDXbrZ06 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdDXbrZ06 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdDXbrZ06 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdDXbrZ06 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdDXbrZ06 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdDXbrZ06 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdDXbrZ06 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdDXbrZ06 .navbar-collapse.collapsing,
  .cid-sCdDXbrZ06 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdDXbrZ06 .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdDXbrZ06 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdDXbrZ06 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdDXbrZ06 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdDXbrZ06 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdDXbrZ06 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdDXbrZ06 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdDXbrZ06 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdDXbrZ06 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdDXbrZ06 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdDXbrZ06 img {
    height: 3.8rem !important;
  }
  .cid-sCdDXbrZ06 .btn {
    display: flex;
  }
  .cid-sCdDXbrZ06 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdDXbrZ06 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdDXbrZ06 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdDXbrZ06 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdDXbrZ06 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdDXbrZ06 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdDXbrZ06 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdDXbrZ06 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdDXbrZ06 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdDXbrZ06 .navbar-toggler {
  position: relative;
}
.cid-sCdDXbrZ06 .dropdown-item.active,
.cid-sCdDXbrZ06 .dropdown-item:active {
  color: initial;
}
.cid-sCdDXbrZ06 .widget-title {
  color: #83868c;
}
.cid-sCdDXbrZ06 .widget-text {
  color: #83868c;
}
.cid-sCdDXbrZ06 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdDXbrZ06 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdDXbrZ06 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdDXbrZ06 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdDXbrZ06 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdDXbrZ06 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdDXbrZ06 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdDXbrZ06 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdDXbrZ06 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdDXbrZ06 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdDXbrZ06 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdDXbrZ06 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdDXbrZ06 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdDXbrZ06 .menu-content-top,
  .cid-sCdDXbrZ06 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdDXbrZ06 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdDXcJIsO {
  overflow-x: hidden !important;
}
.cid-sCdDXcJIsO,
.cid-sCdDXcJIsO .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdDXcJIsO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdDXcJIsO .mbr-section-title span {
  color: #13287d;
}
.cid-sCdDXcJIsO .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdDXcJIsO .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdDXcJIsO .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdDXcJIsO .mbr-overlay {
  z-index: 1;
}
.cid-sCdDXcJIsO .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdDXdwtUB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdDXdwtUB .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdDXdwtUB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdDXdwtUB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdDXdwtUB * {
    text-align: left;
  }
}
.cid-sCdDXdwtUB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .mbr-text,
.cid-sCdDXdwtUB .mbr-section-btn {
  color: #000000;
}
.cid-sCdDXdwtUB .card-wrapper .card-box .card-title,
.cid-sCdDXdwtUB .mbr-section-btn,
.cid-sCdDXdwtUB .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdDXejZ1b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdDXejZ1b .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdDXejZ1b .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdDXejZ1b .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdDXejZ1b * {
    text-align: left;
  }
}
.cid-sCdDXejZ1b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .mbr-text,
.cid-sCdDXejZ1b .mbr-section-btn {
  color: #000000;
}
.cid-sCdDXejZ1b .card-wrapper .card-box .card-title,
.cid-sCdDXejZ1b .mbr-section-btn,
.cid-sCdDXejZ1b .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdGw4Setv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdGw4Setv .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdGw4Setv .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdGw4Setv .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdGw4Setv .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdGw4Setv .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdGw4Setv .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdGw4Setv .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdGw4Setv .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdGw4Setv .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdGw4Setv .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdGw4Setv .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdGw4Setv .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdGw4Setv .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdGw4Setv .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdGw4Setv .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdGw4Setv .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdGw4Setv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdGw4Setv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdGw4Setv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdGw4Setv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdGw4Setv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdGw4Setv * {
    text-align: left;
  }
}
.cid-sCdGw4Setv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdGw4Setv .card-wrapper .card-box .mbr-text,
.cid-sCdGw4Setv .mbr-section-btn {
  color: #000000;
}
.cid-sCdGw4Setv .card-wrapper .card-box .card-title,
.cid-sCdGw4Setv .mbr-section-btn,
.cid-sCdGw4Setv .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdDXf5di8 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdDXf5di8 .content-inner .left-content {
  display: block;
}
.cid-sCdDXf5di8 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdDXf5di8 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdDXf5di8 .content-inner .right-content {
  display: block;
}
.cid-sCdDXf5di8 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdDXf5di8 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdDXf5di8 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdDXf5di8 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdDXf5di8 .content-inner {
    justify-content: center !important;
  }
  .cid-sCdDXf5di8 * {
    text-align: center;
  }
}
.cid-sCdDXf5di8 .content-inner .left-content .mbr-section-title,
.cid-sCdDXf5di8 .mbr-section-btn {
  color: #1955a5;
}
.cid-sCim5WrpdS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCim5WrpdS .mbr-text {
  color: #d9dade;
}
.cid-sCim5WrpdS h5 {
  text-align: left;
}
.cid-sCim5WrpdS p {
  text-align: left;
}
.cid-sCim5WrpdS .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCim5WrpdS .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCim5WrpdS .card-title,
.cid-sCim5WrpdS .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCim5WrpdS .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCim5WrpdS .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCim5WrpdS .logo-text {
  text-align: left;
}
.cid-sCim5WrpdS span {
  text-decoration: underline;
}
.cid-sCim5WrpdS .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCim5WrpdS .card-box h5,
  .cid-sCim5WrpdS .card-box p {
    text-align: center;
  }
  .cid-sCim5WrpdS .mbr-text {
    text-align: center;
  }
}
.cid-sCim6HPOcS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCim6HPOcS .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCim6HPOcS .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCim6HPOcS .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCim6HPOcS .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCim6HPOcS .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCim6HPOcS .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCim6HPOcS .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCim6HPOcS .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCim6HPOcS .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCim6HPOcS .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdI1jYptm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdI1jYptm .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdI1jYptm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdI1jYptm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdI1jYptm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdI1jYptm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdI1jYptm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdI1jYptm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdI1jYptm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdI1jYptm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdI1jYptm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdI1jYptm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdI1jYptm .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdI1jYptm .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdI1jYptm .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdI1jYptm .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdI1jYptm .dropdown-item,
.cid-sCdI1jYptm .nav-link,
.cid-sCdI1jYptm .brand-name {
  font-style: normal;
}
.cid-sCdI1jYptm .dropdown-item:hover,
.cid-sCdI1jYptm .nav-link:hover,
.cid-sCdI1jYptm .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdI1jYptm .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdI1jYptm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdI1jYptm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdI1jYptm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdI1jYptm .nav-item {
  position: relative;
}
.cid-sCdI1jYptm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdI1jYptm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdI1jYptm .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdI1jYptm .nav-link {
    line-height: 6.13;
  }
  .cid-sCdI1jYptm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdI1jYptm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdI1jYptm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdI1jYptm .content-text {
  margin-bottom: 0;
}
.cid-sCdI1jYptm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdI1jYptm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdI1jYptm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdI1jYptm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdI1jYptm .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdI1jYptm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdI1jYptm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdI1jYptm .content-right-side {
  text-align: center;
}
.cid-sCdI1jYptm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdI1jYptm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdI1jYptm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdI1jYptm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdI1jYptm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdI1jYptm .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdI1jYptm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdI1jYptm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdI1jYptm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdI1jYptm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdI1jYptm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdI1jYptm .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdI1jYptm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdI1jYptm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdI1jYptm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdI1jYptm .navbar-toggler {
    display: none;
  }
  .cid-sCdI1jYptm .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdI1jYptm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdI1jYptm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdI1jYptm .btn-sm {
  padding: 13px 29px;
}
.cid-sCdI1jYptm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdI1jYptm .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdI1jYptm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdI1jYptm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdI1jYptm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdI1jYptm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdI1jYptm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdI1jYptm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdI1jYptm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdI1jYptm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdI1jYptm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdI1jYptm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdI1jYptm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdI1jYptm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdI1jYptm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdI1jYptm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdI1jYptm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdI1jYptm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdI1jYptm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdI1jYptm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdI1jYptm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdI1jYptm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdI1jYptm button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdI1jYptm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdI1jYptm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdI1jYptm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdI1jYptm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdI1jYptm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdI1jYptm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdI1jYptm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdI1jYptm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdI1jYptm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdI1jYptm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdI1jYptm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdI1jYptm .collapsed .btn {
  display: flex;
}
.cid-sCdI1jYptm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdI1jYptm .collapsed .navbar-collapse.collapsing,
.cid-sCdI1jYptm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdI1jYptm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdI1jYptm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdI1jYptm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdI1jYptm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdI1jYptm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdI1jYptm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdI1jYptm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdI1jYptm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdI1jYptm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdI1jYptm .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdI1jYptm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdI1jYptm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdI1jYptm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdI1jYptm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdI1jYptm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdI1jYptm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdI1jYptm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdI1jYptm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdI1jYptm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdI1jYptm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdI1jYptm .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdI1jYptm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdI1jYptm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdI1jYptm .navbar-collapse.collapsing,
  .cid-sCdI1jYptm .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdI1jYptm .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdI1jYptm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdI1jYptm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdI1jYptm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdI1jYptm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdI1jYptm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdI1jYptm .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdI1jYptm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdI1jYptm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdI1jYptm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdI1jYptm img {
    height: 3.8rem !important;
  }
  .cid-sCdI1jYptm .btn {
    display: flex;
  }
  .cid-sCdI1jYptm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdI1jYptm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdI1jYptm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdI1jYptm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdI1jYptm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdI1jYptm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdI1jYptm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdI1jYptm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdI1jYptm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdI1jYptm .navbar-toggler {
  position: relative;
}
.cid-sCdI1jYptm .dropdown-item.active,
.cid-sCdI1jYptm .dropdown-item:active {
  color: initial;
}
.cid-sCdI1jYptm .widget-title {
  color: #83868c;
}
.cid-sCdI1jYptm .widget-text {
  color: #83868c;
}
.cid-sCdI1jYptm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdI1jYptm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdI1jYptm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdI1jYptm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdI1jYptm .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdI1jYptm .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdI1jYptm .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdI1jYptm .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdI1jYptm .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdI1jYptm .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdI1jYptm .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdI1jYptm .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdI1jYptm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdI1jYptm .menu-content-top,
  .cid-sCdI1jYptm .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdI1jYptm button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdI1lfxeT {
  overflow-x: hidden !important;
}
.cid-sCdI1lfxeT,
.cid-sCdI1lfxeT .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdI1lfxeT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdI1lfxeT .mbr-section-title span {
  color: #13287d;
}
.cid-sCdI1lfxeT .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdI1lfxeT .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdI1lfxeT .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdI1lfxeT .mbr-overlay {
  z-index: 1;
}
.cid-sCdI1lfxeT .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdI1lZ6ym {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdI1lZ6ym .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdI1lZ6ym * {
    text-align: left;
  }
}
.cid-sCdI1lZ6ym a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .mbr-text,
.cid-sCdI1lZ6ym .mbr-section-btn {
  color: #000000;
}
.cid-sCdI1lZ6ym .card-wrapper .card-box .card-title,
.cid-sCdI1lZ6ym .mbr-section-btn,
.cid-sCdI1lZ6ym .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdI1mOY22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdI1mOY22 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdI1mOY22 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdI1mOY22 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdI1mOY22 * {
    text-align: left;
  }
}
.cid-sCdI1mOY22 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .mbr-text,
.cid-sCdI1mOY22 .mbr-section-btn {
  color: #000000;
}
.cid-sCdI1mOY22 .card-wrapper .card-box .card-title,
.cid-sCdI1mOY22 .mbr-section-btn,
.cid-sCdI1mOY22 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdI1nAitG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdI1nAitG .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdI1nAitG .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdI1nAitG .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdI1nAitG .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdI1nAitG .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdI1nAitG .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdI1nAitG .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdI1nAitG .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdI1nAitG .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdI1nAitG .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdI1nAitG .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdI1nAitG .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdI1nAitG .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdI1nAitG .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdI1nAitG .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdI1nAitG .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdI1nAitG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdI1nAitG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdI1nAitG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdI1nAitG .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdI1nAitG .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdI1nAitG * {
    text-align: left;
  }
}
.cid-sCdI1nAitG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdI1nAitG .card-wrapper .card-box .mbr-text,
.cid-sCdI1nAitG .mbr-section-btn {
  color: #000000;
}
.cid-sCdI1nAitG .card-wrapper .card-box .card-title,
.cid-sCdI1nAitG .mbr-section-btn,
.cid-sCdI1nAitG .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdJkyFvA9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdJkyFvA9 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdJkyFvA9 * {
    text-align: left;
  }
}
.cid-sCdJkyFvA9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .mbr-text,
.cid-sCdJkyFvA9 .mbr-section-btn {
  color: #000000;
}
.cid-sCdJkyFvA9 .card-wrapper .card-box .card-title,
.cid-sCdJkyFvA9 .mbr-section-btn,
.cid-sCdJkyFvA9 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdI1ole9Y {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdI1ole9Y .content-inner .left-content {
  display: block;
}
.cid-sCdI1ole9Y .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdI1ole9Y .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdI1ole9Y .content-inner .right-content {
  display: block;
}
.cid-sCdI1ole9Y .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdI1ole9Y .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdI1ole9Y .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdI1ole9Y .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdI1ole9Y .content-inner {
    justify-content: center !important;
  }
  .cid-sCdI1ole9Y * {
    text-align: center;
  }
}
.cid-sCdI1ole9Y .content-inner .left-content .mbr-section-title,
.cid-sCdI1ole9Y .mbr-section-btn {
  color: #1955a5;
}
.cid-sCimt0LQw6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCimt0LQw6 .mbr-text {
  color: #d9dade;
}
.cid-sCimt0LQw6 h5 {
  text-align: left;
}
.cid-sCimt0LQw6 p {
  text-align: left;
}
.cid-sCimt0LQw6 .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCimt0LQw6 .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCimt0LQw6 .card-title,
.cid-sCimt0LQw6 .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCimt0LQw6 .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCimt0LQw6 .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCimt0LQw6 .logo-text {
  text-align: left;
}
.cid-sCimt0LQw6 span {
  text-decoration: underline;
}
.cid-sCimt0LQw6 .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCimt0LQw6 .card-box h5,
  .cid-sCimt0LQw6 .card-box p {
    text-align: center;
  }
  .cid-sCimt0LQw6 .mbr-text {
    text-align: center;
  }
}
.cid-sCimtISrVh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCimtISrVh .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCimtISrVh .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCimtISrVh .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCimtISrVh .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCimtISrVh .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCimtISrVh .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCimtISrVh .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCimtISrVh .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCimtISrVh .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCimtISrVh .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdLrNHuvi .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdLrNHuvi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdLrNHuvi .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdLrNHuvi .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdLrNHuvi .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdLrNHuvi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdLrNHuvi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdLrNHuvi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdLrNHuvi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdLrNHuvi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdLrNHuvi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdLrNHuvi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdLrNHuvi .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdLrNHuvi .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdLrNHuvi .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdLrNHuvi .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdLrNHuvi .dropdown-item,
.cid-sCdLrNHuvi .nav-link,
.cid-sCdLrNHuvi .brand-name {
  font-style: normal;
}
.cid-sCdLrNHuvi .dropdown-item:hover,
.cid-sCdLrNHuvi .nav-link:hover,
.cid-sCdLrNHuvi .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdLrNHuvi .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdLrNHuvi .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdLrNHuvi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdLrNHuvi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdLrNHuvi .nav-item {
  position: relative;
}
.cid-sCdLrNHuvi .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdLrNHuvi .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdLrNHuvi .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdLrNHuvi .nav-link {
    line-height: 6.13;
  }
  .cid-sCdLrNHuvi .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdLrNHuvi .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdLrNHuvi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdLrNHuvi .content-text {
  margin-bottom: 0;
}
.cid-sCdLrNHuvi .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdLrNHuvi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdLrNHuvi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdLrNHuvi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdLrNHuvi .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdLrNHuvi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdLrNHuvi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdLrNHuvi .content-right-side {
  text-align: center;
}
.cid-sCdLrNHuvi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdLrNHuvi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdLrNHuvi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdLrNHuvi .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdLrNHuvi .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdLrNHuvi .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdLrNHuvi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdLrNHuvi .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdLrNHuvi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdLrNHuvi .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdLrNHuvi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdLrNHuvi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdLrNHuvi .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdLrNHuvi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdLrNHuvi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdLrNHuvi .navbar-toggler {
    display: none;
  }
  .cid-sCdLrNHuvi .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdLrNHuvi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdLrNHuvi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdLrNHuvi .btn-sm {
  padding: 13px 29px;
}
.cid-sCdLrNHuvi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdLrNHuvi .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdLrNHuvi .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdLrNHuvi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdLrNHuvi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdLrNHuvi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdLrNHuvi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdLrNHuvi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdLrNHuvi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdLrNHuvi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdLrNHuvi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdLrNHuvi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdLrNHuvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdLrNHuvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdLrNHuvi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdLrNHuvi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdLrNHuvi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdLrNHuvi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdLrNHuvi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdLrNHuvi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdLrNHuvi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdLrNHuvi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdLrNHuvi button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdLrNHuvi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdLrNHuvi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdLrNHuvi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdLrNHuvi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdLrNHuvi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdLrNHuvi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdLrNHuvi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdLrNHuvi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdLrNHuvi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdLrNHuvi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdLrNHuvi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdLrNHuvi .collapsed .btn {
  display: flex;
}
.cid-sCdLrNHuvi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdLrNHuvi .collapsed .navbar-collapse.collapsing,
.cid-sCdLrNHuvi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdLrNHuvi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdLrNHuvi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdLrNHuvi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdLrNHuvi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdLrNHuvi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdLrNHuvi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdLrNHuvi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdLrNHuvi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdLrNHuvi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdLrNHuvi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdLrNHuvi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdLrNHuvi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdLrNHuvi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdLrNHuvi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdLrNHuvi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdLrNHuvi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdLrNHuvi .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdLrNHuvi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdLrNHuvi .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdLrNHuvi .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdLrNHuvi .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdLrNHuvi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdLrNHuvi .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdLrNHuvi .navbar-collapse.collapsing,
  .cid-sCdLrNHuvi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdLrNHuvi .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdLrNHuvi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdLrNHuvi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdLrNHuvi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdLrNHuvi .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdLrNHuvi .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdLrNHuvi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdLrNHuvi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdLrNHuvi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdLrNHuvi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdLrNHuvi img {
    height: 3.8rem !important;
  }
  .cid-sCdLrNHuvi .btn {
    display: flex;
  }
  .cid-sCdLrNHuvi button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdLrNHuvi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdLrNHuvi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdLrNHuvi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdLrNHuvi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdLrNHuvi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdLrNHuvi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdLrNHuvi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdLrNHuvi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdLrNHuvi .navbar-toggler {
  position: relative;
}
.cid-sCdLrNHuvi .dropdown-item.active,
.cid-sCdLrNHuvi .dropdown-item:active {
  color: initial;
}
.cid-sCdLrNHuvi .widget-title {
  color: #83868c;
}
.cid-sCdLrNHuvi .widget-text {
  color: #83868c;
}
.cid-sCdLrNHuvi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdLrNHuvi .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdLrNHuvi .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdLrNHuvi .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdLrNHuvi .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdLrNHuvi .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdLrNHuvi .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdLrNHuvi .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdLrNHuvi .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdLrNHuvi .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdLrNHuvi .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdLrNHuvi .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdLrNHuvi .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdLrNHuvi .menu-content-top,
  .cid-sCdLrNHuvi .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdLrNHuvi button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdLrP5lvN {
  overflow-x: hidden !important;
}
.cid-sCdLrP5lvN,
.cid-sCdLrP5lvN .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdLrP5lvN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdLrP5lvN .mbr-section-title span {
  color: #13287d;
}
.cid-sCdLrP5lvN .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdLrP5lvN .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdLrP5lvN .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdLrP5lvN .mbr-overlay {
  z-index: 1;
}
.cid-sCdLrP5lvN .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdLrPIUDP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdLrPIUDP .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdLrPIUDP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdLrPIUDP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdLrPIUDP * {
    text-align: left;
  }
}
.cid-sCdLrPIUDP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .mbr-text,
.cid-sCdLrPIUDP .mbr-section-btn {
  color: #000000;
}
.cid-sCdLrPIUDP .card-wrapper .card-box .card-title,
.cid-sCdLrPIUDP .mbr-section-btn,
.cid-sCdLrPIUDP .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdLrQlGHt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdLrQlGHt .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdLrQlGHt .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdLrQlGHt .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdLrQlGHt * {
    text-align: left;
  }
}
.cid-sCdLrQlGHt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .mbr-text,
.cid-sCdLrQlGHt .mbr-section-btn {
  color: #000000;
}
.cid-sCdLrQlGHt .card-wrapper .card-box .card-title,
.cid-sCdLrQlGHt .mbr-section-btn,
.cid-sCdLrQlGHt .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdLrR4ziN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdLrR4ziN .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdLrR4ziN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdLrR4ziN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdLrR4ziN * {
    text-align: left;
  }
}
.cid-sCdLrR4ziN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .mbr-text,
.cid-sCdLrR4ziN .mbr-section-btn {
  color: #000000;
}
.cid-sCdLrR4ziN .card-wrapper .card-box .card-title,
.cid-sCdLrR4ziN .mbr-section-btn,
.cid-sCdLrR4ziN .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdLrRIVZ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdLrRIVZ9 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdLrRIVZ9 * {
    text-align: left;
  }
}
.cid-sCdLrRIVZ9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .mbr-text,
.cid-sCdLrRIVZ9 .mbr-section-btn {
  color: #000000;
}
.cid-sCdLrRIVZ9 .card-wrapper .card-box .card-title,
.cid-sCdLrRIVZ9 .mbr-section-btn,
.cid-sCdLrRIVZ9 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdMFC42N8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdMFC42N8 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdMFC42N8 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdMFC42N8 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdMFC42N8 * {
    text-align: left;
  }
}
.cid-sCdMFC42N8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .mbr-text,
.cid-sCdMFC42N8 .mbr-section-btn {
  color: #000000;
}
.cid-sCdMFC42N8 .card-wrapper .card-box .card-title,
.cid-sCdMFC42N8 .mbr-section-btn,
.cid-sCdMFC42N8 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdMGcBjyB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdMGcBjyB .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdMGcBjyB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdMGcBjyB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdMGcBjyB * {
    text-align: left;
  }
}
.cid-sCdMGcBjyB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .mbr-text,
.cid-sCdMGcBjyB .mbr-section-btn {
  color: #000000;
}
.cid-sCdMGcBjyB .card-wrapper .card-box .card-title,
.cid-sCdMGcBjyB .mbr-section-btn,
.cid-sCdMGcBjyB .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdNeDuC19 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdNeDuC19 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdNeDuC19 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdNeDuC19 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdNeDuC19 * {
    text-align: left;
  }
}
.cid-sCdNeDuC19 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .mbr-text,
.cid-sCdNeDuC19 .mbr-section-btn {
  color: #000000;
}
.cid-sCdNeDuC19 .card-wrapper .card-box .card-title,
.cid-sCdNeDuC19 .mbr-section-btn,
.cid-sCdNeDuC19 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdNf7ZVph {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdNf7ZVph .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdNf7ZVph .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdNf7ZVph .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdNf7ZVph * {
    text-align: left;
  }
}
.cid-sCdNf7ZVph a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .mbr-text,
.cid-sCdNf7ZVph .mbr-section-btn {
  color: #000000;
}
.cid-sCdNf7ZVph .card-wrapper .card-box .card-title,
.cid-sCdNf7ZVph .mbr-section-btn,
.cid-sCdNf7ZVph .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdNIyg5G2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdNIyg5G2 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdNIyg5G2 * {
    text-align: left;
  }
}
.cid-sCdNIyg5G2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .mbr-text,
.cid-sCdNIyg5G2 .mbr-section-btn {
  color: #000000;
}
.cid-sCdNIyg5G2 .card-wrapper .card-box .card-title,
.cid-sCdNIyg5G2 .mbr-section-btn,
.cid-sCdNIyg5G2 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdLrSoY0C {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdLrSoY0C .content-inner .left-content {
  display: block;
}
.cid-sCdLrSoY0C .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdLrSoY0C .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdLrSoY0C .content-inner .right-content {
  display: block;
}
.cid-sCdLrSoY0C .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdLrSoY0C .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdLrSoY0C .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdLrSoY0C .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdLrSoY0C .content-inner {
    justify-content: center !important;
  }
  .cid-sCdLrSoY0C * {
    text-align: center;
  }
}
.cid-sCdLrSoY0C .content-inner .left-content .mbr-section-title,
.cid-sCdLrSoY0C .mbr-section-btn {
  color: #1955a5;
}
.cid-sCimV6zcYw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCimV6zcYw .mbr-text {
  color: #d9dade;
}
.cid-sCimV6zcYw h5 {
  text-align: left;
}
.cid-sCimV6zcYw p {
  text-align: left;
}
.cid-sCimV6zcYw .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCimV6zcYw .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCimV6zcYw .card-title,
.cid-sCimV6zcYw .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCimV6zcYw .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCimV6zcYw .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCimV6zcYw .logo-text {
  text-align: left;
}
.cid-sCimV6zcYw span {
  text-decoration: underline;
}
.cid-sCimV6zcYw .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCimV6zcYw .card-box h5,
  .cid-sCimV6zcYw .card-box p {
    text-align: center;
  }
  .cid-sCimV6zcYw .mbr-text {
    text-align: center;
  }
}
.cid-sCimW8OnTt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCimW8OnTt .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCimW8OnTt .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCimW8OnTt .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCimW8OnTt .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCimW8OnTt .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCimW8OnTt .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCimW8OnTt .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCimW8OnTt .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCimW8OnTt .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCimW8OnTt .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdRniCxLQ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdRniCxLQ .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdRniCxLQ .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdRniCxLQ .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdRniCxLQ .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdRniCxLQ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdRniCxLQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdRniCxLQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdRniCxLQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdRniCxLQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdRniCxLQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdRniCxLQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdRniCxLQ .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdRniCxLQ .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdRniCxLQ .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdRniCxLQ .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdRniCxLQ .dropdown-item,
.cid-sCdRniCxLQ .nav-link,
.cid-sCdRniCxLQ .brand-name {
  font-style: normal;
}
.cid-sCdRniCxLQ .dropdown-item:hover,
.cid-sCdRniCxLQ .nav-link:hover,
.cid-sCdRniCxLQ .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdRniCxLQ .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdRniCxLQ .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdRniCxLQ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdRniCxLQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdRniCxLQ .nav-item {
  position: relative;
}
.cid-sCdRniCxLQ .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdRniCxLQ .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdRniCxLQ .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdRniCxLQ .nav-link {
    line-height: 6.13;
  }
  .cid-sCdRniCxLQ .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdRniCxLQ .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdRniCxLQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdRniCxLQ .content-text {
  margin-bottom: 0;
}
.cid-sCdRniCxLQ .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdRniCxLQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdRniCxLQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdRniCxLQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdRniCxLQ .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdRniCxLQ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdRniCxLQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdRniCxLQ .content-right-side {
  text-align: center;
}
.cid-sCdRniCxLQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdRniCxLQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdRniCxLQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdRniCxLQ .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdRniCxLQ .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdRniCxLQ .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdRniCxLQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdRniCxLQ .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdRniCxLQ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdRniCxLQ .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdRniCxLQ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdRniCxLQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdRniCxLQ .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdRniCxLQ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdRniCxLQ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdRniCxLQ .navbar-toggler {
    display: none;
  }
  .cid-sCdRniCxLQ .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdRniCxLQ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdRniCxLQ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdRniCxLQ .btn-sm {
  padding: 13px 29px;
}
.cid-sCdRniCxLQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdRniCxLQ .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdRniCxLQ .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdRniCxLQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdRniCxLQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdRniCxLQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdRniCxLQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdRniCxLQ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdRniCxLQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdRniCxLQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdRniCxLQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdRniCxLQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdRniCxLQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdRniCxLQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdRniCxLQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdRniCxLQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdRniCxLQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdRniCxLQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdRniCxLQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdRniCxLQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdRniCxLQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdRniCxLQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdRniCxLQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdRniCxLQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdRniCxLQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdRniCxLQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdRniCxLQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdRniCxLQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdRniCxLQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdRniCxLQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdRniCxLQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdRniCxLQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdRniCxLQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdRniCxLQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdRniCxLQ .collapsed .btn {
  display: flex;
}
.cid-sCdRniCxLQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdRniCxLQ .collapsed .navbar-collapse.collapsing,
.cid-sCdRniCxLQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdRniCxLQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdRniCxLQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdRniCxLQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdRniCxLQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdRniCxLQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdRniCxLQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdRniCxLQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdRniCxLQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdRniCxLQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdRniCxLQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdRniCxLQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdRniCxLQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdRniCxLQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdRniCxLQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdRniCxLQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdRniCxLQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdRniCxLQ .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdRniCxLQ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdRniCxLQ .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdRniCxLQ .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdRniCxLQ .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdRniCxLQ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdRniCxLQ .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdRniCxLQ .navbar-collapse.collapsing,
  .cid-sCdRniCxLQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdRniCxLQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdRniCxLQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdRniCxLQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdRniCxLQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdRniCxLQ .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdRniCxLQ .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdRniCxLQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdRniCxLQ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdRniCxLQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdRniCxLQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdRniCxLQ img {
    height: 3.8rem !important;
  }
  .cid-sCdRniCxLQ .btn {
    display: flex;
  }
  .cid-sCdRniCxLQ button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdRniCxLQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdRniCxLQ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdRniCxLQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdRniCxLQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdRniCxLQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdRniCxLQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdRniCxLQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdRniCxLQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdRniCxLQ .navbar-toggler {
  position: relative;
}
.cid-sCdRniCxLQ .dropdown-item.active,
.cid-sCdRniCxLQ .dropdown-item:active {
  color: initial;
}
.cid-sCdRniCxLQ .widget-title {
  color: #83868c;
}
.cid-sCdRniCxLQ .widget-text {
  color: #83868c;
}
.cid-sCdRniCxLQ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdRniCxLQ .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdRniCxLQ .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdRniCxLQ .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdRniCxLQ .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdRniCxLQ .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdRniCxLQ .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdRniCxLQ .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdRniCxLQ .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdRniCxLQ .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdRniCxLQ .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdRniCxLQ .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdRniCxLQ .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdRniCxLQ .menu-content-top,
  .cid-sCdRniCxLQ .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdRniCxLQ button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdRnjB0b1 {
  overflow-x: hidden !important;
}
.cid-sCdRnjB0b1,
.cid-sCdRnjB0b1 .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdRnjB0b1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdRnjB0b1 .mbr-section-title span {
  color: #13287d;
}
.cid-sCdRnjB0b1 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdRnjB0b1 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdRnjB0b1 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdRnjB0b1 .mbr-overlay {
  z-index: 1;
}
.cid-sCdRnjB0b1 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdRnk16S3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdRnk16S3 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdRnk16S3 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdRnk16S3 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdRnk16S3 * {
    text-align: left;
  }
}
.cid-sCdRnk16S3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .mbr-text,
.cid-sCdRnk16S3 .mbr-section-btn {
  color: #000000;
}
.cid-sCdRnk16S3 .card-wrapper .card-box .card-title,
.cid-sCdRnk16S3 .mbr-section-btn,
.cid-sCdRnk16S3 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdRnt60Wh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdRnt60Wh .content-inner .left-content {
  display: block;
}
.cid-sCdRnt60Wh .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdRnt60Wh .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdRnt60Wh .content-inner .right-content {
  display: block;
}
.cid-sCdRnt60Wh .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdRnt60Wh .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdRnt60Wh .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdRnt60Wh .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdRnt60Wh .content-inner {
    justify-content: center !important;
  }
  .cid-sCdRnt60Wh * {
    text-align: center;
  }
}
.cid-sCdRnt60Wh .content-inner .left-content .mbr-section-title,
.cid-sCdRnt60Wh .mbr-section-btn {
  color: #1955a5;
}
.cid-sCiaU18yxc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCiaU18yxc .mbr-text {
  color: #d9dade;
}
.cid-sCiaU18yxc h5 {
  text-align: left;
}
.cid-sCiaU18yxc p {
  text-align: left;
}
.cid-sCiaU18yxc .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCiaU18yxc .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCiaU18yxc .card-title,
.cid-sCiaU18yxc .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCiaU18yxc .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCiaU18yxc .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCiaU18yxc .logo-text {
  text-align: left;
}
.cid-sCiaU18yxc span {
  text-decoration: underline;
}
.cid-sCiaU18yxc .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCiaU18yxc .card-box h5,
  .cid-sCiaU18yxc .card-box p {
    text-align: center;
  }
  .cid-sCiaU18yxc .mbr-text {
    text-align: center;
  }
}
.cid-sCiaUUsfWU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiaUUsfWU .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiaUUsfWU .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiaUUsfWU .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiaUUsfWU .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiaUUsfWU .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiaUUsfWU .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiaUUsfWU .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiaUUsfWU .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiaUUsfWU .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiaUUsfWU .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCdVKEhDV1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCdVKEhDV1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCdVKEhDV1 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCdVKEhDV1 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCdVKEhDV1 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCdVKEhDV1 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCdVKEhDV1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCdVKEhDV1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCdVKEhDV1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCdVKEhDV1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCdVKEhDV1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCdVKEhDV1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCdVKEhDV1 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCdVKEhDV1 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCdVKEhDV1 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCdVKEhDV1 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCdVKEhDV1 .dropdown-item,
.cid-sCdVKEhDV1 .nav-link,
.cid-sCdVKEhDV1 .brand-name {
  font-style: normal;
}
.cid-sCdVKEhDV1 .dropdown-item:hover,
.cid-sCdVKEhDV1 .nav-link:hover,
.cid-sCdVKEhDV1 .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCdVKEhDV1 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCdVKEhDV1 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCdVKEhDV1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCdVKEhDV1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCdVKEhDV1 .nav-item {
  position: relative;
}
.cid-sCdVKEhDV1 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCdVKEhDV1 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCdVKEhDV1 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCdVKEhDV1 .nav-link {
    line-height: 6.13;
  }
  .cid-sCdVKEhDV1 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCdVKEhDV1 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCdVKEhDV1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdVKEhDV1 .content-text {
  margin-bottom: 0;
}
.cid-sCdVKEhDV1 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCdVKEhDV1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCdVKEhDV1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCdVKEhDV1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCdVKEhDV1 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCdVKEhDV1 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdVKEhDV1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCdVKEhDV1 .content-right-side {
  text-align: center;
}
.cid-sCdVKEhDV1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCdVKEhDV1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCdVKEhDV1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCdVKEhDV1 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCdVKEhDV1 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdVKEhDV1 .info-widget:first-child {
  margin-left: 0;
}
.cid-sCdVKEhDV1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCdVKEhDV1 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCdVKEhDV1 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCdVKEhDV1 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCdVKEhDV1 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCdVKEhDV1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCdVKEhDV1 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCdVKEhDV1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCdVKEhDV1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCdVKEhDV1 .navbar-toggler {
    display: none;
  }
  .cid-sCdVKEhDV1 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCdVKEhDV1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCdVKEhDV1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCdVKEhDV1 .btn-sm {
  padding: 13px 29px;
}
.cid-sCdVKEhDV1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCdVKEhDV1 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCdVKEhDV1 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCdVKEhDV1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCdVKEhDV1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCdVKEhDV1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCdVKEhDV1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCdVKEhDV1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCdVKEhDV1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdVKEhDV1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdVKEhDV1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdVKEhDV1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCdVKEhDV1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCdVKEhDV1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdVKEhDV1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCdVKEhDV1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdVKEhDV1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCdVKEhDV1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCdVKEhDV1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCdVKEhDV1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCdVKEhDV1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCdVKEhDV1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCdVKEhDV1 button.navbar-toggler:focus {
  outline: none;
}
.cid-sCdVKEhDV1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCdVKEhDV1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdVKEhDV1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdVKEhDV1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdVKEhDV1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdVKEhDV1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdVKEhDV1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdVKEhDV1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdVKEhDV1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdVKEhDV1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdVKEhDV1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdVKEhDV1 .collapsed .btn {
  display: flex;
}
.cid-sCdVKEhDV1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCdVKEhDV1 .collapsed .navbar-collapse.collapsing,
.cid-sCdVKEhDV1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCdVKEhDV1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCdVKEhDV1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCdVKEhDV1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCdVKEhDV1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCdVKEhDV1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCdVKEhDV1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCdVKEhDV1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCdVKEhDV1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCdVKEhDV1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCdVKEhDV1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCdVKEhDV1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCdVKEhDV1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCdVKEhDV1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCdVKEhDV1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCdVKEhDV1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCdVKEhDV1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCdVKEhDV1 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCdVKEhDV1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCdVKEhDV1 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCdVKEhDV1 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCdVKEhDV1 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCdVKEhDV1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCdVKEhDV1 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCdVKEhDV1 .navbar-collapse.collapsing,
  .cid-sCdVKEhDV1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCdVKEhDV1 .navbar-collapse.collapsing .navbar-nav,
  .cid-sCdVKEhDV1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCdVKEhDV1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCdVKEhDV1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCdVKEhDV1 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCdVKEhDV1 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCdVKEhDV1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCdVKEhDV1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCdVKEhDV1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCdVKEhDV1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCdVKEhDV1 img {
    height: 3.8rem !important;
  }
  .cid-sCdVKEhDV1 .btn {
    display: flex;
  }
  .cid-sCdVKEhDV1 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCdVKEhDV1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCdVKEhDV1 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCdVKEhDV1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCdVKEhDV1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCdVKEhDV1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCdVKEhDV1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCdVKEhDV1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCdVKEhDV1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCdVKEhDV1 .navbar-toggler {
  position: relative;
}
.cid-sCdVKEhDV1 .dropdown-item.active,
.cid-sCdVKEhDV1 .dropdown-item:active {
  color: initial;
}
.cid-sCdVKEhDV1 .widget-title {
  color: #83868c;
}
.cid-sCdVKEhDV1 .widget-text {
  color: #83868c;
}
.cid-sCdVKEhDV1 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCdVKEhDV1 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCdVKEhDV1 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCdVKEhDV1 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCdVKEhDV1 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCdVKEhDV1 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCdVKEhDV1 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCdVKEhDV1 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCdVKEhDV1 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCdVKEhDV1 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCdVKEhDV1 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCdVKEhDV1 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCdVKEhDV1 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCdVKEhDV1 .menu-content-top,
  .cid-sCdVKEhDV1 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCdVKEhDV1 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCdVKFpip1 {
  overflow-x: hidden !important;
}
.cid-sCdVKFpip1,
.cid-sCdVKFpip1 .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCdVKFpip1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCdVKFpip1 .mbr-section-title span {
  color: #13287d;
}
.cid-sCdVKFpip1 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCdVKFpip1 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCdVKFpip1 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCdVKFpip1 .mbr-overlay {
  z-index: 1;
}
.cid-sCdVKFpip1 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCdVKFZtQU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdVKFZtQU .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdVKFZtQU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdVKFZtQU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdVKFZtQU * {
    text-align: left;
  }
}
.cid-sCdVKFZtQU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .mbr-text,
.cid-sCdVKFZtQU .mbr-section-btn {
  color: #000000;
}
.cid-sCdVKFZtQU .card-wrapper .card-box .card-title,
.cid-sCdVKFZtQU .mbr-section-btn,
.cid-sCdVKFZtQU .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCdXXosjQW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdXXosjQW .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdXXosjQW .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdXXosjQW .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdXXosjQW .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdXXosjQW .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdXXosjQW .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdXXosjQW .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdXXosjQW .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdXXosjQW .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdXXosjQW .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdXXosjQW .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdXXosjQW .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdXXosjQW .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdXXosjQW .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdXXosjQW .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdXXosjQW .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdXXosjQW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdXXosjQW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdXXosjQW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdXXosjQW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdXXosjQW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdXXosjQW * {
    text-align: left;
  }
}
.cid-sCdXXosjQW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdXXosjQW .card-wrapper .card-box .mbr-text,
.cid-sCdXXosjQW .mbr-section-btn {
  color: #000000;
}
.cid-sCdXXosjQW .card-wrapper .card-box .card-title,
.cid-sCdXXosjQW .mbr-section-btn,
.cid-sCdXXosjQW .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdXY0IMlR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdXY0IMlR .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdXY0IMlR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdXY0IMlR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdXY0IMlR * {
    text-align: left;
  }
}
.cid-sCdXY0IMlR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .mbr-text,
.cid-sCdXY0IMlR .mbr-section-btn {
  color: #000000;
}
.cid-sCdXY0IMlR .card-wrapper .card-box .card-title,
.cid-sCdXY0IMlR .mbr-section-btn,
.cid-sCdXY0IMlR .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdXYE60F4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdXYE60F4 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdXYE60F4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdXYE60F4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdXYE60F4 * {
    text-align: left;
  }
}
.cid-sCdXYE60F4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .mbr-text,
.cid-sCdXYE60F4 .mbr-section-btn {
  color: #000000;
}
.cid-sCdXYE60F4 .card-wrapper .card-box .card-title,
.cid-sCdXYE60F4 .mbr-section-btn,
.cid-sCdXYE60F4 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdYHe5t6t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdYHe5t6t .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdYHe5t6t .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdYHe5t6t .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdYHe5t6t * {
    text-align: left;
  }
}
.cid-sCdYHe5t6t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .mbr-text,
.cid-sCdYHe5t6t .mbr-section-btn {
  color: #000000;
}
.cid-sCdYHe5t6t .card-wrapper .card-box .card-title,
.cid-sCdYHe5t6t .mbr-section-btn,
.cid-sCdYHe5t6t .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdYHHl4NV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdYHHl4NV .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCdYHHl4NV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCdYHHl4NV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCdYHHl4NV * {
    text-align: left;
  }
}
.cid-sCdYHHl4NV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .mbr-text,
.cid-sCdYHHl4NV .mbr-section-btn {
  color: #000000;
}
.cid-sCdYHHl4NV .card-wrapper .card-box .card-title,
.cid-sCdYHHl4NV .mbr-section-btn,
.cid-sCdYHHl4NV .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCdVKGMLrV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCdVKGMLrV .content-inner .left-content {
  display: block;
}
.cid-sCdVKGMLrV .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCdVKGMLrV .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCdVKGMLrV .content-inner .right-content {
  display: block;
}
.cid-sCdVKGMLrV .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCdVKGMLrV .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCdVKGMLrV .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCdVKGMLrV .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCdVKGMLrV .content-inner {
    justify-content: center !important;
  }
  .cid-sCdVKGMLrV * {
    text-align: center;
  }
}
.cid-sCdVKGMLrV .content-inner .left-content .mbr-section-title,
.cid-sCdVKGMLrV .mbr-section-btn {
  color: #1955a5;
}
.cid-sCichHNP6z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCichHNP6z .mbr-text {
  color: #d9dade;
}
.cid-sCichHNP6z h5 {
  text-align: left;
}
.cid-sCichHNP6z p {
  text-align: left;
}
.cid-sCichHNP6z .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCichHNP6z .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCichHNP6z .card-title,
.cid-sCichHNP6z .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCichHNP6z .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCichHNP6z .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCichHNP6z .logo-text {
  text-align: left;
}
.cid-sCichHNP6z span {
  text-decoration: underline;
}
.cid-sCichHNP6z .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCichHNP6z .card-box h5,
  .cid-sCichHNP6z .card-box p {
    text-align: center;
  }
  .cid-sCichHNP6z .mbr-text {
    text-align: center;
  }
}
.cid-sCiciN1TEb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiciN1TEb .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiciN1TEb .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiciN1TEb .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiciN1TEb .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiciN1TEb .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiciN1TEb .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiciN1TEb .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiciN1TEb .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiciN1TEb .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiciN1TEb .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCe2iGOllM .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCe2iGOllM .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCe2iGOllM .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCe2iGOllM .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCe2iGOllM .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCe2iGOllM .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCe2iGOllM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCe2iGOllM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCe2iGOllM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCe2iGOllM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCe2iGOllM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCe2iGOllM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCe2iGOllM .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCe2iGOllM .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCe2iGOllM .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCe2iGOllM .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCe2iGOllM .dropdown-item,
.cid-sCe2iGOllM .nav-link,
.cid-sCe2iGOllM .brand-name {
  font-style: normal;
}
.cid-sCe2iGOllM .dropdown-item:hover,
.cid-sCe2iGOllM .nav-link:hover,
.cid-sCe2iGOllM .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCe2iGOllM .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCe2iGOllM .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCe2iGOllM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCe2iGOllM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCe2iGOllM .nav-item {
  position: relative;
}
.cid-sCe2iGOllM .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCe2iGOllM .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCe2iGOllM .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCe2iGOllM .nav-link {
    line-height: 6.13;
  }
  .cid-sCe2iGOllM .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCe2iGOllM .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCe2iGOllM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCe2iGOllM .content-text {
  margin-bottom: 0;
}
.cid-sCe2iGOllM .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCe2iGOllM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCe2iGOllM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCe2iGOllM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCe2iGOllM .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCe2iGOllM .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCe2iGOllM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCe2iGOllM .content-right-side {
  text-align: center;
}
.cid-sCe2iGOllM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCe2iGOllM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCe2iGOllM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCe2iGOllM .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCe2iGOllM .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCe2iGOllM .info-widget:first-child {
  margin-left: 0;
}
.cid-sCe2iGOllM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCe2iGOllM .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCe2iGOllM .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCe2iGOllM .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCe2iGOllM .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCe2iGOllM .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCe2iGOllM .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCe2iGOllM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCe2iGOllM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCe2iGOllM .navbar-toggler {
    display: none;
  }
  .cid-sCe2iGOllM .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCe2iGOllM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCe2iGOllM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCe2iGOllM .btn-sm {
  padding: 13px 29px;
}
.cid-sCe2iGOllM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCe2iGOllM .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCe2iGOllM .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCe2iGOllM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCe2iGOllM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCe2iGOllM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCe2iGOllM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCe2iGOllM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCe2iGOllM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCe2iGOllM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCe2iGOllM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCe2iGOllM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCe2iGOllM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCe2iGOllM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCe2iGOllM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCe2iGOllM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCe2iGOllM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCe2iGOllM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCe2iGOllM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCe2iGOllM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCe2iGOllM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCe2iGOllM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCe2iGOllM button.navbar-toggler:focus {
  outline: none;
}
.cid-sCe2iGOllM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCe2iGOllM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCe2iGOllM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCe2iGOllM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCe2iGOllM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCe2iGOllM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCe2iGOllM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCe2iGOllM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCe2iGOllM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCe2iGOllM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCe2iGOllM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCe2iGOllM .collapsed .btn {
  display: flex;
}
.cid-sCe2iGOllM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCe2iGOllM .collapsed .navbar-collapse.collapsing,
.cid-sCe2iGOllM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCe2iGOllM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCe2iGOllM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCe2iGOllM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCe2iGOllM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCe2iGOllM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCe2iGOllM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCe2iGOllM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCe2iGOllM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCe2iGOllM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCe2iGOllM .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCe2iGOllM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCe2iGOllM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCe2iGOllM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCe2iGOllM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCe2iGOllM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCe2iGOllM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCe2iGOllM .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCe2iGOllM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCe2iGOllM .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCe2iGOllM .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCe2iGOllM .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCe2iGOllM .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCe2iGOllM .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCe2iGOllM .navbar-collapse.collapsing,
  .cid-sCe2iGOllM .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCe2iGOllM .navbar-collapse.collapsing .navbar-nav,
  .cid-sCe2iGOllM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCe2iGOllM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCe2iGOllM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCe2iGOllM .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCe2iGOllM .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCe2iGOllM .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCe2iGOllM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCe2iGOllM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCe2iGOllM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCe2iGOllM img {
    height: 3.8rem !important;
  }
  .cid-sCe2iGOllM .btn {
    display: flex;
  }
  .cid-sCe2iGOllM button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCe2iGOllM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCe2iGOllM .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCe2iGOllM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCe2iGOllM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCe2iGOllM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCe2iGOllM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCe2iGOllM .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCe2iGOllM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCe2iGOllM .navbar-toggler {
  position: relative;
}
.cid-sCe2iGOllM .dropdown-item.active,
.cid-sCe2iGOllM .dropdown-item:active {
  color: initial;
}
.cid-sCe2iGOllM .widget-title {
  color: #83868c;
}
.cid-sCe2iGOllM .widget-text {
  color: #83868c;
}
.cid-sCe2iGOllM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCe2iGOllM .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCe2iGOllM .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCe2iGOllM .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCe2iGOllM .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCe2iGOllM .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCe2iGOllM .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCe2iGOllM .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCe2iGOllM .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCe2iGOllM .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCe2iGOllM .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCe2iGOllM .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCe2iGOllM .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCe2iGOllM .menu-content-top,
  .cid-sCe2iGOllM .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCe2iGOllM button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCe2iIvSLf {
  overflow-x: hidden !important;
}
.cid-sCe2iIvSLf,
.cid-sCe2iIvSLf .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCe2iIvSLf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCe2iIvSLf .mbr-section-title span {
  color: #13287d;
}
.cid-sCe2iIvSLf .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCe2iIvSLf .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCe2iIvSLf .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCe2iIvSLf .mbr-overlay {
  z-index: 1;
}
.cid-sCe2iIvSLf .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCe2iJerzb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCe2iJerzb .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCe2iJerzb .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCe2iJerzb .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCe2iJerzb .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCe2iJerzb .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCe2iJerzb .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCe2iJerzb .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCe2iJerzb .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCe2iJerzb .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCe2iJerzb .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCe2iJerzb .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCe2iJerzb .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCe2iJerzb .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCe2iJerzb .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCe2iJerzb .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCe2iJerzb .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCe2iJerzb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCe2iJerzb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCe2iJerzb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCe2iJerzb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCe2iJerzb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCe2iJerzb * {
    text-align: left;
  }
}
.cid-sCe2iJerzb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCe2iJerzb .card-wrapper .card-box .mbr-text,
.cid-sCe2iJerzb .mbr-section-btn {
  color: #000000;
}
.cid-sCe2iJerzb .card-wrapper .card-box .card-title,
.cid-sCe2iJerzb .mbr-section-btn,
.cid-sCe2iJerzb .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCe2iK3QN2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCe2iK3QN2 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCe2iK3QN2 * {
    text-align: left;
  }
}
.cid-sCe2iK3QN2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .mbr-text,
.cid-sCe2iK3QN2 .mbr-section-btn {
  color: #000000;
}
.cid-sCe2iK3QN2 .card-wrapper .card-box .card-title,
.cid-sCe2iK3QN2 .mbr-section-btn,
.cid-sCe2iK3QN2 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCe2iKVMZE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCe2iKVMZE .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCe2iKVMZE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCe2iKVMZE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCe2iKVMZE * {
    text-align: left;
  }
}
.cid-sCe2iKVMZE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .mbr-text,
.cid-sCe2iKVMZE .mbr-section-btn {
  color: #000000;
}
.cid-sCe2iKVMZE .card-wrapper .card-box .card-title,
.cid-sCe2iKVMZE .mbr-section-btn,
.cid-sCe2iKVMZE .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCe2iLy7oL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCe2iLy7oL .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCe2iLy7oL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCe2iLy7oL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCe2iLy7oL * {
    text-align: left;
  }
}
.cid-sCe2iLy7oL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .mbr-text,
.cid-sCe2iLy7oL .mbr-section-btn {
  color: #000000;
}
.cid-sCe2iLy7oL .card-wrapper .card-box .card-title,
.cid-sCe2iLy7oL .mbr-section-btn,
.cid-sCe2iLy7oL .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCe2iNz9x4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCe2iNz9x4 .content-inner .left-content {
  display: block;
}
.cid-sCe2iNz9x4 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCe2iNz9x4 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCe2iNz9x4 .content-inner .right-content {
  display: block;
}
.cid-sCe2iNz9x4 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCe2iNz9x4 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCe2iNz9x4 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCe2iNz9x4 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCe2iNz9x4 .content-inner {
    justify-content: center !important;
  }
  .cid-sCe2iNz9x4 * {
    text-align: center;
  }
}
.cid-sCe2iNz9x4 .content-inner .left-content .mbr-section-title,
.cid-sCe2iNz9x4 .mbr-section-btn {
  color: #1955a5;
}
.cid-sCicR5IWqE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCicR5IWqE .mbr-text {
  color: #d9dade;
}
.cid-sCicR5IWqE h5 {
  text-align: left;
}
.cid-sCicR5IWqE p {
  text-align: left;
}
.cid-sCicR5IWqE .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCicR5IWqE .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCicR5IWqE .card-title,
.cid-sCicR5IWqE .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCicR5IWqE .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCicR5IWqE .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCicR5IWqE .logo-text {
  text-align: left;
}
.cid-sCicR5IWqE span {
  text-decoration: underline;
}
.cid-sCicR5IWqE .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCicR5IWqE .card-box h5,
  .cid-sCicR5IWqE .card-box p {
    text-align: center;
  }
  .cid-sCicR5IWqE .mbr-text {
    text-align: center;
  }
}
.cid-sCicScPTcd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCicScPTcd .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCicScPTcd .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCicScPTcd .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCicScPTcd .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCicScPTcd .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCicScPTcd .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCicScPTcd .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCicScPTcd .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCicScPTcd .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCicScPTcd .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCe9W17Ai0 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCe9W17Ai0 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCe9W17Ai0 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCe9W17Ai0 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCe9W17Ai0 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCe9W17Ai0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCe9W17Ai0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCe9W17Ai0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCe9W17Ai0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCe9W17Ai0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCe9W17Ai0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCe9W17Ai0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCe9W17Ai0 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCe9W17Ai0 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCe9W17Ai0 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCe9W17Ai0 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCe9W17Ai0 .dropdown-item,
.cid-sCe9W17Ai0 .nav-link,
.cid-sCe9W17Ai0 .brand-name {
  font-style: normal;
}
.cid-sCe9W17Ai0 .dropdown-item:hover,
.cid-sCe9W17Ai0 .nav-link:hover,
.cid-sCe9W17Ai0 .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCe9W17Ai0 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCe9W17Ai0 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCe9W17Ai0 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCe9W17Ai0 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCe9W17Ai0 .nav-item {
  position: relative;
}
.cid-sCe9W17Ai0 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCe9W17Ai0 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCe9W17Ai0 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCe9W17Ai0 .nav-link {
    line-height: 6.13;
  }
  .cid-sCe9W17Ai0 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCe9W17Ai0 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCe9W17Ai0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCe9W17Ai0 .content-text {
  margin-bottom: 0;
}
.cid-sCe9W17Ai0 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCe9W17Ai0 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCe9W17Ai0 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCe9W17Ai0 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCe9W17Ai0 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCe9W17Ai0 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCe9W17Ai0 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCe9W17Ai0 .content-right-side {
  text-align: center;
}
.cid-sCe9W17Ai0 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCe9W17Ai0 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCe9W17Ai0 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCe9W17Ai0 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCe9W17Ai0 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCe9W17Ai0 .info-widget:first-child {
  margin-left: 0;
}
.cid-sCe9W17Ai0 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCe9W17Ai0 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCe9W17Ai0 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCe9W17Ai0 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCe9W17Ai0 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCe9W17Ai0 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCe9W17Ai0 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCe9W17Ai0 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCe9W17Ai0 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCe9W17Ai0 .navbar-toggler {
    display: none;
  }
  .cid-sCe9W17Ai0 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCe9W17Ai0 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCe9W17Ai0 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCe9W17Ai0 .btn-sm {
  padding: 13px 29px;
}
.cid-sCe9W17Ai0 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCe9W17Ai0 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCe9W17Ai0 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCe9W17Ai0 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCe9W17Ai0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCe9W17Ai0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCe9W17Ai0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCe9W17Ai0 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCe9W17Ai0 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCe9W17Ai0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCe9W17Ai0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCe9W17Ai0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCe9W17Ai0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCe9W17Ai0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCe9W17Ai0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCe9W17Ai0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCe9W17Ai0 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCe9W17Ai0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCe9W17Ai0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCe9W17Ai0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCe9W17Ai0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCe9W17Ai0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCe9W17Ai0 button.navbar-toggler:focus {
  outline: none;
}
.cid-sCe9W17Ai0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCe9W17Ai0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCe9W17Ai0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCe9W17Ai0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCe9W17Ai0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCe9W17Ai0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCe9W17Ai0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCe9W17Ai0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCe9W17Ai0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCe9W17Ai0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCe9W17Ai0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCe9W17Ai0 .collapsed .btn {
  display: flex;
}
.cid-sCe9W17Ai0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCe9W17Ai0 .collapsed .navbar-collapse.collapsing,
.cid-sCe9W17Ai0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCe9W17Ai0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCe9W17Ai0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCe9W17Ai0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCe9W17Ai0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCe9W17Ai0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCe9W17Ai0 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCe9W17Ai0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCe9W17Ai0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCe9W17Ai0 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCe9W17Ai0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCe9W17Ai0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCe9W17Ai0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCe9W17Ai0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCe9W17Ai0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCe9W17Ai0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCe9W17Ai0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCe9W17Ai0 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCe9W17Ai0 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCe9W17Ai0 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCe9W17Ai0 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCe9W17Ai0 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCe9W17Ai0 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCe9W17Ai0 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCe9W17Ai0 .navbar-collapse.collapsing,
  .cid-sCe9W17Ai0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCe9W17Ai0 .navbar-collapse.collapsing .navbar-nav,
  .cid-sCe9W17Ai0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCe9W17Ai0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCe9W17Ai0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCe9W17Ai0 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCe9W17Ai0 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCe9W17Ai0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCe9W17Ai0 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCe9W17Ai0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCe9W17Ai0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCe9W17Ai0 img {
    height: 3.8rem !important;
  }
  .cid-sCe9W17Ai0 .btn {
    display: flex;
  }
  .cid-sCe9W17Ai0 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCe9W17Ai0 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCe9W17Ai0 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCe9W17Ai0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCe9W17Ai0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCe9W17Ai0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCe9W17Ai0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCe9W17Ai0 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCe9W17Ai0 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCe9W17Ai0 .navbar-toggler {
  position: relative;
}
.cid-sCe9W17Ai0 .dropdown-item.active,
.cid-sCe9W17Ai0 .dropdown-item:active {
  color: initial;
}
.cid-sCe9W17Ai0 .widget-title {
  color: #83868c;
}
.cid-sCe9W17Ai0 .widget-text {
  color: #83868c;
}
.cid-sCe9W17Ai0 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCe9W17Ai0 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCe9W17Ai0 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCe9W17Ai0 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCe9W17Ai0 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCe9W17Ai0 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCe9W17Ai0 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCe9W17Ai0 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCe9W17Ai0 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCe9W17Ai0 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCe9W17Ai0 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCe9W17Ai0 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCe9W17Ai0 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCe9W17Ai0 .menu-content-top,
  .cid-sCe9W17Ai0 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCe9W17Ai0 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCe9W2QOPh {
  overflow-x: hidden !important;
}
.cid-sCe9W2QOPh,
.cid-sCe9W2QOPh .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCe9W2QOPh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCe9W2QOPh .mbr-section-title span {
  color: #13287d;
}
.cid-sCe9W2QOPh .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCe9W2QOPh .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCe9W2QOPh .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCe9W2QOPh .mbr-overlay {
  z-index: 1;
}
.cid-sCe9W2QOPh .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCe9W3vyV4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCe9W3vyV4 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCe9W3vyV4 * {
    text-align: left;
  }
}
.cid-sCe9W3vyV4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .mbr-text,
.cid-sCe9W3vyV4 .mbr-section-btn {
  color: #000000;
}
.cid-sCe9W3vyV4 .card-wrapper .card-box .card-title,
.cid-sCe9W3vyV4 .mbr-section-btn,
.cid-sCe9W3vyV4 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCe9W6sY5a {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCe9W6sY5a .content-inner .left-content {
  display: block;
}
.cid-sCe9W6sY5a .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCe9W6sY5a .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCe9W6sY5a .content-inner .right-content {
  display: block;
}
.cid-sCe9W6sY5a .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCe9W6sY5a .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCe9W6sY5a .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCe9W6sY5a .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCe9W6sY5a .content-inner {
    justify-content: center !important;
  }
  .cid-sCe9W6sY5a * {
    text-align: center;
  }
}
.cid-sCe9W6sY5a .content-inner .left-content .mbr-section-title,
.cid-sCe9W6sY5a .mbr-section-btn {
  color: #1955a5;
}
.cid-sCidw2PAvo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCidw2PAvo .mbr-text {
  color: #d9dade;
}
.cid-sCidw2PAvo h5 {
  text-align: left;
}
.cid-sCidw2PAvo p {
  text-align: left;
}
.cid-sCidw2PAvo .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCidw2PAvo .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCidw2PAvo .card-title,
.cid-sCidw2PAvo .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCidw2PAvo .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCidw2PAvo .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCidw2PAvo .logo-text {
  text-align: left;
}
.cid-sCidw2PAvo span {
  text-decoration: underline;
}
.cid-sCidw2PAvo .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCidw2PAvo .card-box h5,
  .cid-sCidw2PAvo .card-box p {
    text-align: center;
  }
  .cid-sCidw2PAvo .mbr-text {
    text-align: center;
  }
}
.cid-sCidwYJTVZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCidwYJTVZ .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCidwYJTVZ .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCidwYJTVZ .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCidwYJTVZ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCidwYJTVZ .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCidwYJTVZ .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCidwYJTVZ .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCidwYJTVZ .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCidwYJTVZ .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCidwYJTVZ .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCebdTSeUK .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCebdTSeUK .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCebdTSeUK .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCebdTSeUK .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCebdTSeUK .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCebdTSeUK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCebdTSeUK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCebdTSeUK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCebdTSeUK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCebdTSeUK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCebdTSeUK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCebdTSeUK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCebdTSeUK .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCebdTSeUK .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCebdTSeUK .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCebdTSeUK .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCebdTSeUK .dropdown-item,
.cid-sCebdTSeUK .nav-link,
.cid-sCebdTSeUK .brand-name {
  font-style: normal;
}
.cid-sCebdTSeUK .dropdown-item:hover,
.cid-sCebdTSeUK .nav-link:hover,
.cid-sCebdTSeUK .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCebdTSeUK .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCebdTSeUK .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCebdTSeUK .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCebdTSeUK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCebdTSeUK .nav-item {
  position: relative;
}
.cid-sCebdTSeUK .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCebdTSeUK .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCebdTSeUK .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCebdTSeUK .nav-link {
    line-height: 6.13;
  }
  .cid-sCebdTSeUK .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCebdTSeUK .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCebdTSeUK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCebdTSeUK .content-text {
  margin-bottom: 0;
}
.cid-sCebdTSeUK .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCebdTSeUK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCebdTSeUK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCebdTSeUK .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCebdTSeUK .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCebdTSeUK .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCebdTSeUK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCebdTSeUK .content-right-side {
  text-align: center;
}
.cid-sCebdTSeUK .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCebdTSeUK .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCebdTSeUK .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCebdTSeUK .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCebdTSeUK .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCebdTSeUK .info-widget:first-child {
  margin-left: 0;
}
.cid-sCebdTSeUK .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCebdTSeUK .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCebdTSeUK .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCebdTSeUK .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCebdTSeUK .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCebdTSeUK .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCebdTSeUK .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCebdTSeUK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCebdTSeUK .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCebdTSeUK .navbar-toggler {
    display: none;
  }
  .cid-sCebdTSeUK .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCebdTSeUK .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCebdTSeUK .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCebdTSeUK .btn-sm {
  padding: 13px 29px;
}
.cid-sCebdTSeUK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCebdTSeUK .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCebdTSeUK .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCebdTSeUK .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCebdTSeUK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCebdTSeUK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCebdTSeUK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCebdTSeUK .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCebdTSeUK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCebdTSeUK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCebdTSeUK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCebdTSeUK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCebdTSeUK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCebdTSeUK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCebdTSeUK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCebdTSeUK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCebdTSeUK .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCebdTSeUK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCebdTSeUK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCebdTSeUK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCebdTSeUK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCebdTSeUK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCebdTSeUK button.navbar-toggler:focus {
  outline: none;
}
.cid-sCebdTSeUK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCebdTSeUK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCebdTSeUK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCebdTSeUK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCebdTSeUK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCebdTSeUK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCebdTSeUK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCebdTSeUK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCebdTSeUK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCebdTSeUK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCebdTSeUK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCebdTSeUK .collapsed .btn {
  display: flex;
}
.cid-sCebdTSeUK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCebdTSeUK .collapsed .navbar-collapse.collapsing,
.cid-sCebdTSeUK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCebdTSeUK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCebdTSeUK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCebdTSeUK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCebdTSeUK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCebdTSeUK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCebdTSeUK .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCebdTSeUK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCebdTSeUK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCebdTSeUK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCebdTSeUK .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCebdTSeUK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCebdTSeUK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCebdTSeUK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCebdTSeUK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCebdTSeUK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCebdTSeUK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCebdTSeUK .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCebdTSeUK .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCebdTSeUK .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCebdTSeUK .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCebdTSeUK .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCebdTSeUK .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCebdTSeUK .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCebdTSeUK .navbar-collapse.collapsing,
  .cid-sCebdTSeUK .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCebdTSeUK .navbar-collapse.collapsing .navbar-nav,
  .cid-sCebdTSeUK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCebdTSeUK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCebdTSeUK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCebdTSeUK .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCebdTSeUK .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCebdTSeUK .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCebdTSeUK .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCebdTSeUK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCebdTSeUK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCebdTSeUK img {
    height: 3.8rem !important;
  }
  .cid-sCebdTSeUK .btn {
    display: flex;
  }
  .cid-sCebdTSeUK button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCebdTSeUK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCebdTSeUK .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCebdTSeUK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCebdTSeUK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCebdTSeUK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCebdTSeUK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCebdTSeUK .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCebdTSeUK .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCebdTSeUK .navbar-toggler {
  position: relative;
}
.cid-sCebdTSeUK .dropdown-item.active,
.cid-sCebdTSeUK .dropdown-item:active {
  color: initial;
}
.cid-sCebdTSeUK .widget-title {
  color: #83868c;
}
.cid-sCebdTSeUK .widget-text {
  color: #83868c;
}
.cid-sCebdTSeUK .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCebdTSeUK .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCebdTSeUK .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCebdTSeUK .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCebdTSeUK .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCebdTSeUK .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCebdTSeUK .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCebdTSeUK .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCebdTSeUK .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCebdTSeUK .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCebdTSeUK .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCebdTSeUK .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCebdTSeUK .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCebdTSeUK .menu-content-top,
  .cid-sCebdTSeUK .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCebdTSeUK button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCebdV2ax7 {
  overflow-x: hidden !important;
}
.cid-sCebdV2ax7,
.cid-sCebdV2ax7 .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCebdV2ax7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCebdV2ax7 .mbr-section-title span {
  color: #13287d;
}
.cid-sCebdV2ax7 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCebdV2ax7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCebdV2ax7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCebdV2ax7 .mbr-overlay {
  z-index: 1;
}
.cid-sCebdV2ax7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCebdVxgDV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebdVxgDV .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebdVxgDV .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebdVxgDV .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebdVxgDV .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebdVxgDV .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebdVxgDV .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebdVxgDV .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebdVxgDV .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebdVxgDV .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdVxgDV .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdVxgDV .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdVxgDV .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdVxgDV .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebdVxgDV .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebdVxgDV .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebdVxgDV .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebdVxgDV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebdVxgDV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebdVxgDV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebdVxgDV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebdVxgDV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebdVxgDV * {
    text-align: left;
  }
}
.cid-sCebdVxgDV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebdVxgDV .card-wrapper .card-box .mbr-text,
.cid-sCebdVxgDV .mbr-section-btn {
  color: #000000;
}
.cid-sCebdVxgDV .card-wrapper .card-box .card-title,
.cid-sCebdVxgDV .mbr-section-btn,
.cid-sCebdVxgDV .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCebdWbMsQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebdWbMsQ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebdWbMsQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebdWbMsQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebdWbMsQ * {
    text-align: left;
  }
}
.cid-sCebdWbMsQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .mbr-text,
.cid-sCebdWbMsQ .mbr-section-btn {
  color: #000000;
}
.cid-sCebdWbMsQ .card-wrapper .card-box .card-title,
.cid-sCebdWbMsQ .mbr-section-btn,
.cid-sCebdWbMsQ .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCebdWRP6K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebdWRP6K .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebdWRP6K .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebdWRP6K .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebdWRP6K .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebdWRP6K .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebdWRP6K .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebdWRP6K .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebdWRP6K .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebdWRP6K .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdWRP6K .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdWRP6K .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdWRP6K .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdWRP6K .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebdWRP6K .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebdWRP6K .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebdWRP6K .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebdWRP6K .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebdWRP6K .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebdWRP6K .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebdWRP6K .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebdWRP6K .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebdWRP6K * {
    text-align: left;
  }
}
.cid-sCebdWRP6K a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebdWRP6K .card-wrapper .card-box .mbr-text,
.cid-sCebdWRP6K .mbr-section-btn {
  color: #000000;
}
.cid-sCebdWRP6K .card-wrapper .card-box .card-title,
.cid-sCebdWRP6K .mbr-section-btn,
.cid-sCebdWRP6K .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCebdXvhk9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebdXvhk9 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebdXvhk9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebdXvhk9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebdXvhk9 * {
    text-align: left;
  }
}
.cid-sCebdXvhk9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .mbr-text,
.cid-sCebdXvhk9 .mbr-section-btn {
  color: #000000;
}
.cid-sCebdXvhk9 .card-wrapper .card-box .card-title,
.cid-sCebdXvhk9 .mbr-section-btn,
.cid-sCebdXvhk9 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCebdYbRAM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebdYbRAM .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebdYbRAM .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebdYbRAM .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebdYbRAM .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebdYbRAM .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebdYbRAM .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebdYbRAM .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebdYbRAM .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebdYbRAM .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdYbRAM .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdYbRAM .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdYbRAM .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdYbRAM .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebdYbRAM .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebdYbRAM .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebdYbRAM .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebdYbRAM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebdYbRAM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebdYbRAM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebdYbRAM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebdYbRAM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebdYbRAM * {
    text-align: left;
  }
}
.cid-sCebdYbRAM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebdYbRAM .card-wrapper .card-box .mbr-text,
.cid-sCebdYbRAM .mbr-section-btn {
  color: #000000;
}
.cid-sCebdYbRAM .card-wrapper .card-box .card-title,
.cid-sCebdYbRAM .mbr-section-btn,
.cid-sCebdYbRAM .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCebdYO7UE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebdYO7UE .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebdYO7UE .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebdYO7UE .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebdYO7UE .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebdYO7UE .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebdYO7UE .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebdYO7UE .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebdYO7UE .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebdYO7UE .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdYO7UE .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdYO7UE .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdYO7UE .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdYO7UE .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebdYO7UE .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebdYO7UE .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebdYO7UE .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebdYO7UE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebdYO7UE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebdYO7UE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebdYO7UE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebdYO7UE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebdYO7UE * {
    text-align: left;
  }
}
.cid-sCebdYO7UE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebdYO7UE .card-wrapper .card-box .mbr-text,
.cid-sCebdYO7UE .mbr-section-btn {
  color: #000000;
}
.cid-sCebdYO7UE .card-wrapper .card-box .card-title,
.cid-sCebdYO7UE .mbr-section-btn,
.cid-sCebdYO7UE .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCebdZtR0A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebdZtR0A .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebdZtR0A .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebdZtR0A .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebdZtR0A .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebdZtR0A .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebdZtR0A .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebdZtR0A .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebdZtR0A .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebdZtR0A .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdZtR0A .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdZtR0A .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebdZtR0A .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebdZtR0A .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebdZtR0A .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebdZtR0A .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebdZtR0A .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebdZtR0A .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebdZtR0A .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebdZtR0A .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebdZtR0A .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebdZtR0A .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebdZtR0A * {
    text-align: left;
  }
}
.cid-sCebdZtR0A a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebdZtR0A .card-wrapper .card-box .mbr-text,
.cid-sCebdZtR0A .mbr-section-btn {
  color: #000000;
}
.cid-sCebdZtR0A .card-wrapper .card-box .card-title,
.cid-sCebdZtR0A .mbr-section-btn,
.cid-sCebdZtR0A .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCebe06jNi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebe06jNi .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebe06jNi .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebe06jNi .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebe06jNi .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebe06jNi .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebe06jNi .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebe06jNi .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebe06jNi .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebe06jNi .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe06jNi .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe06jNi .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe06jNi .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe06jNi .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebe06jNi .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebe06jNi .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebe06jNi .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebe06jNi .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebe06jNi .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebe06jNi .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebe06jNi .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebe06jNi .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebe06jNi * {
    text-align: left;
  }
}
.cid-sCebe06jNi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebe06jNi .card-wrapper .card-box .mbr-text,
.cid-sCebe06jNi .mbr-section-btn {
  color: #000000;
}
.cid-sCebe06jNi .card-wrapper .card-box .card-title,
.cid-sCebe06jNi .mbr-section-btn,
.cid-sCebe06jNi .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCebe0IMJB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebe0IMJB .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebe0IMJB .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebe0IMJB .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebe0IMJB .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebe0IMJB .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebe0IMJB .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebe0IMJB .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebe0IMJB .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebe0IMJB .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe0IMJB .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe0IMJB .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe0IMJB .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe0IMJB .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebe0IMJB .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebe0IMJB .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebe0IMJB .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebe0IMJB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebe0IMJB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebe0IMJB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebe0IMJB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebe0IMJB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebe0IMJB * {
    text-align: left;
  }
}
.cid-sCebe0IMJB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebe0IMJB .card-wrapper .card-box .mbr-text,
.cid-sCebe0IMJB .mbr-section-btn {
  color: #000000;
}
.cid-sCebe0IMJB .card-wrapper .card-box .card-title,
.cid-sCebe0IMJB .mbr-section-btn,
.cid-sCebe0IMJB .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCebe1ruX7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebe1ruX7 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebe1ruX7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebe1ruX7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebe1ruX7 * {
    text-align: left;
  }
}
.cid-sCebe1ruX7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .mbr-text,
.cid-sCebe1ruX7 .mbr-section-btn {
  color: #000000;
}
.cid-sCebe1ruX7 .card-wrapper .card-box .card-title,
.cid-sCebe1ruX7 .mbr-section-btn,
.cid-sCebe1ruX7 .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCebe2colI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebe2colI .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebe2colI .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebe2colI .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebe2colI .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebe2colI .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebe2colI .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebe2colI .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebe2colI .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebe2colI .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe2colI .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe2colI .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe2colI .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe2colI .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebe2colI .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebe2colI .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebe2colI .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebe2colI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebe2colI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebe2colI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebe2colI .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebe2colI .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebe2colI * {
    text-align: left;
  }
}
.cid-sCebe2colI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebe2colI .card-wrapper .card-box .mbr-text,
.cid-sCebe2colI .mbr-section-btn {
  color: #000000;
}
.cid-sCebe2colI .card-wrapper .card-box .card-title,
.cid-sCebe2colI .mbr-section-btn,
.cid-sCebe2colI .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCebe2T8ac {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebe2T8ac .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebe2T8ac .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebe2T8ac .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebe2T8ac .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebe2T8ac .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebe2T8ac .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebe2T8ac .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebe2T8ac .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebe2T8ac .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe2T8ac .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe2T8ac .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe2T8ac .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe2T8ac .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebe2T8ac .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebe2T8ac .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebe2T8ac .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebe2T8ac .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebe2T8ac .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebe2T8ac .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebe2T8ac .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebe2T8ac .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebe2T8ac * {
    text-align: left;
  }
}
.cid-sCebe2T8ac a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebe2T8ac .card-wrapper .card-box .mbr-text,
.cid-sCebe2T8ac .mbr-section-btn {
  color: #000000;
}
.cid-sCebe2T8ac .card-wrapper .card-box .card-title,
.cid-sCebe2T8ac .mbr-section-btn,
.cid-sCebe2T8ac .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCebe3zwhs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCebe3zwhs .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCebe3zwhs .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCebe3zwhs .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCebe3zwhs .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCebe3zwhs .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCebe3zwhs .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCebe3zwhs .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCebe3zwhs .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCebe3zwhs .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe3zwhs .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe3zwhs .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCebe3zwhs .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCebe3zwhs .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCebe3zwhs .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCebe3zwhs .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCebe3zwhs .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCebe3zwhs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCebe3zwhs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCebe3zwhs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCebe3zwhs .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCebe3zwhs .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCebe3zwhs * {
    text-align: left;
  }
}
.cid-sCebe3zwhs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCebe3zwhs .card-wrapper .card-box .mbr-text,
.cid-sCebe3zwhs .mbr-section-btn {
  color: #000000;
}
.cid-sCebe3zwhs .card-wrapper .card-box .card-title,
.cid-sCebe3zwhs .mbr-section-btn,
.cid-sCebe3zwhs .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCee6lTxHF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCee6lTxHF .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCee6lTxHF .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCee6lTxHF .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCee6lTxHF .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCee6lTxHF .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCee6lTxHF .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCee6lTxHF .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCee6lTxHF .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCee6lTxHF .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCee6lTxHF .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCee6lTxHF .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCee6lTxHF .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCee6lTxHF .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCee6lTxHF .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCee6lTxHF .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCee6lTxHF .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCee6lTxHF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCee6lTxHF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCee6lTxHF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCee6lTxHF .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCee6lTxHF .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCee6lTxHF * {
    text-align: left;
  }
}
.cid-sCee6lTxHF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCee6lTxHF .card-wrapper .card-box .mbr-text,
.cid-sCee6lTxHF .mbr-section-btn {
  color: #000000;
}
.cid-sCee6lTxHF .card-wrapper .card-box .card-title,
.cid-sCee6lTxHF .mbr-section-btn,
.cid-sCee6lTxHF .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCee6WcFId {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCee6WcFId .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCee6WcFId .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCee6WcFId .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCee6WcFId .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCee6WcFId .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCee6WcFId .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCee6WcFId .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCee6WcFId .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCee6WcFId .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCee6WcFId .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCee6WcFId .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCee6WcFId .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCee6WcFId .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCee6WcFId .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCee6WcFId .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCee6WcFId .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCee6WcFId .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCee6WcFId .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCee6WcFId .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCee6WcFId .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCee6WcFId .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCee6WcFId * {
    text-align: left;
  }
}
.cid-sCee6WcFId a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCee6WcFId .card-wrapper .card-box .mbr-text,
.cid-sCee6WcFId .mbr-section-btn {
  color: #000000;
}
.cid-sCee6WcFId .card-wrapper .card-box .card-title,
.cid-sCee6WcFId .mbr-section-btn,
.cid-sCee6WcFId .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCefuiQiYR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCefuiQiYR .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCefuiQiYR .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCefuiQiYR .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCefuiQiYR .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCefuiQiYR .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCefuiQiYR .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCefuiQiYR .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCefuiQiYR .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCefuiQiYR .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCefuiQiYR .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCefuiQiYR .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCefuiQiYR .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCefuiQiYR .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCefuiQiYR .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCefuiQiYR .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCefuiQiYR .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCefuiQiYR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCefuiQiYR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCefuiQiYR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCefuiQiYR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCefuiQiYR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCefuiQiYR * {
    text-align: left;
  }
}
.cid-sCefuiQiYR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCefuiQiYR .card-wrapper .card-box .mbr-text,
.cid-sCefuiQiYR .mbr-section-btn {
  color: #000000;
}
.cid-sCefuiQiYR .card-wrapper .card-box .card-title,
.cid-sCefuiQiYR .mbr-section-btn,
.cid-sCefuiQiYR .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCebe4iFsD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCebe4iFsD .content-inner .left-content {
  display: block;
}
.cid-sCebe4iFsD .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCebe4iFsD .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCebe4iFsD .content-inner .right-content {
  display: block;
}
.cid-sCebe4iFsD .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCebe4iFsD .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCebe4iFsD .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCebe4iFsD .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCebe4iFsD .content-inner {
    justify-content: center !important;
  }
  .cid-sCebe4iFsD * {
    text-align: center;
  }
}
.cid-sCebe4iFsD .content-inner .left-content .mbr-section-title,
.cid-sCebe4iFsD .mbr-section-btn {
  color: #1955a5;
}
.cid-sCiocvnqPb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCiocvnqPb .mbr-text {
  color: #d9dade;
}
.cid-sCiocvnqPb h5 {
  text-align: left;
}
.cid-sCiocvnqPb p {
  text-align: left;
}
.cid-sCiocvnqPb .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCiocvnqPb .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCiocvnqPb .card-title,
.cid-sCiocvnqPb .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCiocvnqPb .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCiocvnqPb .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCiocvnqPb .logo-text {
  text-align: left;
}
.cid-sCiocvnqPb span {
  text-decoration: underline;
}
.cid-sCiocvnqPb .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCiocvnqPb .card-box h5,
  .cid-sCiocvnqPb .card-box p {
    text-align: center;
  }
  .cid-sCiocvnqPb .mbr-text {
    text-align: center;
  }
}
.cid-sCiodpHrFd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiodpHrFd .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiodpHrFd .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiodpHrFd .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiodpHrFd .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiodpHrFd .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiodpHrFd .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiodpHrFd .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiodpHrFd .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiodpHrFd .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiodpHrFd .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCegJg1tma .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCegJg1tma .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCegJg1tma .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCegJg1tma .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCegJg1tma .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCegJg1tma .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCegJg1tma .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCegJg1tma .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCegJg1tma .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCegJg1tma .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCegJg1tma .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCegJg1tma .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCegJg1tma .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCegJg1tma .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCegJg1tma .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCegJg1tma .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCegJg1tma .dropdown-item,
.cid-sCegJg1tma .nav-link,
.cid-sCegJg1tma .brand-name {
  font-style: normal;
}
.cid-sCegJg1tma .dropdown-item:hover,
.cid-sCegJg1tma .nav-link:hover,
.cid-sCegJg1tma .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCegJg1tma .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCegJg1tma .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCegJg1tma .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCegJg1tma .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCegJg1tma .nav-item {
  position: relative;
}
.cid-sCegJg1tma .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCegJg1tma .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCegJg1tma .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCegJg1tma .nav-link {
    line-height: 6.13;
  }
  .cid-sCegJg1tma .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCegJg1tma .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCegJg1tma .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCegJg1tma .content-text {
  margin-bottom: 0;
}
.cid-sCegJg1tma .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCegJg1tma .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCegJg1tma .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCegJg1tma .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCegJg1tma .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCegJg1tma .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCegJg1tma .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCegJg1tma .content-right-side {
  text-align: center;
}
.cid-sCegJg1tma .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCegJg1tma .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCegJg1tma .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCegJg1tma .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCegJg1tma .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCegJg1tma .info-widget:first-child {
  margin-left: 0;
}
.cid-sCegJg1tma .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCegJg1tma .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCegJg1tma .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCegJg1tma .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCegJg1tma .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCegJg1tma .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCegJg1tma .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCegJg1tma .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCegJg1tma .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCegJg1tma .navbar-toggler {
    display: none;
  }
  .cid-sCegJg1tma .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCegJg1tma .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCegJg1tma .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCegJg1tma .btn-sm {
  padding: 13px 29px;
}
.cid-sCegJg1tma .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCegJg1tma .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCegJg1tma .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCegJg1tma .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCegJg1tma .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCegJg1tma .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCegJg1tma .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCegJg1tma .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCegJg1tma .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCegJg1tma .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCegJg1tma .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCegJg1tma .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCegJg1tma .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCegJg1tma .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCegJg1tma .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCegJg1tma .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCegJg1tma .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCegJg1tma .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCegJg1tma .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCegJg1tma .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCegJg1tma .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCegJg1tma button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCegJg1tma button.navbar-toggler:focus {
  outline: none;
}
.cid-sCegJg1tma button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCegJg1tma button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCegJg1tma button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCegJg1tma button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCegJg1tma button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCegJg1tma nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCegJg1tma nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCegJg1tma nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCegJg1tma nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCegJg1tma .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCegJg1tma .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCegJg1tma .collapsed .btn {
  display: flex;
}
.cid-sCegJg1tma .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCegJg1tma .collapsed .navbar-collapse.collapsing,
.cid-sCegJg1tma .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCegJg1tma .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCegJg1tma .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCegJg1tma .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCegJg1tma .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCegJg1tma .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCegJg1tma .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCegJg1tma .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCegJg1tma .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCegJg1tma .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCegJg1tma .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCegJg1tma .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCegJg1tma .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCegJg1tma .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCegJg1tma .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCegJg1tma .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCegJg1tma .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCegJg1tma .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCegJg1tma .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCegJg1tma .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCegJg1tma .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCegJg1tma .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCegJg1tma .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCegJg1tma .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCegJg1tma .navbar-collapse.collapsing,
  .cid-sCegJg1tma .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCegJg1tma .navbar-collapse.collapsing .navbar-nav,
  .cid-sCegJg1tma .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCegJg1tma .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCegJg1tma .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCegJg1tma .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCegJg1tma .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCegJg1tma .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCegJg1tma .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCegJg1tma .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCegJg1tma .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCegJg1tma img {
    height: 3.8rem !important;
  }
  .cid-sCegJg1tma .btn {
    display: flex;
  }
  .cid-sCegJg1tma button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCegJg1tma .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCegJg1tma .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCegJg1tma .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCegJg1tma .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCegJg1tma .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCegJg1tma .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCegJg1tma .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCegJg1tma .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCegJg1tma .navbar-toggler {
  position: relative;
}
.cid-sCegJg1tma .dropdown-item.active,
.cid-sCegJg1tma .dropdown-item:active {
  color: initial;
}
.cid-sCegJg1tma .widget-title {
  color: #83868c;
}
.cid-sCegJg1tma .widget-text {
  color: #83868c;
}
.cid-sCegJg1tma .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCegJg1tma .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCegJg1tma .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCegJg1tma .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCegJg1tma .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCegJg1tma .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCegJg1tma .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCegJg1tma .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCegJg1tma .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCegJg1tma .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCegJg1tma .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCegJg1tma .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCegJg1tma .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCegJg1tma .menu-content-top,
  .cid-sCegJg1tma .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCegJg1tma button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCegJht9rg {
  overflow-x: hidden !important;
}
.cid-sCegJht9rg,
.cid-sCegJht9rg .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCegJht9rg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCegJht9rg .mbr-section-title span {
  color: #13287d;
}
.cid-sCegJht9rg .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCegJht9rg .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCegJht9rg .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCegJht9rg .mbr-overlay {
  z-index: 1;
}
.cid-sCegJht9rg .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCegJi4yQM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCegJi4yQM .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCegJi4yQM .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCegJi4yQM .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCegJi4yQM .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCegJi4yQM .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCegJi4yQM .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCegJi4yQM .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCegJi4yQM .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCegJi4yQM .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCegJi4yQM .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCegJi4yQM .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCegJi4yQM .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCegJi4yQM .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCegJi4yQM .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCegJi4yQM .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCegJi4yQM .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCegJi4yQM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCegJi4yQM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCegJi4yQM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCegJi4yQM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCegJi4yQM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCegJi4yQM * {
    text-align: left;
  }
}
.cid-sCegJi4yQM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCegJi4yQM .card-wrapper .card-box .mbr-text,
.cid-sCegJi4yQM .mbr-section-btn {
  color: #000000;
}
.cid-sCegJi4yQM .card-wrapper .card-box .card-title,
.cid-sCegJi4yQM .mbr-section-btn,
.cid-sCegJi4yQM .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCegJncfwV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCegJncfwV .content-inner .left-content {
  display: block;
}
.cid-sCegJncfwV .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCegJncfwV .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCegJncfwV .content-inner .right-content {
  display: block;
}
.cid-sCegJncfwV .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCegJncfwV .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCegJncfwV .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCegJncfwV .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCegJncfwV .content-inner {
    justify-content: center !important;
  }
  .cid-sCegJncfwV * {
    text-align: center;
  }
}
.cid-sCegJncfwV .content-inner .left-content .mbr-section-title,
.cid-sCegJncfwV .mbr-section-btn {
  color: #1955a5;
}
.cid-sCikgUbtH8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCikgUbtH8 .mbr-text {
  color: #d9dade;
}
.cid-sCikgUbtH8 h5 {
  text-align: left;
}
.cid-sCikgUbtH8 p {
  text-align: left;
}
.cid-sCikgUbtH8 .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCikgUbtH8 .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCikgUbtH8 .card-title,
.cid-sCikgUbtH8 .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCikgUbtH8 .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCikgUbtH8 .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCikgUbtH8 .logo-text {
  text-align: left;
}
.cid-sCikgUbtH8 span {
  text-decoration: underline;
}
.cid-sCikgUbtH8 .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCikgUbtH8 .card-box h5,
  .cid-sCikgUbtH8 .card-box p {
    text-align: center;
  }
  .cid-sCikgUbtH8 .mbr-text {
    text-align: center;
  }
}
.cid-sCikhDNHOn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCikhDNHOn .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCikhDNHOn .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCikhDNHOn .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCikhDNHOn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCikhDNHOn .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCikhDNHOn .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCikhDNHOn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCikhDNHOn .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCikhDNHOn .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCikhDNHOn .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCekbeqL2O .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCekbeqL2O .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCekbeqL2O .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCekbeqL2O .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCekbeqL2O .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCekbeqL2O .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCekbeqL2O .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCekbeqL2O .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCekbeqL2O .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCekbeqL2O .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCekbeqL2O .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCekbeqL2O .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCekbeqL2O .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCekbeqL2O .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCekbeqL2O .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCekbeqL2O .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCekbeqL2O .dropdown-item,
.cid-sCekbeqL2O .nav-link,
.cid-sCekbeqL2O .brand-name {
  font-style: normal;
}
.cid-sCekbeqL2O .dropdown-item:hover,
.cid-sCekbeqL2O .nav-link:hover,
.cid-sCekbeqL2O .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCekbeqL2O .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCekbeqL2O .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCekbeqL2O .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCekbeqL2O .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCekbeqL2O .nav-item {
  position: relative;
}
.cid-sCekbeqL2O .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCekbeqL2O .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCekbeqL2O .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCekbeqL2O .nav-link {
    line-height: 6.13;
  }
  .cid-sCekbeqL2O .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCekbeqL2O .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCekbeqL2O .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCekbeqL2O .content-text {
  margin-bottom: 0;
}
.cid-sCekbeqL2O .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCekbeqL2O .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCekbeqL2O .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCekbeqL2O .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCekbeqL2O .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCekbeqL2O .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCekbeqL2O .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCekbeqL2O .content-right-side {
  text-align: center;
}
.cid-sCekbeqL2O .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCekbeqL2O .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCekbeqL2O .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCekbeqL2O .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCekbeqL2O .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCekbeqL2O .info-widget:first-child {
  margin-left: 0;
}
.cid-sCekbeqL2O .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCekbeqL2O .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCekbeqL2O .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCekbeqL2O .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCekbeqL2O .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCekbeqL2O .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCekbeqL2O .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCekbeqL2O .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCekbeqL2O .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCekbeqL2O .navbar-toggler {
    display: none;
  }
  .cid-sCekbeqL2O .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCekbeqL2O .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCekbeqL2O .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCekbeqL2O .btn-sm {
  padding: 13px 29px;
}
.cid-sCekbeqL2O .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCekbeqL2O .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCekbeqL2O .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCekbeqL2O .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCekbeqL2O .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCekbeqL2O .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCekbeqL2O .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCekbeqL2O .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCekbeqL2O .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCekbeqL2O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCekbeqL2O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCekbeqL2O .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCekbeqL2O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCekbeqL2O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCekbeqL2O .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCekbeqL2O .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCekbeqL2O .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCekbeqL2O .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCekbeqL2O .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCekbeqL2O .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCekbeqL2O .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCekbeqL2O button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCekbeqL2O button.navbar-toggler:focus {
  outline: none;
}
.cid-sCekbeqL2O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCekbeqL2O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCekbeqL2O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCekbeqL2O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCekbeqL2O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCekbeqL2O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCekbeqL2O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCekbeqL2O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCekbeqL2O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCekbeqL2O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCekbeqL2O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCekbeqL2O .collapsed .btn {
  display: flex;
}
.cid-sCekbeqL2O .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCekbeqL2O .collapsed .navbar-collapse.collapsing,
.cid-sCekbeqL2O .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCekbeqL2O .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCekbeqL2O .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCekbeqL2O .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCekbeqL2O .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCekbeqL2O .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCekbeqL2O .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCekbeqL2O .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCekbeqL2O .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCekbeqL2O .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCekbeqL2O .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCekbeqL2O .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCekbeqL2O .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCekbeqL2O .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCekbeqL2O .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCekbeqL2O .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCekbeqL2O .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCekbeqL2O .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCekbeqL2O .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCekbeqL2O .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCekbeqL2O .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCekbeqL2O .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCekbeqL2O .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCekbeqL2O .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCekbeqL2O .navbar-collapse.collapsing,
  .cid-sCekbeqL2O .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCekbeqL2O .navbar-collapse.collapsing .navbar-nav,
  .cid-sCekbeqL2O .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCekbeqL2O .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCekbeqL2O .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCekbeqL2O .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCekbeqL2O .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCekbeqL2O .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCekbeqL2O .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCekbeqL2O .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCekbeqL2O .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCekbeqL2O img {
    height: 3.8rem !important;
  }
  .cid-sCekbeqL2O .btn {
    display: flex;
  }
  .cid-sCekbeqL2O button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCekbeqL2O .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCekbeqL2O .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCekbeqL2O .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCekbeqL2O .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCekbeqL2O .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCekbeqL2O .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCekbeqL2O .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCekbeqL2O .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCekbeqL2O .navbar-toggler {
  position: relative;
}
.cid-sCekbeqL2O .dropdown-item.active,
.cid-sCekbeqL2O .dropdown-item:active {
  color: initial;
}
.cid-sCekbeqL2O .widget-title {
  color: #83868c;
}
.cid-sCekbeqL2O .widget-text {
  color: #83868c;
}
.cid-sCekbeqL2O .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCekbeqL2O .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCekbeqL2O .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCekbeqL2O .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCekbeqL2O .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCekbeqL2O .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCekbeqL2O .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCekbeqL2O .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCekbeqL2O .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCekbeqL2O .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCekbeqL2O .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCekbeqL2O .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCekbeqL2O .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCekbeqL2O .menu-content-top,
  .cid-sCekbeqL2O .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCekbeqL2O button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCekbfICv8 {
  overflow-x: hidden !important;
}
.cid-sCekbfICv8,
.cid-sCekbfICv8 .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCekbfICv8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCekbfICv8 .mbr-section-title span {
  color: #13287d;
}
.cid-sCekbfICv8 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCekbfICv8 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sCekbfICv8 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCekbfICv8 .mbr-overlay {
  z-index: 1;
}
.cid-sCekbfICv8 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCekbgvsy1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCekbgvsy1 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCekbgvsy1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCekbgvsy1 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCekbgvsy1 * {
    text-align: left;
  }
}
.cid-sCekbgvsy1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .mbr-text,
.cid-sCekbgvsy1 .mbr-section-btn {
  color: #000000;
}
.cid-sCekbgvsy1 .card-wrapper .card-box .card-title,
.cid-sCekbgvsy1 .mbr-section-btn,
.cid-sCekbgvsy1 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCekz7RV9t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCekz7RV9t .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCekz7RV9t .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCekz7RV9t .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCekz7RV9t .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCekz7RV9t .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCekz7RV9t .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCekz7RV9t .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCekz7RV9t .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCekz7RV9t .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCekz7RV9t .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCekz7RV9t .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCekz7RV9t .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCekz7RV9t .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCekz7RV9t .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCekz7RV9t .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCekz7RV9t .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCekz7RV9t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCekz7RV9t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCekz7RV9t .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCekz7RV9t .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCekz7RV9t .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCekz7RV9t * {
    text-align: left;
  }
}
.cid-sCekz7RV9t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCekz7RV9t .card-wrapper .card-box .mbr-text,
.cid-sCekz7RV9t .mbr-section-btn {
  color: #000000;
}
.cid-sCekz7RV9t .card-wrapper .card-box .card-title,
.cid-sCekz7RV9t .mbr-section-btn,
.cid-sCekz7RV9t .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCekbhh5kl {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCekbhh5kl .content-inner .left-content {
  display: block;
}
.cid-sCekbhh5kl .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCekbhh5kl .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCekbhh5kl .content-inner .right-content {
  display: block;
}
.cid-sCekbhh5kl .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCekbhh5kl .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCekbhh5kl .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCekbhh5kl .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCekbhh5kl .content-inner {
    justify-content: center !important;
  }
  .cid-sCekbhh5kl * {
    text-align: center;
  }
}
.cid-sCekbhh5kl .content-inner .left-content .mbr-section-title,
.cid-sCekbhh5kl .mbr-section-btn {
  color: #1955a5;
}
.cid-sCikLwtvDF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCikLwtvDF .mbr-text {
  color: #d9dade;
}
.cid-sCikLwtvDF h5 {
  text-align: left;
}
.cid-sCikLwtvDF p {
  text-align: left;
}
.cid-sCikLwtvDF .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCikLwtvDF .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCikLwtvDF .card-title,
.cid-sCikLwtvDF .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCikLwtvDF .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCikLwtvDF .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCikLwtvDF .logo-text {
  text-align: left;
}
.cid-sCikLwtvDF span {
  text-decoration: underline;
}
.cid-sCikLwtvDF .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCikLwtvDF .card-box h5,
  .cid-sCikLwtvDF .card-box p {
    text-align: center;
  }
  .cid-sCikLwtvDF .mbr-text {
    text-align: center;
  }
}
.cid-sCikMh4IVO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCikMh4IVO .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCikMh4IVO .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCikMh4IVO .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCikMh4IVO .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCikMh4IVO .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCikMh4IVO .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCikMh4IVO .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCikMh4IVO .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCikMh4IVO .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCikMh4IVO .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCeE406zjz .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCeE406zjz .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCeE406zjz .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCeE406zjz .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCeE406zjz .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCeE406zjz .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCeE406zjz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCeE406zjz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCeE406zjz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCeE406zjz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCeE406zjz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCeE406zjz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCeE406zjz .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCeE406zjz .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCeE406zjz .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCeE406zjz .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCeE406zjz .dropdown-item,
.cid-sCeE406zjz .nav-link,
.cid-sCeE406zjz .brand-name {
  font-style: normal;
}
.cid-sCeE406zjz .dropdown-item:hover,
.cid-sCeE406zjz .nav-link:hover,
.cid-sCeE406zjz .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCeE406zjz .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCeE406zjz .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCeE406zjz .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCeE406zjz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCeE406zjz .nav-item {
  position: relative;
}
.cid-sCeE406zjz .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCeE406zjz .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCeE406zjz .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCeE406zjz .nav-link {
    line-height: 6.13;
  }
  .cid-sCeE406zjz .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCeE406zjz .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCeE406zjz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCeE406zjz .content-text {
  margin-bottom: 0;
}
.cid-sCeE406zjz .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCeE406zjz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCeE406zjz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCeE406zjz .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCeE406zjz .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCeE406zjz .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCeE406zjz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCeE406zjz .content-right-side {
  text-align: center;
}
.cid-sCeE406zjz .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCeE406zjz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCeE406zjz .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCeE406zjz .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCeE406zjz .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCeE406zjz .info-widget:first-child {
  margin-left: 0;
}
.cid-sCeE406zjz .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCeE406zjz .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCeE406zjz .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCeE406zjz .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCeE406zjz .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCeE406zjz .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCeE406zjz .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCeE406zjz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCeE406zjz .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCeE406zjz .navbar-toggler {
    display: none;
  }
  .cid-sCeE406zjz .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCeE406zjz .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCeE406zjz .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCeE406zjz .btn-sm {
  padding: 13px 29px;
}
.cid-sCeE406zjz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCeE406zjz .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCeE406zjz .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCeE406zjz .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCeE406zjz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCeE406zjz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCeE406zjz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCeE406zjz .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCeE406zjz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCeE406zjz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCeE406zjz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCeE406zjz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCeE406zjz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCeE406zjz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCeE406zjz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCeE406zjz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCeE406zjz .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCeE406zjz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCeE406zjz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCeE406zjz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCeE406zjz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCeE406zjz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCeE406zjz button.navbar-toggler:focus {
  outline: none;
}
.cid-sCeE406zjz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCeE406zjz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCeE406zjz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCeE406zjz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCeE406zjz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCeE406zjz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCeE406zjz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCeE406zjz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCeE406zjz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCeE406zjz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCeE406zjz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCeE406zjz .collapsed .btn {
  display: flex;
}
.cid-sCeE406zjz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCeE406zjz .collapsed .navbar-collapse.collapsing,
.cid-sCeE406zjz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCeE406zjz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCeE406zjz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCeE406zjz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCeE406zjz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCeE406zjz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCeE406zjz .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCeE406zjz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCeE406zjz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCeE406zjz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCeE406zjz .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCeE406zjz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCeE406zjz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCeE406zjz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCeE406zjz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCeE406zjz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCeE406zjz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCeE406zjz .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCeE406zjz .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCeE406zjz .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCeE406zjz .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCeE406zjz .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCeE406zjz .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCeE406zjz .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCeE406zjz .navbar-collapse.collapsing,
  .cid-sCeE406zjz .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCeE406zjz .navbar-collapse.collapsing .navbar-nav,
  .cid-sCeE406zjz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCeE406zjz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCeE406zjz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCeE406zjz .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCeE406zjz .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCeE406zjz .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCeE406zjz .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCeE406zjz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCeE406zjz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCeE406zjz img {
    height: 3.8rem !important;
  }
  .cid-sCeE406zjz .btn {
    display: flex;
  }
  .cid-sCeE406zjz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCeE406zjz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCeE406zjz .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCeE406zjz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCeE406zjz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCeE406zjz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCeE406zjz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCeE406zjz .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCeE406zjz .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCeE406zjz .navbar-toggler {
  position: relative;
}
.cid-sCeE406zjz .dropdown-item.active,
.cid-sCeE406zjz .dropdown-item:active {
  color: initial;
}
.cid-sCeE406zjz .widget-title {
  color: #83868c;
}
.cid-sCeE406zjz .widget-text {
  color: #83868c;
}
.cid-sCeE406zjz .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCeE406zjz .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCeE406zjz .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCeE406zjz .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCeE406zjz .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCeE406zjz .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCeE406zjz .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCeE406zjz .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCeE406zjz .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCeE406zjz .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCeE406zjz .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCeE406zjz .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCeE406zjz .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCeE406zjz .menu-content-top,
  .cid-sCeE406zjz .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCeE406zjz button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCeE41zDvC {
  overflow-x: hidden !important;
}
.cid-sCeE41zDvC,
.cid-sCeE41zDvC .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCeE41zDvC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCeE41zDvC .mbr-section-title span {
  color: #13287d;
}
.cid-sCeE41zDvC .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCeE41zDvC .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg01-1920x1280.png");
}
.cid-sCeE41zDvC .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCeE41zDvC .mbr-overlay {
  z-index: 1;
}
.cid-sCeE41zDvC .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCeE4223qv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCeE4223qv .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCeE4223qv .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCeE4223qv .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCeE4223qv .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCeE4223qv .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCeE4223qv .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCeE4223qv .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCeE4223qv .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCeE4223qv .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCeE4223qv .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCeE4223qv .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCeE4223qv .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCeE4223qv .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCeE4223qv .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCeE4223qv .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCeE4223qv .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCeE4223qv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCeE4223qv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCeE4223qv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCeE4223qv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCeE4223qv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCeE4223qv * {
    text-align: left;
  }
}
.cid-sCeE4223qv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCeE4223qv .card-wrapper .card-box .mbr-text,
.cid-sCeE4223qv .mbr-section-btn {
  color: #000000;
}
.cid-sCeE4223qv .card-wrapper .card-box .card-title,
.cid-sCeE4223qv .mbr-section-btn,
.cid-sCeE4223qv .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCeEBUYBNv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeEBUYBNv .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeEBUYBNv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeEBUYBNv .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeEBUYBNv .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeEBUYBNv .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeEBUYBNv .card-box {
  padding: 1rem;
}
.cid-sCeEBUYBNv .mbr-section-title,
.cid-sCeEBUYBNv .line-wrap {
  text-align: center;
}
.cid-sCeEBUYBNv .card-box > p,
.cid-sCeEBUYBNv .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeF7Q8ezo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeF7Q8ezo .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeF7Q8ezo .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeF7Q8ezo .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeF7Q8ezo .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeF7Q8ezo .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeF7Q8ezo .card-box {
  padding: 1rem;
}
.cid-sCeF7Q8ezo .mbr-section-title,
.cid-sCeF7Q8ezo .line-wrap {
  text-align: center;
}
.cid-sCeF7Q8ezo .card-box > p,
.cid-sCeF7Q8ezo .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeFs8NAI1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeFs8NAI1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeFs8NAI1 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeFs8NAI1 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeFs8NAI1 .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeFs8NAI1 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeFs8NAI1 .card-box {
  padding: 1rem;
}
.cid-sCeFs8NAI1 .mbr-section-title,
.cid-sCeFs8NAI1 .line-wrap {
  text-align: center;
}
.cid-sCeFs8NAI1 .card-box > p,
.cid-sCeFs8NAI1 .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeFsLvGy9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeFsLvGy9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeFsLvGy9 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeFsLvGy9 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeFsLvGy9 .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeFsLvGy9 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeFsLvGy9 .card-box {
  padding: 1rem;
}
.cid-sCeFsLvGy9 .mbr-section-title,
.cid-sCeFsLvGy9 .line-wrap {
  text-align: center;
}
.cid-sCeFsLvGy9 .card-box > p,
.cid-sCeFsLvGy9 .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeFYXmedv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeFYXmedv .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeFYXmedv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeFYXmedv .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeFYXmedv .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeFYXmedv .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeFYXmedv .card-box {
  padding: 1rem;
}
.cid-sCeFYXmedv .mbr-section-title,
.cid-sCeFYXmedv .line-wrap {
  text-align: center;
}
.cid-sCeFYXmedv .card-box > p,
.cid-sCeFYXmedv .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeFZxmEd9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeFZxmEd9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeFZxmEd9 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeFZxmEd9 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeFZxmEd9 .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeFZxmEd9 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeFZxmEd9 .card-box {
  padding: 1rem;
}
.cid-sCeFZxmEd9 .mbr-section-title,
.cid-sCeFZxmEd9 .line-wrap {
  text-align: center;
}
.cid-sCeFZxmEd9 .card-box > p,
.cid-sCeFZxmEd9 .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeGLSS156 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeGLSS156 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeGLSS156 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeGLSS156 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeGLSS156 .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeGLSS156 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeGLSS156 .card-box {
  padding: 1rem;
}
.cid-sCeGLSS156 .mbr-section-title,
.cid-sCeGLSS156 .line-wrap {
  text-align: center;
}
.cid-sCeGLSS156 .card-box > p,
.cid-sCeGLSS156 .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeGMqfiaO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeGMqfiaO .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeGMqfiaO .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeGMqfiaO .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeGMqfiaO .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeGMqfiaO .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeGMqfiaO .card-box {
  padding: 1rem;
}
.cid-sCeGMqfiaO .mbr-section-title,
.cid-sCeGMqfiaO .line-wrap {
  text-align: center;
}
.cid-sCeGMqfiaO .card-box > p,
.cid-sCeGMqfiaO .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeHhPD1f1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeHhPD1f1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeHhPD1f1 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeHhPD1f1 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeHhPD1f1 .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeHhPD1f1 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeHhPD1f1 .card-box {
  padding: 1rem;
}
.cid-sCeHhPD1f1 .mbr-section-title,
.cid-sCeHhPD1f1 .line-wrap {
  text-align: center;
}
.cid-sCeHhPD1f1 .card-box > p,
.cid-sCeHhPD1f1 .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeHinkW2E {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeHinkW2E .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeHinkW2E .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeHinkW2E .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeHinkW2E .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeHinkW2E .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeHinkW2E .card-box {
  padding: 1rem;
}
.cid-sCeHinkW2E .mbr-section-title,
.cid-sCeHinkW2E .line-wrap {
  text-align: center;
}
.cid-sCeHinkW2E .card-box > p,
.cid-sCeHinkW2E .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeHIqNHCS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeHIqNHCS .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeHIqNHCS .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeHIqNHCS .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeHIqNHCS .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeHIqNHCS .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeHIqNHCS .card-box {
  padding: 1rem;
}
.cid-sCeHIqNHCS .mbr-section-title,
.cid-sCeHIqNHCS .line-wrap {
  text-align: center;
}
.cid-sCeHIqNHCS .card-box > p,
.cid-sCeHIqNHCS .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeHJ0hva6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeHJ0hva6 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeHJ0hva6 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeHJ0hva6 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeHJ0hva6 .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeHJ0hva6 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeHJ0hva6 .card-box {
  padding: 1rem;
}
.cid-sCeHJ0hva6 .mbr-section-title,
.cid-sCeHJ0hva6 .line-wrap {
  text-align: center;
}
.cid-sCeHJ0hva6 .card-box > p,
.cid-sCeHJ0hva6 .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeIfoj3SP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeIfoj3SP .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeIfoj3SP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeIfoj3SP .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeIfoj3SP .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeIfoj3SP .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeIfoj3SP .card-box {
  padding: 1rem;
}
.cid-sCeIfoj3SP .mbr-section-title,
.cid-sCeIfoj3SP .line-wrap {
  text-align: center;
}
.cid-sCeIfoj3SP .card-box > p,
.cid-sCeIfoj3SP .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeIrykHjM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeIrykHjM .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sCeIrykHjM .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCeIrykHjM .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCeIrykHjM .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sCeIrykHjM .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sCeIrykHjM .card-box {
  padding: 1rem;
}
.cid-sCeIrykHjM .mbr-section-title,
.cid-sCeIrykHjM .line-wrap {
  text-align: center;
}
.cid-sCeIrykHjM .card-box > p,
.cid-sCeIrykHjM .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-sCeE42MyEf {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCeE42MyEf .content-inner .left-content {
  display: block;
}
.cid-sCeE42MyEf .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCeE42MyEf .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCeE42MyEf .content-inner .right-content {
  display: block;
}
.cid-sCeE42MyEf .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCeE42MyEf .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCeE42MyEf .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCeE42MyEf .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCeE42MyEf .content-inner {
    justify-content: center !important;
  }
  .cid-sCeE42MyEf * {
    text-align: center;
  }
}
.cid-sCeE42MyEf .content-inner .left-content .mbr-section-title,
.cid-sCeE42MyEf .mbr-section-btn {
  color: #1955a5;
}
.cid-sCibmEb0Ne {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCibmEb0Ne .mbr-text {
  color: #d9dade;
}
.cid-sCibmEb0Ne h5 {
  text-align: left;
}
.cid-sCibmEb0Ne p {
  text-align: left;
}
.cid-sCibmEb0Ne .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCibmEb0Ne .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCibmEb0Ne .card-title,
.cid-sCibmEb0Ne .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCibmEb0Ne .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCibmEb0Ne .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCibmEb0Ne .logo-text {
  text-align: left;
}
.cid-sCibmEb0Ne span {
  text-decoration: underline;
}
.cid-sCibmEb0Ne .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCibmEb0Ne .card-box h5,
  .cid-sCibmEb0Ne .card-box p {
    text-align: center;
  }
  .cid-sCibmEb0Ne .mbr-text {
    text-align: center;
  }
}
.cid-sCibnNTinW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCibnNTinW .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCibnNTinW .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCibnNTinW .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCibnNTinW .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCibnNTinW .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCibnNTinW .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCibnNTinW .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCibnNTinW .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCibnNTinW .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCibnNTinW .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCeJQWXfDi .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCeJQWXfDi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCeJQWXfDi .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCeJQWXfDi .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCeJQWXfDi .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCeJQWXfDi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCeJQWXfDi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCeJQWXfDi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCeJQWXfDi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCeJQWXfDi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCeJQWXfDi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCeJQWXfDi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCeJQWXfDi .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCeJQWXfDi .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCeJQWXfDi .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCeJQWXfDi .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCeJQWXfDi .dropdown-item,
.cid-sCeJQWXfDi .nav-link,
.cid-sCeJQWXfDi .brand-name {
  font-style: normal;
}
.cid-sCeJQWXfDi .dropdown-item:hover,
.cid-sCeJQWXfDi .nav-link:hover,
.cid-sCeJQWXfDi .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCeJQWXfDi .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCeJQWXfDi .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCeJQWXfDi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCeJQWXfDi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCeJQWXfDi .nav-item {
  position: relative;
}
.cid-sCeJQWXfDi .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCeJQWXfDi .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCeJQWXfDi .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCeJQWXfDi .nav-link {
    line-height: 6.13;
  }
  .cid-sCeJQWXfDi .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCeJQWXfDi .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCeJQWXfDi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCeJQWXfDi .content-text {
  margin-bottom: 0;
}
.cid-sCeJQWXfDi .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCeJQWXfDi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCeJQWXfDi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCeJQWXfDi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCeJQWXfDi .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCeJQWXfDi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCeJQWXfDi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCeJQWXfDi .content-right-side {
  text-align: center;
}
.cid-sCeJQWXfDi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCeJQWXfDi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCeJQWXfDi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCeJQWXfDi .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCeJQWXfDi .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCeJQWXfDi .info-widget:first-child {
  margin-left: 0;
}
.cid-sCeJQWXfDi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCeJQWXfDi .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCeJQWXfDi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCeJQWXfDi .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCeJQWXfDi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCeJQWXfDi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCeJQWXfDi .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCeJQWXfDi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCeJQWXfDi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCeJQWXfDi .navbar-toggler {
    display: none;
  }
  .cid-sCeJQWXfDi .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCeJQWXfDi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCeJQWXfDi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCeJQWXfDi .btn-sm {
  padding: 13px 29px;
}
.cid-sCeJQWXfDi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCeJQWXfDi .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCeJQWXfDi .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCeJQWXfDi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCeJQWXfDi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCeJQWXfDi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCeJQWXfDi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCeJQWXfDi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCeJQWXfDi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCeJQWXfDi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCeJQWXfDi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCeJQWXfDi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCeJQWXfDi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCeJQWXfDi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCeJQWXfDi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCeJQWXfDi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCeJQWXfDi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCeJQWXfDi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCeJQWXfDi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCeJQWXfDi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCeJQWXfDi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCeJQWXfDi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCeJQWXfDi button.navbar-toggler:focus {
  outline: none;
}
.cid-sCeJQWXfDi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCeJQWXfDi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCeJQWXfDi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCeJQWXfDi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCeJQWXfDi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCeJQWXfDi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCeJQWXfDi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCeJQWXfDi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCeJQWXfDi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCeJQWXfDi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCeJQWXfDi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCeJQWXfDi .collapsed .btn {
  display: flex;
}
.cid-sCeJQWXfDi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCeJQWXfDi .collapsed .navbar-collapse.collapsing,
.cid-sCeJQWXfDi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCeJQWXfDi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCeJQWXfDi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCeJQWXfDi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCeJQWXfDi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCeJQWXfDi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCeJQWXfDi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCeJQWXfDi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCeJQWXfDi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCeJQWXfDi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCeJQWXfDi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCeJQWXfDi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCeJQWXfDi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCeJQWXfDi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCeJQWXfDi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCeJQWXfDi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCeJQWXfDi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCeJQWXfDi .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCeJQWXfDi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCeJQWXfDi .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCeJQWXfDi .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCeJQWXfDi .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCeJQWXfDi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCeJQWXfDi .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCeJQWXfDi .navbar-collapse.collapsing,
  .cid-sCeJQWXfDi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCeJQWXfDi .navbar-collapse.collapsing .navbar-nav,
  .cid-sCeJQWXfDi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCeJQWXfDi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCeJQWXfDi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCeJQWXfDi .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCeJQWXfDi .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCeJQWXfDi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCeJQWXfDi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCeJQWXfDi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCeJQWXfDi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCeJQWXfDi img {
    height: 3.8rem !important;
  }
  .cid-sCeJQWXfDi .btn {
    display: flex;
  }
  .cid-sCeJQWXfDi button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCeJQWXfDi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCeJQWXfDi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCeJQWXfDi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCeJQWXfDi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCeJQWXfDi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCeJQWXfDi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCeJQWXfDi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCeJQWXfDi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCeJQWXfDi .navbar-toggler {
  position: relative;
}
.cid-sCeJQWXfDi .dropdown-item.active,
.cid-sCeJQWXfDi .dropdown-item:active {
  color: initial;
}
.cid-sCeJQWXfDi .widget-title {
  color: #83868c;
}
.cid-sCeJQWXfDi .widget-text {
  color: #83868c;
}
.cid-sCeJQWXfDi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCeJQWXfDi .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCeJQWXfDi .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCeJQWXfDi .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCeJQWXfDi .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCeJQWXfDi .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCeJQWXfDi .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCeJQWXfDi .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCeJQWXfDi .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCeJQWXfDi .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCeJQWXfDi .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCeJQWXfDi .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCeJQWXfDi .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCeJQWXfDi .menu-content-top,
  .cid-sCeJQWXfDi .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCeJQWXfDi button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCeJQY1XHa {
  overflow-x: hidden !important;
}
.cid-sCeJQY1XHa,
.cid-sCeJQY1XHa .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCeJQY1XHa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCeJQY1XHa .mbr-section-title span {
  color: #13287d;
}
.cid-sCeJQY1XHa .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCeJQY1XHa .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg01-1920x1280.png");
}
.cid-sCeJQY1XHa .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCeJQY1XHa .mbr-overlay {
  z-index: 1;
}
.cid-sCeJQY1XHa .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCeJQYI5XQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCeJQYI5XQ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCeJQYI5XQ * {
    text-align: left;
  }
}
.cid-sCeJQYI5XQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .mbr-text,
.cid-sCeJQYI5XQ .mbr-section-btn {
  color: #000000;
}
.cid-sCeJQYI5XQ .card-wrapper .card-box .card-title,
.cid-sCeJQYI5XQ .mbr-section-btn,
.cid-sCeJQYI5XQ .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sCeNTZn13C {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCeNTZn13C .mbr-iconfont {
  color: #767676;
  font-size: 1rem;
}
.cid-sCeNTZn13C .title,
.cid-sCeNTZn13C .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sCeNTZn13C .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sCeNTZn13C .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sCeNTZn13C .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sCeNTZn13C .text-box {
  padding: 0rem;
}
.cid-sCeNTZn13C .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sCeNTZn13C .card-title {
  color: #1955a5;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sCeNTZn13C .card-img {
  overflow: hidden;
}
.cid-sCeNTZn13C .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sCeNTZn13C .card-box {
  padding: 0rem;
}
.cid-sCeNTZn13C img {
  transition: all 0.3s;
}
.cid-sCeNTZn13C .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #1955a5;
  text-align: left;
}
.cid-sCeNTZn13C .status {
  color: #1955a5;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sCeNTZn13C .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCeNTZn13C .card-img {
    width: 30%;
  }
  .cid-sCeNTZn13C .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sCeNTZn13C .card-img {
    width: 50%;
  }
  .cid-sCeNTZn13C .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sCeNTZn13C .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sCeNTZn13C .card-img {
    width: 100%;
  }
  .cid-sCeNTZn13C .card-box {
    width: 100%;
  }
}
.cid-sCeNTZn13C .card-box > p,
.cid-sCeNTZn13C .mbr-section-btn {
  color: #767676;
}
.cid-sCeTOj1QQu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCeTOj1QQu .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sCeTOj1QQu .title,
.cid-sCeTOj1QQu .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sCeTOj1QQu .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sCeTOj1QQu .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sCeTOj1QQu .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sCeTOj1QQu .text-box {
  padding: 0rem;
}
.cid-sCeTOj1QQu .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sCeTOj1QQu .card-title {
  color: #1955a5;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sCeTOj1QQu .card-img {
  overflow: hidden;
}
.cid-sCeTOj1QQu .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sCeTOj1QQu .card-box {
  padding: 0rem;
}
.cid-sCeTOj1QQu img {
  transition: all 0.3s;
}
.cid-sCeTOj1QQu .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #1955a5;
  text-align: left;
}
.cid-sCeTOj1QQu .status {
  color: #1955a5;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sCeTOj1QQu .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCeTOj1QQu .card-img {
    width: 30%;
  }
  .cid-sCeTOj1QQu .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sCeTOj1QQu .card-img {
    width: 50%;
  }
  .cid-sCeTOj1QQu .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sCeTOj1QQu .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sCeTOj1QQu .card-img {
    width: 100%;
  }
  .cid-sCeTOj1QQu .card-box {
    width: 100%;
  }
}
.cid-sCeTOj1QQu .card-box > p,
.cid-sCeTOj1QQu .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sCeWKJFGTY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCeWKJFGTY .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sCeWKJFGTY .title,
.cid-sCeWKJFGTY .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sCeWKJFGTY .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sCeWKJFGTY .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sCeWKJFGTY .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sCeWKJFGTY .text-box {
  padding: 0rem;
}
.cid-sCeWKJFGTY .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sCeWKJFGTY .card-title {
  color: #1955a5;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sCeWKJFGTY .card-img {
  overflow: hidden;
}
.cid-sCeWKJFGTY .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sCeWKJFGTY .card-box {
  padding: 0rem;
}
.cid-sCeWKJFGTY img {
  transition: all 0.3s;
}
.cid-sCeWKJFGTY .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #1955a5;
  text-align: left;
}
.cid-sCeWKJFGTY .status {
  color: #1955a5;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sCeWKJFGTY .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCeWKJFGTY .card-img {
    width: 30%;
  }
  .cid-sCeWKJFGTY .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sCeWKJFGTY .card-img {
    width: 50%;
  }
  .cid-sCeWKJFGTY .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sCeWKJFGTY .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sCeWKJFGTY .card-img {
    width: 100%;
  }
  .cid-sCeWKJFGTY .card-box {
    width: 100%;
  }
}
.cid-sCeWKJFGTY .card-box > p,
.cid-sCeWKJFGTY .mbr-section-btn {
  color: #767676;
}
.cid-sCf99sbIao {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCf99sbIao .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sCf99sbIao .title,
.cid-sCf99sbIao .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sCf99sbIao .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sCf99sbIao .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sCf99sbIao .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sCf99sbIao .text-box {
  padding: 0rem;
}
.cid-sCf99sbIao .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sCf99sbIao .card-title {
  color: #1955a5;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sCf99sbIao .card-img {
  overflow: hidden;
}
.cid-sCf99sbIao .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sCf99sbIao .card-box {
  padding: 0rem;
}
.cid-sCf99sbIao img {
  transition: all 0.3s;
}
.cid-sCf99sbIao .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sCf99sbIao .status {
  color: #1955a5;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sCf99sbIao .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCf99sbIao .card-img {
    width: 30%;
  }
  .cid-sCf99sbIao .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sCf99sbIao .card-img {
    width: 50%;
  }
  .cid-sCf99sbIao .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sCf99sbIao .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sCf99sbIao .card-img {
    width: 100%;
  }
  .cid-sCf99sbIao .card-box {
    width: 100%;
  }
}
.cid-sCf99sbIao .card-box > p,
.cid-sCf99sbIao .mbr-section-btn {
  color: #767676;
}
.cid-sCfc5gBf5z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCfc5gBf5z .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sCfc5gBf5z .title,
.cid-sCfc5gBf5z .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sCfc5gBf5z .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sCfc5gBf5z .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sCfc5gBf5z .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sCfc5gBf5z .text-box {
  padding: 0rem;
}
.cid-sCfc5gBf5z .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sCfc5gBf5z .card-title {
  color: #1955a5;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sCfc5gBf5z .card-img {
  overflow: hidden;
}
.cid-sCfc5gBf5z .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sCfc5gBf5z .card-box {
  padding: 0rem;
}
.cid-sCfc5gBf5z img {
  transition: all 0.3s;
}
.cid-sCfc5gBf5z .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sCfc5gBf5z .status {
  color: #1955a5;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sCfc5gBf5z .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCfc5gBf5z .card-img {
    width: 30%;
  }
  .cid-sCfc5gBf5z .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sCfc5gBf5z .card-img {
    width: 50%;
  }
  .cid-sCfc5gBf5z .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sCfc5gBf5z .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sCfc5gBf5z .card-img {
    width: 100%;
  }
  .cid-sCfc5gBf5z .card-box {
    width: 100%;
  }
}
.cid-sCfc5gBf5z .card-box > p,
.cid-sCfc5gBf5z .mbr-section-btn {
  color: #767676;
}
.cid-sCfeOIohJP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCfeOIohJP .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sCfeOIohJP .title,
.cid-sCfeOIohJP .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sCfeOIohJP .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sCfeOIohJP .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sCfeOIohJP .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sCfeOIohJP .text-box {
  padding: 0rem;
}
.cid-sCfeOIohJP .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sCfeOIohJP .card-title {
  color: #1955a5;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sCfeOIohJP .card-img {
  overflow: hidden;
}
.cid-sCfeOIohJP .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sCfeOIohJP .card-box {
  padding: 0rem;
}
.cid-sCfeOIohJP img {
  transition: all 0.3s;
}
.cid-sCfeOIohJP .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sCfeOIohJP .status {
  color: #1955a5;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sCfeOIohJP .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCfeOIohJP .card-img {
    width: 30%;
  }
  .cid-sCfeOIohJP .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sCfeOIohJP .card-img {
    width: 50%;
  }
  .cid-sCfeOIohJP .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sCfeOIohJP .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sCfeOIohJP .card-img {
    width: 100%;
  }
  .cid-sCfeOIohJP .card-box {
    width: 100%;
  }
}
.cid-sCfeOIohJP .card-box > p,
.cid-sCfeOIohJP .mbr-section-btn {
  color: #767676;
}
.cid-sCfglxSJdj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCfglxSJdj .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sCfglxSJdj .title,
.cid-sCfglxSJdj .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sCfglxSJdj .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sCfglxSJdj .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sCfglxSJdj .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sCfglxSJdj .text-box {
  padding: 0rem;
}
.cid-sCfglxSJdj .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sCfglxSJdj .card-title {
  color: #1955a5;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sCfglxSJdj .card-img {
  overflow: hidden;
}
.cid-sCfglxSJdj .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sCfglxSJdj .card-box {
  padding: 0rem;
}
.cid-sCfglxSJdj img {
  transition: all 0.3s;
}
.cid-sCfglxSJdj .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sCfglxSJdj .status {
  color: #1955a5;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sCfglxSJdj .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCfglxSJdj .card-img {
    width: 30%;
  }
  .cid-sCfglxSJdj .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sCfglxSJdj .card-img {
    width: 50%;
  }
  .cid-sCfglxSJdj .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sCfglxSJdj .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sCfglxSJdj .card-img {
    width: 100%;
  }
  .cid-sCfglxSJdj .card-box {
    width: 100%;
  }
}
.cid-sCfglxSJdj .card-box > p,
.cid-sCfglxSJdj .mbr-section-btn {
  color: #767676;
}
.cid-sCeJR1pUgL {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCeJR1pUgL .content-inner .left-content {
  display: block;
}
.cid-sCeJR1pUgL .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCeJR1pUgL .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCeJR1pUgL .content-inner .right-content {
  display: block;
}
.cid-sCeJR1pUgL .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCeJR1pUgL .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCeJR1pUgL .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCeJR1pUgL .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCeJR1pUgL .content-inner {
    justify-content: center !important;
  }
  .cid-sCeJR1pUgL * {
    text-align: center;
  }
}
.cid-sCeJR1pUgL .content-inner .left-content .mbr-section-title,
.cid-sCeJR1pUgL .mbr-section-btn {
  color: #1955a5;
}
.cid-sCi9e1sD2r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCi9e1sD2r .mbr-text {
  color: #d9dade;
}
.cid-sCi9e1sD2r h5 {
  text-align: left;
}
.cid-sCi9e1sD2r p {
  text-align: left;
}
.cid-sCi9e1sD2r .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCi9e1sD2r .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCi9e1sD2r .card-title,
.cid-sCi9e1sD2r .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCi9e1sD2r .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCi9e1sD2r .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCi9e1sD2r .logo-text {
  text-align: left;
}
.cid-sCi9e1sD2r span {
  text-decoration: underline;
}
.cid-sCi9e1sD2r .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCi9e1sD2r .card-box h5,
  .cid-sCi9e1sD2r .card-box p {
    text-align: center;
  }
  .cid-sCi9e1sD2r .mbr-text {
    text-align: center;
  }
}
.cid-sCi9eTSmte {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCi9eTSmte .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCi9eTSmte .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCi9eTSmte .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCi9eTSmte .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCi9eTSmte .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCi9eTSmte .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCi9eTSmte .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCi9eTSmte .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCi9eTSmte .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCi9eTSmte .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCh1BNUHI6 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCh1BNUHI6 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCh1BNUHI6 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCh1BNUHI6 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCh1BNUHI6 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCh1BNUHI6 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCh1BNUHI6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCh1BNUHI6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCh1BNUHI6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCh1BNUHI6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCh1BNUHI6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCh1BNUHI6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCh1BNUHI6 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCh1BNUHI6 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCh1BNUHI6 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCh1BNUHI6 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCh1BNUHI6 .dropdown-item,
.cid-sCh1BNUHI6 .nav-link,
.cid-sCh1BNUHI6 .brand-name {
  font-style: normal;
}
.cid-sCh1BNUHI6 .dropdown-item:hover,
.cid-sCh1BNUHI6 .nav-link:hover,
.cid-sCh1BNUHI6 .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCh1BNUHI6 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCh1BNUHI6 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCh1BNUHI6 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCh1BNUHI6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCh1BNUHI6 .nav-item {
  position: relative;
}
.cid-sCh1BNUHI6 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCh1BNUHI6 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCh1BNUHI6 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCh1BNUHI6 .nav-link {
    line-height: 6.13;
  }
  .cid-sCh1BNUHI6 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCh1BNUHI6 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCh1BNUHI6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCh1BNUHI6 .content-text {
  margin-bottom: 0;
}
.cid-sCh1BNUHI6 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCh1BNUHI6 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCh1BNUHI6 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCh1BNUHI6 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCh1BNUHI6 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCh1BNUHI6 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCh1BNUHI6 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCh1BNUHI6 .content-right-side {
  text-align: center;
}
.cid-sCh1BNUHI6 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCh1BNUHI6 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCh1BNUHI6 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCh1BNUHI6 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCh1BNUHI6 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCh1BNUHI6 .info-widget:first-child {
  margin-left: 0;
}
.cid-sCh1BNUHI6 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCh1BNUHI6 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCh1BNUHI6 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCh1BNUHI6 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCh1BNUHI6 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCh1BNUHI6 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCh1BNUHI6 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCh1BNUHI6 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCh1BNUHI6 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCh1BNUHI6 .navbar-toggler {
    display: none;
  }
  .cid-sCh1BNUHI6 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCh1BNUHI6 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCh1BNUHI6 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCh1BNUHI6 .btn-sm {
  padding: 13px 29px;
}
.cid-sCh1BNUHI6 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCh1BNUHI6 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCh1BNUHI6 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCh1BNUHI6 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCh1BNUHI6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCh1BNUHI6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCh1BNUHI6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCh1BNUHI6 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCh1BNUHI6 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCh1BNUHI6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCh1BNUHI6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCh1BNUHI6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCh1BNUHI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCh1BNUHI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCh1BNUHI6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCh1BNUHI6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCh1BNUHI6 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCh1BNUHI6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCh1BNUHI6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCh1BNUHI6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCh1BNUHI6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCh1BNUHI6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCh1BNUHI6 button.navbar-toggler:focus {
  outline: none;
}
.cid-sCh1BNUHI6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCh1BNUHI6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCh1BNUHI6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCh1BNUHI6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCh1BNUHI6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCh1BNUHI6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCh1BNUHI6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCh1BNUHI6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCh1BNUHI6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCh1BNUHI6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCh1BNUHI6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCh1BNUHI6 .collapsed .btn {
  display: flex;
}
.cid-sCh1BNUHI6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCh1BNUHI6 .collapsed .navbar-collapse.collapsing,
.cid-sCh1BNUHI6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCh1BNUHI6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCh1BNUHI6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCh1BNUHI6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCh1BNUHI6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCh1BNUHI6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCh1BNUHI6 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCh1BNUHI6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCh1BNUHI6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCh1BNUHI6 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCh1BNUHI6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCh1BNUHI6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCh1BNUHI6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCh1BNUHI6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCh1BNUHI6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCh1BNUHI6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCh1BNUHI6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCh1BNUHI6 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCh1BNUHI6 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCh1BNUHI6 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCh1BNUHI6 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCh1BNUHI6 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCh1BNUHI6 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCh1BNUHI6 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCh1BNUHI6 .navbar-collapse.collapsing,
  .cid-sCh1BNUHI6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCh1BNUHI6 .navbar-collapse.collapsing .navbar-nav,
  .cid-sCh1BNUHI6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCh1BNUHI6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCh1BNUHI6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCh1BNUHI6 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCh1BNUHI6 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCh1BNUHI6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCh1BNUHI6 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCh1BNUHI6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCh1BNUHI6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCh1BNUHI6 img {
    height: 3.8rem !important;
  }
  .cid-sCh1BNUHI6 .btn {
    display: flex;
  }
  .cid-sCh1BNUHI6 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCh1BNUHI6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCh1BNUHI6 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCh1BNUHI6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCh1BNUHI6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCh1BNUHI6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCh1BNUHI6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCh1BNUHI6 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCh1BNUHI6 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCh1BNUHI6 .navbar-toggler {
  position: relative;
}
.cid-sCh1BNUHI6 .dropdown-item.active,
.cid-sCh1BNUHI6 .dropdown-item:active {
  color: initial;
}
.cid-sCh1BNUHI6 .widget-title {
  color: #83868c;
}
.cid-sCh1BNUHI6 .widget-text {
  color: #83868c;
}
.cid-sCh1BNUHI6 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCh1BNUHI6 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCh1BNUHI6 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCh1BNUHI6 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCh1BNUHI6 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCh1BNUHI6 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCh1BNUHI6 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCh1BNUHI6 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCh1BNUHI6 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCh1BNUHI6 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCh1BNUHI6 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCh1BNUHI6 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCh1BNUHI6 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCh1BNUHI6 .menu-content-top,
  .cid-sCh1BNUHI6 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCh1BNUHI6 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCh1BORlmA {
  overflow-x: hidden !important;
}
.cid-sCh1BORlmA,
.cid-sCh1BORlmA .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCh1BORlmA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCh1BORlmA .mbr-section-title span {
  color: #13287d;
}
.cid-sCh1BORlmA .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCh1BORlmA .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/ga001-1280x853.png");
}
.cid-sCh1BORlmA .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCh1BORlmA .mbr-overlay {
  z-index: 1;
}
.cid-sCh1BORlmA .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCh2K8bMYY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCh2K8bMYY .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCh2K8bMYY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCh2K8bMYY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCh2K8bMYY * {
    text-align: left;
  }
}
.cid-sCh2K8bMYY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .mbr-text,
.cid-sCh2K8bMYY .mbr-section-btn {
  color: #000000;
}
.cid-sCh2K8bMYY .card-wrapper .card-box .card-title,
.cid-sCh2K8bMYY .mbr-section-btn,
.cid-sCh2K8bMYY .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCh20yYhwW {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sCh20yYhwW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCh20yYhwW textarea {
  min-height: 150px;
}
.cid-sCh20yYhwW .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-sCh20yYhwW .form-control,
.cid-sCh20yYhwW .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-sCh20yYhwW .form-control input::-webkit-input-placeholder,
.cid-sCh20yYhwW .field-input input::-webkit-input-placeholder,
.cid-sCh20yYhwW .form-control textarea::-webkit-input-placeholder,
.cid-sCh20yYhwW .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sCh20yYhwW .form-control input:-moz-placeholder,
.cid-sCh20yYhwW .field-input input:-moz-placeholder,
.cid-sCh20yYhwW .form-control textarea:-moz-placeholder,
.cid-sCh20yYhwW .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sCh20yYhwW .form-control:hover,
.cid-sCh20yYhwW .field-input:hover,
.cid-sCh20yYhwW .form-control:focus,
.cid-sCh20yYhwW .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sCh20yYhwW .form-control:hover input::-webkit-input-placeholder,
.cid-sCh20yYhwW .field-input:hover input::-webkit-input-placeholder,
.cid-sCh20yYhwW .form-control:focus input::-webkit-input-placeholder,
.cid-sCh20yYhwW .field-input:focus input::-webkit-input-placeholder,
.cid-sCh20yYhwW .form-control:hover textarea::-webkit-input-placeholder,
.cid-sCh20yYhwW .field-input:hover textarea::-webkit-input-placeholder,
.cid-sCh20yYhwW .form-control:focus textarea::-webkit-input-placeholder,
.cid-sCh20yYhwW .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sCh20yYhwW .form-control:hover input:-moz-placeholder,
.cid-sCh20yYhwW .field-input:hover input:-moz-placeholder,
.cid-sCh20yYhwW .form-control:focus input:-moz-placeholder,
.cid-sCh20yYhwW .field-input:focus input:-moz-placeholder,
.cid-sCh20yYhwW .form-control:hover textarea:-moz-placeholder,
.cid-sCh20yYhwW .field-input:hover textarea:-moz-placeholder,
.cid-sCh20yYhwW .form-control:focus textarea:-moz-placeholder,
.cid-sCh20yYhwW .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sCh20yYhwW .jq-number__spin:hover,
.cid-sCh20yYhwW .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sCh20yYhwW .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sCh20yYhwW .jq-selectbox li,
.cid-sCh20yYhwW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sCh20yYhwW .jq-selectbox li:hover,
.cid-sCh20yYhwW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sCh20yYhwW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sCh20yYhwW .jq-number__spin.minus:hover:after,
.cid-sCh20yYhwW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sCh20yYhwW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sCh20yYhwW .jq-number__spin.minus:after,
.cid-sCh20yYhwW .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sCh20yYhwW input::-webkit-clear-button {
  display: none;
}
.cid-sCh20yYhwW input::-webkit-inner-spin-button {
  display: none;
}
.cid-sCh20yYhwW input::-webkit-outer-spin-button {
  display: none;
}
.cid-sCh20yYhwW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sCi7OTzeGV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCi7OTzeGV .mbr-text {
  color: #d9dade;
}
.cid-sCi7OTzeGV h5 {
  text-align: left;
}
.cid-sCi7OTzeGV p {
  text-align: left;
}
.cid-sCi7OTzeGV .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCi7OTzeGV .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCi7OTzeGV .card-title,
.cid-sCi7OTzeGV .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCi7OTzeGV .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCi7OTzeGV .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCi7OTzeGV .logo-text {
  text-align: left;
}
.cid-sCi7OTzeGV span {
  text-decoration: underline;
}
.cid-sCi7OTzeGV .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCi7OTzeGV .card-box h5,
  .cid-sCi7OTzeGV .card-box p {
    text-align: center;
  }
  .cid-sCi7OTzeGV .mbr-text {
    text-align: center;
  }
}
.cid-sCi7PxOptw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCi7PxOptw .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCi7PxOptw .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCi7PxOptw .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCi7PxOptw .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCi7PxOptw .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCi7PxOptw .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCi7PxOptw .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCi7PxOptw .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCi7PxOptw .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCi7PxOptw .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sChe5jXqCK .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sChe5jXqCK .navbar-fixed-top {
  padding-top: 0;
}
.cid-sChe5jXqCK .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sChe5jXqCK .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sChe5jXqCK .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sChe5jXqCK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sChe5jXqCK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sChe5jXqCK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sChe5jXqCK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sChe5jXqCK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sChe5jXqCK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sChe5jXqCK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sChe5jXqCK .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sChe5jXqCK .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sChe5jXqCK .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sChe5jXqCK .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sChe5jXqCK .dropdown-item,
.cid-sChe5jXqCK .nav-link,
.cid-sChe5jXqCK .brand-name {
  font-style: normal;
}
.cid-sChe5jXqCK .dropdown-item:hover,
.cid-sChe5jXqCK .nav-link:hover,
.cid-sChe5jXqCK .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sChe5jXqCK .dropdown-menu {
  background-color: #ffffff;
}
.cid-sChe5jXqCK .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sChe5jXqCK .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sChe5jXqCK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sChe5jXqCK .nav-item {
  position: relative;
}
.cid-sChe5jXqCK .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sChe5jXqCK .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sChe5jXqCK .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sChe5jXqCK .nav-link {
    line-height: 6.13;
  }
  .cid-sChe5jXqCK .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sChe5jXqCK .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sChe5jXqCK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChe5jXqCK .content-text {
  margin-bottom: 0;
}
.cid-sChe5jXqCK .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sChe5jXqCK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sChe5jXqCK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sChe5jXqCK .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sChe5jXqCK .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sChe5jXqCK .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sChe5jXqCK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sChe5jXqCK .content-right-side {
  text-align: center;
}
.cid-sChe5jXqCK .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sChe5jXqCK .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sChe5jXqCK .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sChe5jXqCK .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sChe5jXqCK .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sChe5jXqCK .info-widget:first-child {
  margin-left: 0;
}
.cid-sChe5jXqCK .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sChe5jXqCK .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sChe5jXqCK .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sChe5jXqCK .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sChe5jXqCK .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sChe5jXqCK .navbar {
    display: block;
    padding: 0;
  }
  .cid-sChe5jXqCK .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sChe5jXqCK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sChe5jXqCK .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sChe5jXqCK .navbar-toggler {
    display: none;
  }
  .cid-sChe5jXqCK .navbar-collapse {
    justify-content: center;
  }
}
.cid-sChe5jXqCK .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sChe5jXqCK .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sChe5jXqCK .btn-sm {
  padding: 13px 29px;
}
.cid-sChe5jXqCK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sChe5jXqCK .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sChe5jXqCK .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sChe5jXqCK .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sChe5jXqCK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sChe5jXqCK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sChe5jXqCK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sChe5jXqCK .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sChe5jXqCK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChe5jXqCK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sChe5jXqCK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sChe5jXqCK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sChe5jXqCK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sChe5jXqCK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChe5jXqCK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sChe5jXqCK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sChe5jXqCK .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sChe5jXqCK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sChe5jXqCK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sChe5jXqCK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sChe5jXqCK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sChe5jXqCK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sChe5jXqCK button.navbar-toggler:focus {
  outline: none;
}
.cid-sChe5jXqCK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sChe5jXqCK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sChe5jXqCK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChe5jXqCK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChe5jXqCK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sChe5jXqCK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChe5jXqCK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sChe5jXqCK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sChe5jXqCK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChe5jXqCK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sChe5jXqCK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sChe5jXqCK .collapsed .btn {
  display: flex;
}
.cid-sChe5jXqCK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sChe5jXqCK .collapsed .navbar-collapse.collapsing,
.cid-sChe5jXqCK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sChe5jXqCK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sChe5jXqCK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sChe5jXqCK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sChe5jXqCK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sChe5jXqCK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sChe5jXqCK .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sChe5jXqCK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sChe5jXqCK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sChe5jXqCK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChe5jXqCK .collapsed button.navbar-toggler {
  display: block;
}
.cid-sChe5jXqCK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sChe5jXqCK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sChe5jXqCK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sChe5jXqCK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sChe5jXqCK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sChe5jXqCK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sChe5jXqCK .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sChe5jXqCK .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sChe5jXqCK .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sChe5jXqCK .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sChe5jXqCK .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sChe5jXqCK .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sChe5jXqCK .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sChe5jXqCK .navbar-collapse.collapsing,
  .cid-sChe5jXqCK .navbar-collapse.show {
    display: block !important;
  }
  .cid-sChe5jXqCK .navbar-collapse.collapsing .navbar-nav,
  .cid-sChe5jXqCK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sChe5jXqCK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sChe5jXqCK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sChe5jXqCK .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sChe5jXqCK .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sChe5jXqCK .navbar-collapse.collapsing .navbar-buttons,
  .cid-sChe5jXqCK .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sChe5jXqCK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sChe5jXqCK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sChe5jXqCK img {
    height: 3.8rem !important;
  }
  .cid-sChe5jXqCK .btn {
    display: flex;
  }
  .cid-sChe5jXqCK button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sChe5jXqCK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sChe5jXqCK .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sChe5jXqCK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sChe5jXqCK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sChe5jXqCK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sChe5jXqCK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sChe5jXqCK .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sChe5jXqCK .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sChe5jXqCK .navbar-toggler {
  position: relative;
}
.cid-sChe5jXqCK .dropdown-item.active,
.cid-sChe5jXqCK .dropdown-item:active {
  color: initial;
}
.cid-sChe5jXqCK .widget-title {
  color: #83868c;
}
.cid-sChe5jXqCK .widget-text {
  color: #83868c;
}
.cid-sChe5jXqCK .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sChe5jXqCK .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sChe5jXqCK .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sChe5jXqCK .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sChe5jXqCK .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sChe5jXqCK .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sChe5jXqCK .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sChe5jXqCK .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sChe5jXqCK .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sChe5jXqCK .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sChe5jXqCK .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sChe5jXqCK .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sChe5jXqCK .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sChe5jXqCK .menu-content-top,
  .cid-sChe5jXqCK .menu-bottom {
    padding: 0 15px;
  }
  .cid-sChe5jXqCK button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sChe5kZr5f {
  overflow-x: hidden !important;
}
.cid-sChe5kZr5f,
.cid-sChe5kZr5f .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sChe5kZr5f .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sChe5kZr5f .mbr-section-title span {
  color: #13287d;
}
.cid-sChe5kZr5f .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sChe5kZr5f .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg01-1920x1280.png");
}
.cid-sChe5kZr5f .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sChe5kZr5f .mbr-overlay {
  z-index: 1;
}
.cid-sChe5kZr5f .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sChe5lwmtW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChe5lwmtW .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChe5lwmtW .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChe5lwmtW .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChe5lwmtW .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChe5lwmtW .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChe5lwmtW .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChe5lwmtW .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChe5lwmtW .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChe5lwmtW .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChe5lwmtW .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChe5lwmtW .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChe5lwmtW .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChe5lwmtW .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChe5lwmtW .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChe5lwmtW .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChe5lwmtW .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChe5lwmtW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChe5lwmtW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChe5lwmtW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChe5lwmtW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChe5lwmtW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChe5lwmtW * {
    text-align: left;
  }
}
.cid-sChe5lwmtW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChe5lwmtW .card-wrapper .card-box .mbr-text,
.cid-sChe5lwmtW .mbr-section-btn {
  color: #000000;
}
.cid-sChe5lwmtW .card-wrapper .card-box .card-title,
.cid-sChe5lwmtW .mbr-section-btn,
.cid-sChe5lwmtW .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChe5m6nQl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChe5m6nQl .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChe5m6nQl .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChe5m6nQl .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChe5m6nQl .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChe5m6nQl .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChe5m6nQl .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChe5m6nQl .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChe5m6nQl .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChe5m6nQl .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChe5m6nQl .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChe5m6nQl .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChe5m6nQl .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChe5m6nQl .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChe5m6nQl .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChe5m6nQl .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChe5m6nQl .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChe5m6nQl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChe5m6nQl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChe5m6nQl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChe5m6nQl .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChe5m6nQl .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChe5m6nQl * {
    text-align: left;
  }
}
.cid-sChe5m6nQl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChe5m6nQl .card-wrapper .card-box .mbr-text,
.cid-sChe5m6nQl .mbr-section-btn {
  color: #000000;
}
.cid-sChe5m6nQl .card-wrapper .card-box .card-title,
.cid-sChe5m6nQl .mbr-section-btn,
.cid-sChe5m6nQl .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChe5mGGPb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChe5mGGPb .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChe5mGGPb .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChe5mGGPb .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChe5mGGPb .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChe5mGGPb .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChe5mGGPb .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChe5mGGPb .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChe5mGGPb .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChe5mGGPb .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChe5mGGPb .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChe5mGGPb .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChe5mGGPb .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChe5mGGPb .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChe5mGGPb .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChe5mGGPb .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChe5mGGPb .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChe5mGGPb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChe5mGGPb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChe5mGGPb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChe5mGGPb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChe5mGGPb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChe5mGGPb * {
    text-align: left;
  }
}
.cid-sChe5mGGPb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChe5mGGPb .card-wrapper .card-box .mbr-text,
.cid-sChe5mGGPb .mbr-section-btn {
  color: #000000;
}
.cid-sChe5mGGPb .card-wrapper .card-box .card-title,
.cid-sChe5mGGPb .mbr-section-btn,
.cid-sChe5mGGPb .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChe5nczC6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChe5nczC6 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChe5nczC6 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChe5nczC6 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChe5nczC6 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChe5nczC6 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChe5nczC6 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChe5nczC6 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChe5nczC6 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChe5nczC6 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChe5nczC6 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChe5nczC6 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChe5nczC6 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChe5nczC6 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChe5nczC6 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChe5nczC6 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChe5nczC6 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChe5nczC6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChe5nczC6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChe5nczC6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChe5nczC6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChe5nczC6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChe5nczC6 * {
    text-align: left;
  }
}
.cid-sChe5nczC6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChe5nczC6 .card-wrapper .card-box .mbr-text,
.cid-sChe5nczC6 .mbr-section-btn {
  color: #000000;
}
.cid-sChe5nczC6 .card-wrapper .card-box .card-title,
.cid-sChe5nczC6 .mbr-section-btn,
.cid-sChe5nczC6 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChfi430Nh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChfi430Nh .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChfi430Nh .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChfi430Nh .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChfi430Nh .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChfi430Nh .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChfi430Nh .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChfi430Nh .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChfi430Nh .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChfi430Nh .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChfi430Nh .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChfi430Nh .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChfi430Nh .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChfi430Nh .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChfi430Nh .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChfi430Nh .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChfi430Nh .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChfi430Nh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChfi430Nh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChfi430Nh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChfi430Nh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChfi430Nh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChfi430Nh * {
    text-align: left;
  }
}
.cid-sChfi430Nh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChfi430Nh .card-wrapper .card-box .mbr-text,
.cid-sChfi430Nh .mbr-section-btn {
  color: #000000;
}
.cid-sChfi430Nh .card-wrapper .card-box .card-title,
.cid-sChfi430Nh .mbr-section-btn,
.cid-sChfi430Nh .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChfkoj7dv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChfkoj7dv .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChfkoj7dv .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChfkoj7dv .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChfkoj7dv .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChfkoj7dv .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChfkoj7dv .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChfkoj7dv .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChfkoj7dv .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChfkoj7dv .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChfkoj7dv .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChfkoj7dv .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChfkoj7dv .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChfkoj7dv .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChfkoj7dv .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChfkoj7dv .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChfkoj7dv .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChfkoj7dv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChfkoj7dv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChfkoj7dv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChfkoj7dv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChfkoj7dv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChfkoj7dv * {
    text-align: left;
  }
}
.cid-sChfkoj7dv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChfkoj7dv .card-wrapper .card-box .mbr-text,
.cid-sChfkoj7dv .mbr-section-btn {
  color: #000000;
}
.cid-sChfkoj7dv .card-wrapper .card-box .card-title,
.cid-sChfkoj7dv .mbr-section-btn,
.cid-sChfkoj7dv .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChfkRGdrA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChfkRGdrA .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChfkRGdrA .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChfkRGdrA .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChfkRGdrA .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChfkRGdrA .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChfkRGdrA .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChfkRGdrA .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChfkRGdrA .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChfkRGdrA .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChfkRGdrA .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChfkRGdrA .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChfkRGdrA .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChfkRGdrA .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChfkRGdrA .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChfkRGdrA .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChfkRGdrA .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChfkRGdrA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChfkRGdrA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChfkRGdrA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChfkRGdrA .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChfkRGdrA .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChfkRGdrA * {
    text-align: left;
  }
}
.cid-sChfkRGdrA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChfkRGdrA .card-wrapper .card-box .mbr-text,
.cid-sChfkRGdrA .mbr-section-btn {
  color: #000000;
}
.cid-sChfkRGdrA .card-wrapper .card-box .card-title,
.cid-sChfkRGdrA .mbr-section-btn,
.cid-sChfkRGdrA .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChflBmhFS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChflBmhFS .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChflBmhFS .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChflBmhFS .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChflBmhFS .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChflBmhFS .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChflBmhFS .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChflBmhFS .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChflBmhFS .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChflBmhFS .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChflBmhFS .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChflBmhFS .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChflBmhFS .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChflBmhFS .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChflBmhFS .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChflBmhFS .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChflBmhFS .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChflBmhFS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChflBmhFS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChflBmhFS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChflBmhFS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChflBmhFS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChflBmhFS * {
    text-align: left;
  }
}
.cid-sChflBmhFS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChflBmhFS .card-wrapper .card-box .mbr-text,
.cid-sChflBmhFS .mbr-section-btn {
  color: #000000;
}
.cid-sChflBmhFS .card-wrapper .card-box .card-title,
.cid-sChflBmhFS .mbr-section-btn,
.cid-sChflBmhFS .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChfm7F81a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChfm7F81a .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChfm7F81a .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChfm7F81a .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChfm7F81a .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChfm7F81a .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChfm7F81a .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChfm7F81a .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChfm7F81a .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChfm7F81a .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChfm7F81a .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChfm7F81a .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChfm7F81a .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChfm7F81a .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChfm7F81a .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChfm7F81a .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChfm7F81a .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChfm7F81a .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChfm7F81a .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChfm7F81a .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChfm7F81a .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChfm7F81a .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChfm7F81a * {
    text-align: left;
  }
}
.cid-sChfm7F81a a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChfm7F81a .card-wrapper .card-box .mbr-text,
.cid-sChfm7F81a .mbr-section-btn {
  color: #000000;
}
.cid-sChfm7F81a .card-wrapper .card-box .card-title,
.cid-sChfm7F81a .mbr-section-btn,
.cid-sChfm7F81a .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChgvwP6Ap {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChgvwP6Ap .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChgvwP6Ap .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChgvwP6Ap .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChgvwP6Ap * {
    text-align: left;
  }
}
.cid-sChgvwP6Ap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .mbr-text,
.cid-sChgvwP6Ap .mbr-section-btn {
  color: #000000;
}
.cid-sChgvwP6Ap .card-wrapper .card-box .card-title,
.cid-sChgvwP6Ap .mbr-section-btn,
.cid-sChgvwP6Ap .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChgwwN3Tw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChgwwN3Tw .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChgwwN3Tw .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChgwwN3Tw .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChgwwN3Tw * {
    text-align: left;
  }
}
.cid-sChgwwN3Tw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .mbr-text,
.cid-sChgwwN3Tw .mbr-section-btn {
  color: #000000;
}
.cid-sChgwwN3Tw .card-wrapper .card-box .card-title,
.cid-sChgwwN3Tw .mbr-section-btn,
.cid-sChgwwN3Tw .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChhuDBe0x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChhuDBe0x .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChhuDBe0x .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChhuDBe0x .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChhuDBe0x .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChhuDBe0x .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChhuDBe0x .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChhuDBe0x .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChhuDBe0x .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChhuDBe0x .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChhuDBe0x .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChhuDBe0x .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChhuDBe0x .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChhuDBe0x .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChhuDBe0x .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChhuDBe0x .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChhuDBe0x .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChhuDBe0x .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChhuDBe0x .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChhuDBe0x .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChhuDBe0x .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChhuDBe0x .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChhuDBe0x * {
    text-align: left;
  }
}
.cid-sChhuDBe0x a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChhuDBe0x .card-wrapper .card-box .mbr-text,
.cid-sChhuDBe0x .mbr-section-btn {
  color: #000000;
}
.cid-sChhuDBe0x .card-wrapper .card-box .card-title,
.cid-sChhuDBe0x .mbr-section-btn,
.cid-sChhuDBe0x .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChiqZFq3Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChiqZFq3Z .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChiqZFq3Z .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChiqZFq3Z .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChiqZFq3Z * {
    text-align: left;
  }
}
.cid-sChiqZFq3Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .mbr-text,
.cid-sChiqZFq3Z .mbr-section-btn {
  color: #000000;
}
.cid-sChiqZFq3Z .card-wrapper .card-box .card-title,
.cid-sChiqZFq3Z .mbr-section-btn,
.cid-sChiqZFq3Z .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChiIfIsdR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChiIfIsdR .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChiIfIsdR .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChiIfIsdR .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChiIfIsdR .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChiIfIsdR .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChiIfIsdR .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChiIfIsdR .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChiIfIsdR .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChiIfIsdR .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChiIfIsdR .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChiIfIsdR .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChiIfIsdR .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChiIfIsdR .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChiIfIsdR .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChiIfIsdR .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChiIfIsdR .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChiIfIsdR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChiIfIsdR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChiIfIsdR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChiIfIsdR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChiIfIsdR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChiIfIsdR * {
    text-align: left;
  }
}
.cid-sChiIfIsdR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChiIfIsdR .card-wrapper .card-box .mbr-text,
.cid-sChiIfIsdR .mbr-section-btn {
  color: #000000;
}
.cid-sChiIfIsdR .card-wrapper .card-box .card-title,
.cid-sChiIfIsdR .mbr-section-btn,
.cid-sChiIfIsdR .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChe5nFGgD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sChe5nFGgD .content-inner .left-content {
  display: block;
}
.cid-sChe5nFGgD .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sChe5nFGgD .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sChe5nFGgD .content-inner .right-content {
  display: block;
}
.cid-sChe5nFGgD .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sChe5nFGgD .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sChe5nFGgD .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sChe5nFGgD .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sChe5nFGgD .content-inner {
    justify-content: center !important;
  }
  .cid-sChe5nFGgD * {
    text-align: center;
  }
}
.cid-sChe5nFGgD .content-inner .left-content .mbr-section-title,
.cid-sChe5nFGgD .mbr-section-btn {
  color: #1955a5;
}
.cid-sCi8KxXwHF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCi8KxXwHF .mbr-text {
  color: #d9dade;
}
.cid-sCi8KxXwHF h5 {
  text-align: left;
}
.cid-sCi8KxXwHF p {
  text-align: left;
}
.cid-sCi8KxXwHF .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCi8KxXwHF .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCi8KxXwHF .card-title,
.cid-sCi8KxXwHF .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCi8KxXwHF .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCi8KxXwHF .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCi8KxXwHF .logo-text {
  text-align: left;
}
.cid-sCi8KxXwHF span {
  text-decoration: underline;
}
.cid-sCi8KxXwHF .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCi8KxXwHF .card-box h5,
  .cid-sCi8KxXwHF .card-box p {
    text-align: center;
  }
  .cid-sCi8KxXwHF .mbr-text {
    text-align: center;
  }
}
.cid-sCi8Lws0Qj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCi8Lws0Qj .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCi8Lws0Qj .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCi8Lws0Qj .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCi8Lws0Qj .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCi8Lws0Qj .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCi8Lws0Qj .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCi8Lws0Qj .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCi8Lws0Qj .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCi8Lws0Qj .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCi8Lws0Qj .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sChoh5qzpR .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sChoh5qzpR .navbar-fixed-top {
  padding-top: 0;
}
.cid-sChoh5qzpR .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sChoh5qzpR .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sChoh5qzpR .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sChoh5qzpR .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sChoh5qzpR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sChoh5qzpR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sChoh5qzpR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sChoh5qzpR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sChoh5qzpR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sChoh5qzpR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sChoh5qzpR .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sChoh5qzpR .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sChoh5qzpR .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sChoh5qzpR .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sChoh5qzpR .dropdown-item,
.cid-sChoh5qzpR .nav-link,
.cid-sChoh5qzpR .brand-name {
  font-style: normal;
}
.cid-sChoh5qzpR .dropdown-item:hover,
.cid-sChoh5qzpR .nav-link:hover,
.cid-sChoh5qzpR .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sChoh5qzpR .dropdown-menu {
  background-color: #ffffff;
}
.cid-sChoh5qzpR .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sChoh5qzpR .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sChoh5qzpR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sChoh5qzpR .nav-item {
  position: relative;
}
.cid-sChoh5qzpR .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sChoh5qzpR .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sChoh5qzpR .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sChoh5qzpR .nav-link {
    line-height: 6.13;
  }
  .cid-sChoh5qzpR .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sChoh5qzpR .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sChoh5qzpR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChoh5qzpR .content-text {
  margin-bottom: 0;
}
.cid-sChoh5qzpR .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sChoh5qzpR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sChoh5qzpR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sChoh5qzpR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sChoh5qzpR .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sChoh5qzpR .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sChoh5qzpR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sChoh5qzpR .content-right-side {
  text-align: center;
}
.cid-sChoh5qzpR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sChoh5qzpR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sChoh5qzpR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sChoh5qzpR .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sChoh5qzpR .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sChoh5qzpR .info-widget:first-child {
  margin-left: 0;
}
.cid-sChoh5qzpR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sChoh5qzpR .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sChoh5qzpR .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sChoh5qzpR .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sChoh5qzpR .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sChoh5qzpR .navbar {
    display: block;
    padding: 0;
  }
  .cid-sChoh5qzpR .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sChoh5qzpR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sChoh5qzpR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sChoh5qzpR .navbar-toggler {
    display: none;
  }
  .cid-sChoh5qzpR .navbar-collapse {
    justify-content: center;
  }
}
.cid-sChoh5qzpR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sChoh5qzpR .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sChoh5qzpR .btn-sm {
  padding: 13px 29px;
}
.cid-sChoh5qzpR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sChoh5qzpR .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sChoh5qzpR .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sChoh5qzpR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sChoh5qzpR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sChoh5qzpR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sChoh5qzpR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sChoh5qzpR .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sChoh5qzpR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChoh5qzpR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sChoh5qzpR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sChoh5qzpR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sChoh5qzpR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sChoh5qzpR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChoh5qzpR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sChoh5qzpR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sChoh5qzpR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sChoh5qzpR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sChoh5qzpR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sChoh5qzpR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sChoh5qzpR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sChoh5qzpR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sChoh5qzpR button.navbar-toggler:focus {
  outline: none;
}
.cid-sChoh5qzpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sChoh5qzpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sChoh5qzpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChoh5qzpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChoh5qzpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sChoh5qzpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChoh5qzpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sChoh5qzpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sChoh5qzpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChoh5qzpR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sChoh5qzpR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sChoh5qzpR .collapsed .btn {
  display: flex;
}
.cid-sChoh5qzpR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sChoh5qzpR .collapsed .navbar-collapse.collapsing,
.cid-sChoh5qzpR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sChoh5qzpR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sChoh5qzpR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sChoh5qzpR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sChoh5qzpR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sChoh5qzpR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sChoh5qzpR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sChoh5qzpR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sChoh5qzpR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sChoh5qzpR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChoh5qzpR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sChoh5qzpR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sChoh5qzpR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sChoh5qzpR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sChoh5qzpR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sChoh5qzpR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sChoh5qzpR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sChoh5qzpR .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sChoh5qzpR .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sChoh5qzpR .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sChoh5qzpR .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sChoh5qzpR .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sChoh5qzpR .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sChoh5qzpR .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sChoh5qzpR .navbar-collapse.collapsing,
  .cid-sChoh5qzpR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sChoh5qzpR .navbar-collapse.collapsing .navbar-nav,
  .cid-sChoh5qzpR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sChoh5qzpR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sChoh5qzpR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sChoh5qzpR .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sChoh5qzpR .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sChoh5qzpR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sChoh5qzpR .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sChoh5qzpR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sChoh5qzpR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sChoh5qzpR img {
    height: 3.8rem !important;
  }
  .cid-sChoh5qzpR .btn {
    display: flex;
  }
  .cid-sChoh5qzpR button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sChoh5qzpR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sChoh5qzpR .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sChoh5qzpR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sChoh5qzpR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sChoh5qzpR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sChoh5qzpR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sChoh5qzpR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sChoh5qzpR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sChoh5qzpR .navbar-toggler {
  position: relative;
}
.cid-sChoh5qzpR .dropdown-item.active,
.cid-sChoh5qzpR .dropdown-item:active {
  color: initial;
}
.cid-sChoh5qzpR .widget-title {
  color: #83868c;
}
.cid-sChoh5qzpR .widget-text {
  color: #83868c;
}
.cid-sChoh5qzpR .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sChoh5qzpR .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sChoh5qzpR .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sChoh5qzpR .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sChoh5qzpR .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sChoh5qzpR .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sChoh5qzpR .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sChoh5qzpR .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sChoh5qzpR .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sChoh5qzpR .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sChoh5qzpR .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sChoh5qzpR .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sChoh5qzpR .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sChoh5qzpR .menu-content-top,
  .cid-sChoh5qzpR .menu-bottom {
    padding: 0 15px;
  }
  .cid-sChoh5qzpR button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sChoh6DhlE {
  overflow-x: hidden !important;
}
.cid-sChoh6DhlE,
.cid-sChoh6DhlE .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sChoh6DhlE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sChoh6DhlE .mbr-section-title span {
  color: #13287d;
}
.cid-sChoh6DhlE .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sChoh6DhlE .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg05-800x600.png");
}
.cid-sChoh6DhlE .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sChoh6DhlE .mbr-overlay {
  z-index: 1;
}
.cid-sChoh6DhlE .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sChoh7bHK0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChoh7bHK0 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChoh7bHK0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChoh7bHK0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChoh7bHK0 * {
    text-align: left;
  }
}
.cid-sChoh7bHK0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .mbr-text,
.cid-sChoh7bHK0 .mbr-section-btn {
  color: #000000;
}
.cid-sChoh7bHK0 .card-wrapper .card-box .card-title,
.cid-sChoh7bHK0 .mbr-section-btn,
.cid-sChoh7bHK0 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChoh7LrqE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChoh7LrqE .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChoh7LrqE .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChoh7LrqE .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChoh7LrqE .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChoh7LrqE .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChoh7LrqE .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChoh7LrqE .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChoh7LrqE .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChoh7LrqE .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChoh7LrqE .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChoh7LrqE .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChoh7LrqE .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChoh7LrqE .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChoh7LrqE .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChoh7LrqE .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChoh7LrqE .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChoh7LrqE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChoh7LrqE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChoh7LrqE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChoh7LrqE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChoh7LrqE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChoh7LrqE * {
    text-align: left;
  }
}
.cid-sChoh7LrqE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChoh7LrqE .card-wrapper .card-box .mbr-text,
.cid-sChoh7LrqE .mbr-section-btn {
  color: #000000;
}
.cid-sChoh7LrqE .card-wrapper .card-box .card-title,
.cid-sChoh7LrqE .mbr-section-btn,
.cid-sChoh7LrqE .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChoh8koAS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChoh8koAS .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChoh8koAS .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChoh8koAS .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChoh8koAS .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChoh8koAS .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChoh8koAS .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChoh8koAS .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChoh8koAS .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChoh8koAS .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChoh8koAS .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChoh8koAS .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChoh8koAS .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChoh8koAS .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChoh8koAS .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChoh8koAS .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChoh8koAS .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChoh8koAS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChoh8koAS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChoh8koAS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChoh8koAS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChoh8koAS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChoh8koAS * {
    text-align: left;
  }
}
.cid-sChoh8koAS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChoh8koAS .card-wrapper .card-box .mbr-text,
.cid-sChoh8koAS .mbr-section-btn {
  color: #000000;
}
.cid-sChoh8koAS .card-wrapper .card-box .card-title,
.cid-sChoh8koAS .mbr-section-btn,
.cid-sChoh8koAS .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChohb9jN4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sChohb9jN4 .content-inner .left-content {
  display: block;
}
.cid-sChohb9jN4 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sChohb9jN4 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sChohb9jN4 .content-inner .right-content {
  display: block;
}
.cid-sChohb9jN4 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sChohb9jN4 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sChohb9jN4 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sChohb9jN4 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sChohb9jN4 .content-inner {
    justify-content: center !important;
  }
  .cid-sChohb9jN4 * {
    text-align: center;
  }
}
.cid-sChohb9jN4 .content-inner .left-content .mbr-section-title,
.cid-sChohb9jN4 .mbr-section-btn {
  color: #1955a5;
}
.cid-sCiAh9IMwa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCiAh9IMwa .mbr-text {
  color: #d9dade;
}
.cid-sCiAh9IMwa h5 {
  text-align: left;
}
.cid-sCiAh9IMwa p {
  text-align: left;
}
.cid-sCiAh9IMwa .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCiAh9IMwa .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCiAh9IMwa .card-title,
.cid-sCiAh9IMwa .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCiAh9IMwa .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCiAh9IMwa .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCiAh9IMwa .logo-text {
  text-align: left;
}
.cid-sCiAh9IMwa span {
  text-decoration: underline;
}
.cid-sCiAh9IMwa .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCiAh9IMwa .card-box h5,
  .cid-sCiAh9IMwa .card-box p {
    text-align: center;
  }
  .cid-sCiAh9IMwa .mbr-text {
    text-align: center;
  }
}
.cid-sCiAhWCBXg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCiAhWCBXg .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCiAhWCBXg .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCiAhWCBXg .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCiAhWCBXg .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCiAhWCBXg .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCiAhWCBXg .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCiAhWCBXg .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCiAhWCBXg .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCiAhWCBXg .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCiAhWCBXg .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sChsvPGR1b .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sChsvPGR1b .navbar-fixed-top {
  padding-top: 0;
}
.cid-sChsvPGR1b .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sChsvPGR1b .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sChsvPGR1b .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sChsvPGR1b .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sChsvPGR1b .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sChsvPGR1b .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sChsvPGR1b .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sChsvPGR1b .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sChsvPGR1b .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sChsvPGR1b .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sChsvPGR1b .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sChsvPGR1b .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sChsvPGR1b .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sChsvPGR1b .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sChsvPGR1b .dropdown-item,
.cid-sChsvPGR1b .nav-link,
.cid-sChsvPGR1b .brand-name {
  font-style: normal;
}
.cid-sChsvPGR1b .dropdown-item:hover,
.cid-sChsvPGR1b .nav-link:hover,
.cid-sChsvPGR1b .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sChsvPGR1b .dropdown-menu {
  background-color: #ffffff;
}
.cid-sChsvPGR1b .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sChsvPGR1b .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sChsvPGR1b .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sChsvPGR1b .nav-item {
  position: relative;
}
.cid-sChsvPGR1b .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sChsvPGR1b .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sChsvPGR1b .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sChsvPGR1b .nav-link {
    line-height: 6.13;
  }
  .cid-sChsvPGR1b .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sChsvPGR1b .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sChsvPGR1b .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChsvPGR1b .content-text {
  margin-bottom: 0;
}
.cid-sChsvPGR1b .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sChsvPGR1b .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sChsvPGR1b .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sChsvPGR1b .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sChsvPGR1b .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sChsvPGR1b .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sChsvPGR1b .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sChsvPGR1b .content-right-side {
  text-align: center;
}
.cid-sChsvPGR1b .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sChsvPGR1b .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sChsvPGR1b .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sChsvPGR1b .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sChsvPGR1b .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sChsvPGR1b .info-widget:first-child {
  margin-left: 0;
}
.cid-sChsvPGR1b .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sChsvPGR1b .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sChsvPGR1b .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sChsvPGR1b .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sChsvPGR1b .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sChsvPGR1b .navbar {
    display: block;
    padding: 0;
  }
  .cid-sChsvPGR1b .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sChsvPGR1b .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sChsvPGR1b .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sChsvPGR1b .navbar-toggler {
    display: none;
  }
  .cid-sChsvPGR1b .navbar-collapse {
    justify-content: center;
  }
}
.cid-sChsvPGR1b .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sChsvPGR1b .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sChsvPGR1b .btn-sm {
  padding: 13px 29px;
}
.cid-sChsvPGR1b .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sChsvPGR1b .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sChsvPGR1b .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sChsvPGR1b .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sChsvPGR1b .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sChsvPGR1b .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sChsvPGR1b .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sChsvPGR1b .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sChsvPGR1b .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChsvPGR1b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sChsvPGR1b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sChsvPGR1b .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sChsvPGR1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sChsvPGR1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChsvPGR1b .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sChsvPGR1b .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sChsvPGR1b .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sChsvPGR1b .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sChsvPGR1b .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sChsvPGR1b .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sChsvPGR1b .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sChsvPGR1b button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sChsvPGR1b button.navbar-toggler:focus {
  outline: none;
}
.cid-sChsvPGR1b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sChsvPGR1b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sChsvPGR1b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChsvPGR1b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChsvPGR1b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sChsvPGR1b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChsvPGR1b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sChsvPGR1b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sChsvPGR1b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChsvPGR1b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sChsvPGR1b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sChsvPGR1b .collapsed .btn {
  display: flex;
}
.cid-sChsvPGR1b .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sChsvPGR1b .collapsed .navbar-collapse.collapsing,
.cid-sChsvPGR1b .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sChsvPGR1b .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sChsvPGR1b .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sChsvPGR1b .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sChsvPGR1b .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sChsvPGR1b .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sChsvPGR1b .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sChsvPGR1b .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sChsvPGR1b .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sChsvPGR1b .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChsvPGR1b .collapsed button.navbar-toggler {
  display: block;
}
.cid-sChsvPGR1b .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sChsvPGR1b .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sChsvPGR1b .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sChsvPGR1b .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sChsvPGR1b .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sChsvPGR1b .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sChsvPGR1b .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sChsvPGR1b .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sChsvPGR1b .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sChsvPGR1b .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sChsvPGR1b .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sChsvPGR1b .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sChsvPGR1b .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sChsvPGR1b .navbar-collapse.collapsing,
  .cid-sChsvPGR1b .navbar-collapse.show {
    display: block !important;
  }
  .cid-sChsvPGR1b .navbar-collapse.collapsing .navbar-nav,
  .cid-sChsvPGR1b .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sChsvPGR1b .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sChsvPGR1b .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sChsvPGR1b .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sChsvPGR1b .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sChsvPGR1b .navbar-collapse.collapsing .navbar-buttons,
  .cid-sChsvPGR1b .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sChsvPGR1b .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sChsvPGR1b .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sChsvPGR1b img {
    height: 3.8rem !important;
  }
  .cid-sChsvPGR1b .btn {
    display: flex;
  }
  .cid-sChsvPGR1b button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sChsvPGR1b .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sChsvPGR1b .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sChsvPGR1b .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sChsvPGR1b .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sChsvPGR1b .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sChsvPGR1b .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sChsvPGR1b .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sChsvPGR1b .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sChsvPGR1b .navbar-toggler {
  position: relative;
}
.cid-sChsvPGR1b .dropdown-item.active,
.cid-sChsvPGR1b .dropdown-item:active {
  color: initial;
}
.cid-sChsvPGR1b .widget-title {
  color: #83868c;
}
.cid-sChsvPGR1b .widget-text {
  color: #83868c;
}
.cid-sChsvPGR1b .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sChsvPGR1b .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sChsvPGR1b .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sChsvPGR1b .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sChsvPGR1b .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sChsvPGR1b .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sChsvPGR1b .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sChsvPGR1b .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sChsvPGR1b .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sChsvPGR1b .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sChsvPGR1b .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sChsvPGR1b .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sChsvPGR1b .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sChsvPGR1b .menu-content-top,
  .cid-sChsvPGR1b .menu-bottom {
    padding: 0 15px;
  }
  .cid-sChsvPGR1b button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sChsvQBA0o {
  overflow-x: hidden !important;
}
.cid-sChsvQBA0o,
.cid-sChsvQBA0o .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sChsvQBA0o .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sChsvQBA0o .mbr-section-title span {
  color: #13287d;
}
.cid-sChsvQBA0o .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sChsvQBA0o .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg06-1920x1280.png");
}
.cid-sChsvQBA0o .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sChsvQBA0o .mbr-overlay {
  z-index: 1;
}
.cid-sChsvQBA0o .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sChsvR39oU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChsvR39oU .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChsvR39oU .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChsvR39oU .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChsvR39oU .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChsvR39oU .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChsvR39oU .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChsvR39oU .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChsvR39oU .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChsvR39oU .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChsvR39oU .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChsvR39oU .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChsvR39oU .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChsvR39oU .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChsvR39oU .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChsvR39oU .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChsvR39oU .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChsvR39oU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChsvR39oU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChsvR39oU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChsvR39oU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChsvR39oU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChsvR39oU * {
    text-align: left;
  }
}
.cid-sChsvR39oU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChsvR39oU .card-wrapper .card-box .mbr-text,
.cid-sChsvR39oU .mbr-section-btn {
  color: #000000;
}
.cid-sChsvR39oU .card-wrapper .card-box .card-title,
.cid-sChsvR39oU .mbr-section-btn,
.cid-sChsvR39oU .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChsvRzzso {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChsvRzzso .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChsvRzzso .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChsvRzzso .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChsvRzzso .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChsvRzzso .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChsvRzzso .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChsvRzzso .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChsvRzzso .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChsvRzzso .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChsvRzzso .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChsvRzzso .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChsvRzzso .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChsvRzzso .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChsvRzzso .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChsvRzzso .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChsvRzzso .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChsvRzzso .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChsvRzzso .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChsvRzzso .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChsvRzzso .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChsvRzzso .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChsvRzzso * {
    text-align: left;
  }
}
.cid-sChsvRzzso a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChsvRzzso .card-wrapper .card-box .mbr-text,
.cid-sChsvRzzso .mbr-section-btn {
  color: #000000;
}
.cid-sChsvRzzso .card-wrapper .card-box .card-title,
.cid-sChsvRzzso .mbr-section-btn,
.cid-sChsvRzzso .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChtuEQc8U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChtuEQc8U .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChtuEQc8U .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChtuEQc8U .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChtuEQc8U .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChtuEQc8U .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChtuEQc8U .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChtuEQc8U .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChtuEQc8U .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChtuEQc8U .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChtuEQc8U .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChtuEQc8U .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChtuEQc8U .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChtuEQc8U .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChtuEQc8U .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChtuEQc8U .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChtuEQc8U .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChtuEQc8U .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChtuEQc8U .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChtuEQc8U .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChtuEQc8U .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChtuEQc8U .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChtuEQc8U * {
    text-align: left;
  }
}
.cid-sChtuEQc8U a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChtuEQc8U .card-wrapper .card-box .mbr-text,
.cid-sChtuEQc8U .mbr-section-btn {
  color: #000000;
}
.cid-sChtuEQc8U .card-wrapper .card-box .card-title,
.cid-sChtuEQc8U .mbr-section-btn,
.cid-sChtuEQc8U .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChtvb9McQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChtvb9McQ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChtvb9McQ .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChtvb9McQ .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChtvb9McQ .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChtvb9McQ .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChtvb9McQ .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChtvb9McQ .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChtvb9McQ .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChtvb9McQ .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChtvb9McQ .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChtvb9McQ .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChtvb9McQ .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChtvb9McQ .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChtvb9McQ .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChtvb9McQ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChtvb9McQ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChtvb9McQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChtvb9McQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChtvb9McQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChtvb9McQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChtvb9McQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChtvb9McQ * {
    text-align: left;
  }
}
.cid-sChtvb9McQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChtvb9McQ .card-wrapper .card-box .mbr-text,
.cid-sChtvb9McQ .mbr-section-btn {
  color: #000000;
}
.cid-sChtvb9McQ .card-wrapper .card-box .card-title,
.cid-sChtvb9McQ .mbr-section-btn,
.cid-sChtvb9McQ .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChtvBkeIC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChtvBkeIC .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChtvBkeIC .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChtvBkeIC .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChtvBkeIC .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChtvBkeIC .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChtvBkeIC .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChtvBkeIC .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChtvBkeIC .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChtvBkeIC .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChtvBkeIC .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChtvBkeIC .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChtvBkeIC .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChtvBkeIC .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChtvBkeIC .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChtvBkeIC .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChtvBkeIC .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChtvBkeIC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChtvBkeIC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChtvBkeIC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChtvBkeIC .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChtvBkeIC .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChtvBkeIC * {
    text-align: left;
  }
}
.cid-sChtvBkeIC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChtvBkeIC .card-wrapper .card-box .mbr-text,
.cid-sChtvBkeIC .mbr-section-btn {
  color: #000000;
}
.cid-sChtvBkeIC .card-wrapper .card-box .card-title,
.cid-sChtvBkeIC .mbr-section-btn,
.cid-sChtvBkeIC .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChuDKD5ah {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChuDKD5ah .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChuDKD5ah .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChuDKD5ah .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChuDKD5ah .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChuDKD5ah .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChuDKD5ah .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChuDKD5ah .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChuDKD5ah .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChuDKD5ah .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChuDKD5ah .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChuDKD5ah .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChuDKD5ah .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChuDKD5ah .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChuDKD5ah .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChuDKD5ah .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChuDKD5ah .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChuDKD5ah .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChuDKD5ah .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChuDKD5ah .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChuDKD5ah .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChuDKD5ah .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChuDKD5ah * {
    text-align: left;
  }
}
.cid-sChuDKD5ah a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChuDKD5ah .card-wrapper .card-box .mbr-text,
.cid-sChuDKD5ah .mbr-section-btn {
  color: #000000;
}
.cid-sChuDKD5ah .card-wrapper .card-box .card-title,
.cid-sChuDKD5ah .mbr-section-btn,
.cid-sChuDKD5ah .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sCil2dGvMk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCil2dGvMk .mbr-text {
  color: #d9dade;
}
.cid-sCil2dGvMk h5 {
  text-align: left;
}
.cid-sCil2dGvMk p {
  text-align: left;
}
.cid-sCil2dGvMk .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCil2dGvMk .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCil2dGvMk .card-title,
.cid-sCil2dGvMk .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCil2dGvMk .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCil2dGvMk .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCil2dGvMk .logo-text {
  text-align: left;
}
.cid-sCil2dGvMk span {
  text-decoration: underline;
}
.cid-sCil2dGvMk .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCil2dGvMk .card-box h5,
  .cid-sCil2dGvMk .card-box p {
    text-align: center;
  }
  .cid-sCil2dGvMk .mbr-text {
    text-align: center;
  }
}
.cid-sCil3ZUEqt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCil3ZUEqt .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCil3ZUEqt .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCil3ZUEqt .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCil3ZUEqt .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCil3ZUEqt .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCil3ZUEqt .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCil3ZUEqt .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCil3ZUEqt .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCil3ZUEqt .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCil3ZUEqt .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sChL0DI3c2 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sChL0DI3c2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sChL0DI3c2 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sChL0DI3c2 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sChL0DI3c2 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sChL0DI3c2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sChL0DI3c2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sChL0DI3c2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sChL0DI3c2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sChL0DI3c2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sChL0DI3c2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sChL0DI3c2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sChL0DI3c2 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sChL0DI3c2 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sChL0DI3c2 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sChL0DI3c2 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sChL0DI3c2 .dropdown-item,
.cid-sChL0DI3c2 .nav-link,
.cid-sChL0DI3c2 .brand-name {
  font-style: normal;
}
.cid-sChL0DI3c2 .dropdown-item:hover,
.cid-sChL0DI3c2 .nav-link:hover,
.cid-sChL0DI3c2 .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sChL0DI3c2 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sChL0DI3c2 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sChL0DI3c2 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sChL0DI3c2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sChL0DI3c2 .nav-item {
  position: relative;
}
.cid-sChL0DI3c2 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sChL0DI3c2 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sChL0DI3c2 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sChL0DI3c2 .nav-link {
    line-height: 6.13;
  }
  .cid-sChL0DI3c2 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sChL0DI3c2 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sChL0DI3c2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChL0DI3c2 .content-text {
  margin-bottom: 0;
}
.cid-sChL0DI3c2 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sChL0DI3c2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sChL0DI3c2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sChL0DI3c2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sChL0DI3c2 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sChL0DI3c2 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sChL0DI3c2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sChL0DI3c2 .content-right-side {
  text-align: center;
}
.cid-sChL0DI3c2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sChL0DI3c2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sChL0DI3c2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sChL0DI3c2 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sChL0DI3c2 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sChL0DI3c2 .info-widget:first-child {
  margin-left: 0;
}
.cid-sChL0DI3c2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sChL0DI3c2 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sChL0DI3c2 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sChL0DI3c2 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sChL0DI3c2 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sChL0DI3c2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sChL0DI3c2 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sChL0DI3c2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sChL0DI3c2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sChL0DI3c2 .navbar-toggler {
    display: none;
  }
  .cid-sChL0DI3c2 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sChL0DI3c2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sChL0DI3c2 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sChL0DI3c2 .btn-sm {
  padding: 13px 29px;
}
.cid-sChL0DI3c2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sChL0DI3c2 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sChL0DI3c2 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sChL0DI3c2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sChL0DI3c2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sChL0DI3c2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sChL0DI3c2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sChL0DI3c2 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sChL0DI3c2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChL0DI3c2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sChL0DI3c2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sChL0DI3c2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sChL0DI3c2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sChL0DI3c2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChL0DI3c2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sChL0DI3c2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sChL0DI3c2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sChL0DI3c2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sChL0DI3c2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sChL0DI3c2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sChL0DI3c2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sChL0DI3c2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sChL0DI3c2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sChL0DI3c2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sChL0DI3c2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sChL0DI3c2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChL0DI3c2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChL0DI3c2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sChL0DI3c2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChL0DI3c2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sChL0DI3c2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sChL0DI3c2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChL0DI3c2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sChL0DI3c2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sChL0DI3c2 .collapsed .btn {
  display: flex;
}
.cid-sChL0DI3c2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sChL0DI3c2 .collapsed .navbar-collapse.collapsing,
.cid-sChL0DI3c2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sChL0DI3c2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sChL0DI3c2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sChL0DI3c2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sChL0DI3c2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sChL0DI3c2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sChL0DI3c2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sChL0DI3c2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sChL0DI3c2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sChL0DI3c2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChL0DI3c2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sChL0DI3c2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sChL0DI3c2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sChL0DI3c2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sChL0DI3c2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sChL0DI3c2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sChL0DI3c2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sChL0DI3c2 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sChL0DI3c2 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sChL0DI3c2 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sChL0DI3c2 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sChL0DI3c2 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sChL0DI3c2 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sChL0DI3c2 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sChL0DI3c2 .navbar-collapse.collapsing,
  .cid-sChL0DI3c2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sChL0DI3c2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sChL0DI3c2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sChL0DI3c2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sChL0DI3c2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sChL0DI3c2 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sChL0DI3c2 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sChL0DI3c2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sChL0DI3c2 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sChL0DI3c2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sChL0DI3c2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sChL0DI3c2 img {
    height: 3.8rem !important;
  }
  .cid-sChL0DI3c2 .btn {
    display: flex;
  }
  .cid-sChL0DI3c2 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sChL0DI3c2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sChL0DI3c2 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sChL0DI3c2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sChL0DI3c2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sChL0DI3c2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sChL0DI3c2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sChL0DI3c2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sChL0DI3c2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sChL0DI3c2 .navbar-toggler {
  position: relative;
}
.cid-sChL0DI3c2 .dropdown-item.active,
.cid-sChL0DI3c2 .dropdown-item:active {
  color: initial;
}
.cid-sChL0DI3c2 .widget-title {
  color: #83868c;
}
.cid-sChL0DI3c2 .widget-text {
  color: #83868c;
}
.cid-sChL0DI3c2 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sChL0DI3c2 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sChL0DI3c2 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sChL0DI3c2 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sChL0DI3c2 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sChL0DI3c2 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sChL0DI3c2 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sChL0DI3c2 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sChL0DI3c2 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sChL0DI3c2 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sChL0DI3c2 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sChL0DI3c2 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sChL0DI3c2 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sChL0DI3c2 .menu-content-top,
  .cid-sChL0DI3c2 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sChL0DI3c2 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sChL0EWz3Z {
  overflow-x: hidden !important;
}
.cid-sChL0EWz3Z,
.cid-sChL0EWz3Z .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sChL0EWz3Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sChL0EWz3Z .mbr-section-title span {
  color: #13287d;
}
.cid-sChL0EWz3Z .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sChL0EWz3Z .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sChL0EWz3Z .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sChL0EWz3Z .mbr-overlay {
  z-index: 1;
}
.cid-sChL0EWz3Z .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sChLgnMjPO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChLgnMjPO .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChLgnMjPO .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChLgnMjPO .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChLgnMjPO .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChLgnMjPO .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChLgnMjPO .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChLgnMjPO .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChLgnMjPO .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChLgnMjPO .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChLgnMjPO .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChLgnMjPO .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChLgnMjPO .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChLgnMjPO .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChLgnMjPO .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChLgnMjPO .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChLgnMjPO .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChLgnMjPO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChLgnMjPO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChLgnMjPO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChLgnMjPO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChLgnMjPO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChLgnMjPO * {
    text-align: left;
  }
}
.cid-sChLgnMjPO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChLgnMjPO .card-wrapper .card-box .mbr-text,
.cid-sChLgnMjPO .mbr-section-btn {
  color: #000000;
}
.cid-sChLgnMjPO .card-wrapper .card-box .card-title,
.cid-sChLgnMjPO .mbr-section-btn,
.cid-sChLgnMjPO .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChL0Fydfo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChL0Fydfo .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChL0Fydfo .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChL0Fydfo .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChL0Fydfo .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChL0Fydfo .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChL0Fydfo .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChL0Fydfo .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChL0Fydfo .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChL0Fydfo .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0Fydfo .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0Fydfo .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0Fydfo .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0Fydfo .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChL0Fydfo .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChL0Fydfo .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChL0Fydfo .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChL0Fydfo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChL0Fydfo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChL0Fydfo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChL0Fydfo .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChL0Fydfo .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChL0Fydfo * {
    text-align: left;
  }
}
.cid-sChL0Fydfo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChL0Fydfo .card-wrapper .card-box .mbr-text,
.cid-sChL0Fydfo .mbr-section-btn {
  color: #000000;
}
.cid-sChL0Fydfo .card-wrapper .card-box .card-title,
.cid-sChL0Fydfo .mbr-section-btn,
.cid-sChL0Fydfo .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChL0G9VtR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChL0G9VtR .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChL0G9VtR .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChL0G9VtR .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChL0G9VtR .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChL0G9VtR .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChL0G9VtR .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChL0G9VtR .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChL0G9VtR .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChL0G9VtR .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0G9VtR .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0G9VtR .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0G9VtR .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0G9VtR .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChL0G9VtR .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChL0G9VtR .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChL0G9VtR .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChL0G9VtR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChL0G9VtR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChL0G9VtR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChL0G9VtR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChL0G9VtR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChL0G9VtR * {
    text-align: left;
  }
}
.cid-sChL0G9VtR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChL0G9VtR .card-wrapper .card-box .mbr-text,
.cid-sChL0G9VtR .mbr-section-btn {
  color: #000000;
}
.cid-sChL0G9VtR .card-wrapper .card-box .card-title,
.cid-sChL0G9VtR .mbr-section-btn,
.cid-sChL0G9VtR .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChL0GQwhs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChL0GQwhs .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChL0GQwhs .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChL0GQwhs .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChL0GQwhs .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChL0GQwhs .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChL0GQwhs .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChL0GQwhs .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChL0GQwhs .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChL0GQwhs .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0GQwhs .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0GQwhs .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0GQwhs .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0GQwhs .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChL0GQwhs .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChL0GQwhs .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChL0GQwhs .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChL0GQwhs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChL0GQwhs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChL0GQwhs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChL0GQwhs .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChL0GQwhs .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChL0GQwhs * {
    text-align: left;
  }
}
.cid-sChL0GQwhs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChL0GQwhs .card-wrapper .card-box .mbr-text,
.cid-sChL0GQwhs .mbr-section-btn {
  color: #000000;
}
.cid-sChL0GQwhs .card-wrapper .card-box .card-title,
.cid-sChL0GQwhs .mbr-section-btn,
.cid-sChL0GQwhs .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChL0HnjPY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChL0HnjPY .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChL0HnjPY .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChL0HnjPY .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChL0HnjPY .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChL0HnjPY .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChL0HnjPY .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChL0HnjPY .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChL0HnjPY .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChL0HnjPY .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0HnjPY .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0HnjPY .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0HnjPY .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0HnjPY .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChL0HnjPY .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChL0HnjPY .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChL0HnjPY .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChL0HnjPY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChL0HnjPY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChL0HnjPY .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChL0HnjPY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChL0HnjPY .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChL0HnjPY * {
    text-align: left;
  }
}
.cid-sChL0HnjPY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChL0HnjPY .card-wrapper .card-box .mbr-text,
.cid-sChL0HnjPY .mbr-section-btn {
  color: #000000;
}
.cid-sChL0HnjPY .card-wrapper .card-box .card-title,
.cid-sChL0HnjPY .mbr-section-btn,
.cid-sChL0HnjPY .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChL0HTCzS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChL0HTCzS .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChL0HTCzS .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChL0HTCzS .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChL0HTCzS .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChL0HTCzS .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChL0HTCzS .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChL0HTCzS .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChL0HTCzS .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChL0HTCzS .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0HTCzS .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0HTCzS .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0HTCzS .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0HTCzS .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChL0HTCzS .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChL0HTCzS .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChL0HTCzS .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChL0HTCzS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChL0HTCzS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChL0HTCzS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChL0HTCzS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChL0HTCzS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChL0HTCzS * {
    text-align: left;
  }
}
.cid-sChL0HTCzS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChL0HTCzS .card-wrapper .card-box .mbr-text,
.cid-sChL0HTCzS .mbr-section-btn {
  color: #000000;
}
.cid-sChL0HTCzS .card-wrapper .card-box .card-title,
.cid-sChL0HTCzS .mbr-section-btn,
.cid-sChL0HTCzS .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChL0Ipfvk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChL0Ipfvk .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChL0Ipfvk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChL0Ipfvk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChL0Ipfvk * {
    text-align: left;
  }
}
.cid-sChL0Ipfvk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .mbr-text,
.cid-sChL0Ipfvk .mbr-section-btn {
  color: #000000;
}
.cid-sChL0Ipfvk .card-wrapper .card-box .card-title,
.cid-sChL0Ipfvk .mbr-section-btn,
.cid-sChL0Ipfvk .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChL0IV0DE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChL0IV0DE .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChL0IV0DE .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChL0IV0DE .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChL0IV0DE .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChL0IV0DE .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChL0IV0DE .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChL0IV0DE .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChL0IV0DE .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChL0IV0DE .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0IV0DE .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0IV0DE .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChL0IV0DE .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChL0IV0DE .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChL0IV0DE .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChL0IV0DE .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChL0IV0DE .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChL0IV0DE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChL0IV0DE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChL0IV0DE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChL0IV0DE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChL0IV0DE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChL0IV0DE * {
    text-align: left;
  }
}
.cid-sChL0IV0DE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChL0IV0DE .card-wrapper .card-box .mbr-text,
.cid-sChL0IV0DE .mbr-section-btn {
  color: #000000;
}
.cid-sChL0IV0DE .card-wrapper .card-box .card-title,
.cid-sChL0IV0DE .mbr-section-btn,
.cid-sChL0IV0DE .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChL0LxjaO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sChL0LxjaO .content-inner .left-content {
  display: block;
}
.cid-sChL0LxjaO .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sChL0LxjaO .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sChL0LxjaO .content-inner .right-content {
  display: block;
}
.cid-sChL0LxjaO .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sChL0LxjaO .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sChL0LxjaO .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sChL0LxjaO .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sChL0LxjaO .content-inner {
    justify-content: center !important;
  }
  .cid-sChL0LxjaO * {
    text-align: center;
  }
}
.cid-sChL0LxjaO .content-inner .left-content .mbr-section-title,
.cid-sChL0LxjaO .mbr-section-btn {
  color: #1955a5;
}
.cid-sCi5ebSRwC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCi5ebSRwC .mbr-text {
  color: #d9dade;
}
.cid-sCi5ebSRwC h5 {
  text-align: left;
}
.cid-sCi5ebSRwC p {
  text-align: left;
}
.cid-sCi5ebSRwC .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCi5ebSRwC .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCi5ebSRwC .card-title,
.cid-sCi5ebSRwC .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCi5ebSRwC .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCi5ebSRwC .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCi5ebSRwC .logo-text {
  text-align: left;
}
.cid-sCi5ebSRwC span {
  text-decoration: underline;
}
.cid-sCi5ebSRwC .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCi5ebSRwC .card-box h5,
  .cid-sCi5ebSRwC .card-box p {
    text-align: center;
  }
  .cid-sCi5ebSRwC .mbr-text {
    text-align: center;
  }
}
.cid-sCi5eUVZMe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCi5eUVZMe .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCi5eUVZMe .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCi5eUVZMe .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCi5eUVZMe .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCi5eUVZMe .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCi5eUVZMe .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCi5eUVZMe .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCi5eUVZMe .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCi5eUVZMe .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCi5eUVZMe .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sChOvto1S4 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sChOvto1S4 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sChOvto1S4 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sChOvto1S4 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sChOvto1S4 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sChOvto1S4 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sChOvto1S4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sChOvto1S4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sChOvto1S4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sChOvto1S4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sChOvto1S4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sChOvto1S4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sChOvto1S4 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sChOvto1S4 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sChOvto1S4 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sChOvto1S4 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sChOvto1S4 .dropdown-item,
.cid-sChOvto1S4 .nav-link,
.cid-sChOvto1S4 .brand-name {
  font-style: normal;
}
.cid-sChOvto1S4 .dropdown-item:hover,
.cid-sChOvto1S4 .nav-link:hover,
.cid-sChOvto1S4 .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sChOvto1S4 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sChOvto1S4 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sChOvto1S4 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sChOvto1S4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sChOvto1S4 .nav-item {
  position: relative;
}
.cid-sChOvto1S4 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sChOvto1S4 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sChOvto1S4 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sChOvto1S4 .nav-link {
    line-height: 6.13;
  }
  .cid-sChOvto1S4 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sChOvto1S4 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sChOvto1S4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChOvto1S4 .content-text {
  margin-bottom: 0;
}
.cid-sChOvto1S4 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sChOvto1S4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sChOvto1S4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sChOvto1S4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sChOvto1S4 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sChOvto1S4 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sChOvto1S4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sChOvto1S4 .content-right-side {
  text-align: center;
}
.cid-sChOvto1S4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sChOvto1S4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sChOvto1S4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sChOvto1S4 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sChOvto1S4 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sChOvto1S4 .info-widget:first-child {
  margin-left: 0;
}
.cid-sChOvto1S4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sChOvto1S4 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sChOvto1S4 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sChOvto1S4 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sChOvto1S4 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sChOvto1S4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sChOvto1S4 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sChOvto1S4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sChOvto1S4 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sChOvto1S4 .navbar-toggler {
    display: none;
  }
  .cid-sChOvto1S4 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sChOvto1S4 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sChOvto1S4 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sChOvto1S4 .btn-sm {
  padding: 13px 29px;
}
.cid-sChOvto1S4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sChOvto1S4 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sChOvto1S4 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sChOvto1S4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sChOvto1S4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sChOvto1S4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sChOvto1S4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sChOvto1S4 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sChOvto1S4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChOvto1S4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sChOvto1S4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sChOvto1S4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sChOvto1S4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sChOvto1S4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChOvto1S4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sChOvto1S4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sChOvto1S4 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sChOvto1S4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sChOvto1S4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sChOvto1S4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sChOvto1S4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sChOvto1S4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sChOvto1S4 button.navbar-toggler:focus {
  outline: none;
}
.cid-sChOvto1S4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sChOvto1S4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sChOvto1S4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChOvto1S4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChOvto1S4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sChOvto1S4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChOvto1S4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sChOvto1S4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sChOvto1S4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChOvto1S4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sChOvto1S4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sChOvto1S4 .collapsed .btn {
  display: flex;
}
.cid-sChOvto1S4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sChOvto1S4 .collapsed .navbar-collapse.collapsing,
.cid-sChOvto1S4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sChOvto1S4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sChOvto1S4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sChOvto1S4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sChOvto1S4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sChOvto1S4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sChOvto1S4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sChOvto1S4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sChOvto1S4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sChOvto1S4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChOvto1S4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sChOvto1S4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sChOvto1S4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sChOvto1S4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sChOvto1S4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sChOvto1S4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sChOvto1S4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sChOvto1S4 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sChOvto1S4 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sChOvto1S4 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sChOvto1S4 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sChOvto1S4 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sChOvto1S4 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sChOvto1S4 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sChOvto1S4 .navbar-collapse.collapsing,
  .cid-sChOvto1S4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sChOvto1S4 .navbar-collapse.collapsing .navbar-nav,
  .cid-sChOvto1S4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sChOvto1S4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sChOvto1S4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sChOvto1S4 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sChOvto1S4 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sChOvto1S4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sChOvto1S4 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sChOvto1S4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sChOvto1S4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sChOvto1S4 img {
    height: 3.8rem !important;
  }
  .cid-sChOvto1S4 .btn {
    display: flex;
  }
  .cid-sChOvto1S4 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sChOvto1S4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sChOvto1S4 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sChOvto1S4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sChOvto1S4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sChOvto1S4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sChOvto1S4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sChOvto1S4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sChOvto1S4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sChOvto1S4 .navbar-toggler {
  position: relative;
}
.cid-sChOvto1S4 .dropdown-item.active,
.cid-sChOvto1S4 .dropdown-item:active {
  color: initial;
}
.cid-sChOvto1S4 .widget-title {
  color: #83868c;
}
.cid-sChOvto1S4 .widget-text {
  color: #83868c;
}
.cid-sChOvto1S4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sChOvto1S4 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sChOvto1S4 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sChOvto1S4 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sChOvto1S4 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sChOvto1S4 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sChOvto1S4 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sChOvto1S4 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sChOvto1S4 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sChOvto1S4 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sChOvto1S4 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sChOvto1S4 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sChOvto1S4 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sChOvto1S4 .menu-content-top,
  .cid-sChOvto1S4 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sChOvto1S4 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sChOvubGXe {
  overflow-x: hidden !important;
}
.cid-sChOvubGXe,
.cid-sChOvubGXe .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sChOvubGXe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sChOvubGXe .mbr-section-title span {
  color: #13287d;
}
.cid-sChOvubGXe .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sChOvubGXe .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sChOvubGXe .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sChOvubGXe .mbr-overlay {
  z-index: 1;
}
.cid-sChOvubGXe .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sChOvuDjqg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChOvuDjqg .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChOvuDjqg .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChOvuDjqg .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChOvuDjqg .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChOvuDjqg .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChOvuDjqg .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChOvuDjqg .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChOvuDjqg .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChOvuDjqg .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvuDjqg .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvuDjqg .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvuDjqg .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvuDjqg .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChOvuDjqg .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChOvuDjqg .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChOvuDjqg .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChOvuDjqg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChOvuDjqg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChOvuDjqg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChOvuDjqg .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChOvuDjqg .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChOvuDjqg * {
    text-align: left;
  }
}
.cid-sChOvuDjqg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChOvuDjqg .card-wrapper .card-box .mbr-text,
.cid-sChOvuDjqg .mbr-section-btn {
  color: #000000;
}
.cid-sChOvuDjqg .card-wrapper .card-box .card-title,
.cid-sChOvuDjqg .mbr-section-btn,
.cid-sChOvuDjqg .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChOvv9h5v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChOvv9h5v .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChOvv9h5v .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChOvv9h5v .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChOvv9h5v .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChOvv9h5v .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChOvv9h5v .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChOvv9h5v .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChOvv9h5v .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChOvv9h5v .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvv9h5v .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvv9h5v .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvv9h5v .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvv9h5v .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChOvv9h5v .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChOvv9h5v .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChOvv9h5v .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChOvv9h5v .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChOvv9h5v .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChOvv9h5v .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChOvv9h5v .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChOvv9h5v .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChOvv9h5v * {
    text-align: left;
  }
}
.cid-sChOvv9h5v a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChOvv9h5v .card-wrapper .card-box .mbr-text,
.cid-sChOvv9h5v .mbr-section-btn {
  color: #000000;
}
.cid-sChOvv9h5v .card-wrapper .card-box .card-title,
.cid-sChOvv9h5v .mbr-section-btn,
.cid-sChOvv9h5v .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChOvvL0AA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChOvvL0AA .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChOvvL0AA .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChOvvL0AA .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChOvvL0AA .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChOvvL0AA .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChOvvL0AA .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChOvvL0AA .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChOvvL0AA .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChOvvL0AA .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvvL0AA .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvvL0AA .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvvL0AA .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvvL0AA .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChOvvL0AA .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChOvvL0AA .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChOvvL0AA .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChOvvL0AA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChOvvL0AA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChOvvL0AA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChOvvL0AA .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChOvvL0AA .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChOvvL0AA * {
    text-align: left;
  }
}
.cid-sChOvvL0AA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChOvvL0AA .card-wrapper .card-box .mbr-text,
.cid-sChOvvL0AA .mbr-section-btn {
  color: #000000;
}
.cid-sChOvvL0AA .card-wrapper .card-box .card-title,
.cid-sChOvvL0AA .mbr-section-btn,
.cid-sChOvvL0AA .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChOvwgq5q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChOvwgq5q .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChOvwgq5q .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChOvwgq5q .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChOvwgq5q .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChOvwgq5q .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChOvwgq5q .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChOvwgq5q .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChOvwgq5q .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChOvwgq5q .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvwgq5q .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvwgq5q .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvwgq5q .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvwgq5q .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChOvwgq5q .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChOvwgq5q .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChOvwgq5q .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChOvwgq5q .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChOvwgq5q .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChOvwgq5q .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChOvwgq5q .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChOvwgq5q .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChOvwgq5q * {
    text-align: left;
  }
}
.cid-sChOvwgq5q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChOvwgq5q .card-wrapper .card-box .mbr-text,
.cid-sChOvwgq5q .mbr-section-btn {
  color: #000000;
}
.cid-sChOvwgq5q .card-wrapper .card-box .card-title,
.cid-sChOvwgq5q .mbr-section-btn,
.cid-sChOvwgq5q .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChOvwK83l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChOvwK83l .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChOvwK83l .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChOvwK83l .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChOvwK83l .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChOvwK83l .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChOvwK83l .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChOvwK83l .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChOvwK83l .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChOvwK83l .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvwK83l .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvwK83l .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvwK83l .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvwK83l .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChOvwK83l .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChOvwK83l .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChOvwK83l .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChOvwK83l .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChOvwK83l .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChOvwK83l .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChOvwK83l .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChOvwK83l .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChOvwK83l * {
    text-align: left;
  }
}
.cid-sChOvwK83l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChOvwK83l .card-wrapper .card-box .mbr-text,
.cid-sChOvwK83l .mbr-section-btn {
  color: #000000;
}
.cid-sChOvwK83l .card-wrapper .card-box .card-title,
.cid-sChOvwK83l .mbr-section-btn,
.cid-sChOvwK83l .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChOvxeTqj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChOvxeTqj .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChOvxeTqj .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChOvxeTqj .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChOvxeTqj .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChOvxeTqj .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChOvxeTqj .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChOvxeTqj .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChOvxeTqj .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChOvxeTqj .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvxeTqj .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvxeTqj .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChOvxeTqj .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChOvxeTqj .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChOvxeTqj .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChOvxeTqj .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChOvxeTqj .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChOvxeTqj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChOvxeTqj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChOvxeTqj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChOvxeTqj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChOvxeTqj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChOvxeTqj * {
    text-align: left;
  }
}
.cid-sChOvxeTqj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChOvxeTqj .card-wrapper .card-box .mbr-text,
.cid-sChOvxeTqj .mbr-section-btn {
  color: #000000;
}
.cid-sChOvxeTqj .card-wrapper .card-box .card-title,
.cid-sChOvxeTqj .mbr-section-btn,
.cid-sChOvxeTqj .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChOvyQqXu {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sChOvyQqXu .content-inner .left-content {
  display: block;
}
.cid-sChOvyQqXu .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sChOvyQqXu .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sChOvyQqXu .content-inner .right-content {
  display: block;
}
.cid-sChOvyQqXu .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sChOvyQqXu .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sChOvyQqXu .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sChOvyQqXu .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sChOvyQqXu .content-inner {
    justify-content: center !important;
  }
  .cid-sChOvyQqXu * {
    text-align: center;
  }
}
.cid-sChOvyQqXu .content-inner .left-content .mbr-section-title,
.cid-sChOvyQqXu .mbr-section-btn {
  color: #1955a5;
}
.cid-sCi6wULfO2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCi6wULfO2 .mbr-text {
  color: #d9dade;
}
.cid-sCi6wULfO2 h5 {
  text-align: left;
}
.cid-sCi6wULfO2 p {
  text-align: left;
}
.cid-sCi6wULfO2 .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCi6wULfO2 .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCi6wULfO2 .card-title,
.cid-sCi6wULfO2 .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCi6wULfO2 .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCi6wULfO2 .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCi6wULfO2 .logo-text {
  text-align: left;
}
.cid-sCi6wULfO2 span {
  text-decoration: underline;
}
.cid-sCi6wULfO2 .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCi6wULfO2 .card-box h5,
  .cid-sCi6wULfO2 .card-box p {
    text-align: center;
  }
  .cid-sCi6wULfO2 .mbr-text {
    text-align: center;
  }
}
.cid-sCi6xwluHq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCi6xwluHq .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCi6xwluHq .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCi6xwluHq .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCi6xwluHq .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCi6xwluHq .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCi6xwluHq .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCi6xwluHq .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCi6xwluHq .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCi6xwluHq .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCi6xwluHq .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sChQtbDPWl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sChQtbDPWl .navbar-fixed-top {
  padding-top: 0;
}
.cid-sChQtbDPWl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sChQtbDPWl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sChQtbDPWl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sChQtbDPWl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sChQtbDPWl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sChQtbDPWl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sChQtbDPWl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sChQtbDPWl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sChQtbDPWl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sChQtbDPWl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sChQtbDPWl .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sChQtbDPWl .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sChQtbDPWl .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sChQtbDPWl .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sChQtbDPWl .dropdown-item,
.cid-sChQtbDPWl .nav-link,
.cid-sChQtbDPWl .brand-name {
  font-style: normal;
}
.cid-sChQtbDPWl .dropdown-item:hover,
.cid-sChQtbDPWl .nav-link:hover,
.cid-sChQtbDPWl .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sChQtbDPWl .dropdown-menu {
  background-color: #ffffff;
}
.cid-sChQtbDPWl .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sChQtbDPWl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sChQtbDPWl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sChQtbDPWl .nav-item {
  position: relative;
}
.cid-sChQtbDPWl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sChQtbDPWl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sChQtbDPWl .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sChQtbDPWl .nav-link {
    line-height: 6.13;
  }
  .cid-sChQtbDPWl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sChQtbDPWl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sChQtbDPWl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChQtbDPWl .content-text {
  margin-bottom: 0;
}
.cid-sChQtbDPWl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sChQtbDPWl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sChQtbDPWl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sChQtbDPWl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sChQtbDPWl .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sChQtbDPWl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sChQtbDPWl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sChQtbDPWl .content-right-side {
  text-align: center;
}
.cid-sChQtbDPWl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sChQtbDPWl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sChQtbDPWl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sChQtbDPWl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sChQtbDPWl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sChQtbDPWl .info-widget:first-child {
  margin-left: 0;
}
.cid-sChQtbDPWl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sChQtbDPWl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sChQtbDPWl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sChQtbDPWl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sChQtbDPWl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sChQtbDPWl .navbar {
    display: block;
    padding: 0;
  }
  .cid-sChQtbDPWl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sChQtbDPWl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sChQtbDPWl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sChQtbDPWl .navbar-toggler {
    display: none;
  }
  .cid-sChQtbDPWl .navbar-collapse {
    justify-content: center;
  }
}
.cid-sChQtbDPWl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sChQtbDPWl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sChQtbDPWl .btn-sm {
  padding: 13px 29px;
}
.cid-sChQtbDPWl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sChQtbDPWl .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sChQtbDPWl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sChQtbDPWl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sChQtbDPWl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sChQtbDPWl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sChQtbDPWl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sChQtbDPWl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sChQtbDPWl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChQtbDPWl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sChQtbDPWl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sChQtbDPWl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sChQtbDPWl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sChQtbDPWl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sChQtbDPWl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sChQtbDPWl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sChQtbDPWl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sChQtbDPWl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sChQtbDPWl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sChQtbDPWl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sChQtbDPWl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sChQtbDPWl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sChQtbDPWl button.navbar-toggler:focus {
  outline: none;
}
.cid-sChQtbDPWl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sChQtbDPWl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sChQtbDPWl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChQtbDPWl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChQtbDPWl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sChQtbDPWl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChQtbDPWl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sChQtbDPWl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sChQtbDPWl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChQtbDPWl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sChQtbDPWl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sChQtbDPWl .collapsed .btn {
  display: flex;
}
.cid-sChQtbDPWl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sChQtbDPWl .collapsed .navbar-collapse.collapsing,
.cid-sChQtbDPWl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sChQtbDPWl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sChQtbDPWl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sChQtbDPWl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sChQtbDPWl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sChQtbDPWl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sChQtbDPWl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sChQtbDPWl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sChQtbDPWl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sChQtbDPWl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sChQtbDPWl .collapsed button.navbar-toggler {
  display: block;
}
.cid-sChQtbDPWl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sChQtbDPWl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sChQtbDPWl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sChQtbDPWl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sChQtbDPWl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sChQtbDPWl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sChQtbDPWl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sChQtbDPWl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sChQtbDPWl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sChQtbDPWl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sChQtbDPWl .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sChQtbDPWl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sChQtbDPWl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sChQtbDPWl .navbar-collapse.collapsing,
  .cid-sChQtbDPWl .navbar-collapse.show {
    display: block !important;
  }
  .cid-sChQtbDPWl .navbar-collapse.collapsing .navbar-nav,
  .cid-sChQtbDPWl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sChQtbDPWl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sChQtbDPWl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sChQtbDPWl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sChQtbDPWl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sChQtbDPWl .navbar-collapse.collapsing .navbar-buttons,
  .cid-sChQtbDPWl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sChQtbDPWl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sChQtbDPWl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sChQtbDPWl img {
    height: 3.8rem !important;
  }
  .cid-sChQtbDPWl .btn {
    display: flex;
  }
  .cid-sChQtbDPWl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sChQtbDPWl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sChQtbDPWl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sChQtbDPWl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sChQtbDPWl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sChQtbDPWl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sChQtbDPWl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sChQtbDPWl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sChQtbDPWl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sChQtbDPWl .navbar-toggler {
  position: relative;
}
.cid-sChQtbDPWl .dropdown-item.active,
.cid-sChQtbDPWl .dropdown-item:active {
  color: initial;
}
.cid-sChQtbDPWl .widget-title {
  color: #83868c;
}
.cid-sChQtbDPWl .widget-text {
  color: #83868c;
}
.cid-sChQtbDPWl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sChQtbDPWl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sChQtbDPWl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sChQtbDPWl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sChQtbDPWl .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sChQtbDPWl .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sChQtbDPWl .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sChQtbDPWl .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sChQtbDPWl .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sChQtbDPWl .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sChQtbDPWl .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sChQtbDPWl .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sChQtbDPWl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sChQtbDPWl .menu-content-top,
  .cid-sChQtbDPWl .menu-bottom {
    padding: 0 15px;
  }
  .cid-sChQtbDPWl button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sChQtdKtHl {
  overflow-x: hidden !important;
}
.cid-sChQtdKtHl,
.cid-sChQtdKtHl .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sChQtdKtHl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sChQtdKtHl .mbr-section-title span {
  color: #13287d;
}
.cid-sChQtdKtHl .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sChQtdKtHl .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg02-1920x1080.png");
}
.cid-sChQtdKtHl .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sChQtdKtHl .mbr-overlay {
  z-index: 1;
}
.cid-sChQtdKtHl .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sChQtebfmb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChQtebfmb .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChQtebfmb .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChQtebfmb .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChQtebfmb .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChQtebfmb .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChQtebfmb .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChQtebfmb .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChQtebfmb .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChQtebfmb .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQtebfmb .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQtebfmb .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQtebfmb .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQtebfmb .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChQtebfmb .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChQtebfmb .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChQtebfmb .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChQtebfmb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChQtebfmb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChQtebfmb .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChQtebfmb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChQtebfmb .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChQtebfmb * {
    text-align: left;
  }
}
.cid-sChQtebfmb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChQtebfmb .card-wrapper .card-box .mbr-text,
.cid-sChQtebfmb .mbr-section-btn {
  color: #000000;
}
.cid-sChQtebfmb .card-wrapper .card-box .card-title,
.cid-sChQtebfmb .mbr-section-btn,
.cid-sChQtebfmb .card-wrapper .card-box .meta {
  color: #1955a5;
}
.cid-sChQteXkZK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChQteXkZK .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChQteXkZK .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChQteXkZK .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChQteXkZK .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChQteXkZK .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChQteXkZK .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChQteXkZK .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChQteXkZK .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChQteXkZK .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQteXkZK .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQteXkZK .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQteXkZK .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQteXkZK .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChQteXkZK .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChQteXkZK .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChQteXkZK .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChQteXkZK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChQteXkZK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChQteXkZK .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChQteXkZK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChQteXkZK .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChQteXkZK * {
    text-align: left;
  }
}
.cid-sChQteXkZK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChQteXkZK .card-wrapper .card-box .mbr-text,
.cid-sChQteXkZK .mbr-section-btn {
  color: #000000;
}
.cid-sChQteXkZK .card-wrapper .card-box .card-title,
.cid-sChQteXkZK .mbr-section-btn,
.cid-sChQteXkZK .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChQtfDJFl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChQtfDJFl .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChQtfDJFl .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChQtfDJFl .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChQtfDJFl .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChQtfDJFl .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChQtfDJFl .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChQtfDJFl .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChQtfDJFl .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChQtfDJFl .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQtfDJFl .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQtfDJFl .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQtfDJFl .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQtfDJFl .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChQtfDJFl .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChQtfDJFl .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChQtfDJFl .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChQtfDJFl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChQtfDJFl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChQtfDJFl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChQtfDJFl .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChQtfDJFl .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChQtfDJFl * {
    text-align: left;
  }
}
.cid-sChQtfDJFl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChQtfDJFl .card-wrapper .card-box .mbr-text,
.cid-sChQtfDJFl .mbr-section-btn {
  color: #000000;
}
.cid-sChQtfDJFl .card-wrapper .card-box .card-title,
.cid-sChQtfDJFl .mbr-section-btn,
.cid-sChQtfDJFl .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChQtgfy02 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChQtgfy02 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChQtgfy02 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChQtgfy02 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChQtgfy02 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChQtgfy02 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChQtgfy02 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChQtgfy02 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChQtgfy02 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChQtgfy02 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQtgfy02 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQtgfy02 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQtgfy02 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQtgfy02 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChQtgfy02 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChQtgfy02 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChQtgfy02 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChQtgfy02 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChQtgfy02 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChQtgfy02 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChQtgfy02 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChQtgfy02 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChQtgfy02 * {
    text-align: left;
  }
}
.cid-sChQtgfy02 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChQtgfy02 .card-wrapper .card-box .mbr-text,
.cid-sChQtgfy02 .mbr-section-btn {
  color: #000000;
}
.cid-sChQtgfy02 .card-wrapper .card-box .card-title,
.cid-sChQtgfy02 .mbr-section-btn,
.cid-sChQtgfy02 .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChQtgQ7Gr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChQtgQ7Gr .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChQtgQ7Gr * {
    text-align: left;
  }
}
.cid-sChQtgQ7Gr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .mbr-text,
.cid-sChQtgQ7Gr .mbr-section-btn {
  color: #000000;
}
.cid-sChQtgQ7Gr .card-wrapper .card-box .card-title,
.cid-sChQtgQ7Gr .mbr-section-btn,
.cid-sChQtgQ7Gr .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChQtho4No {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChQtho4No .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChQtho4No .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChQtho4No .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChQtho4No .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChQtho4No .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChQtho4No .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChQtho4No .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChQtho4No .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChQtho4No .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQtho4No .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQtho4No .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQtho4No .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQtho4No .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChQtho4No .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChQtho4No .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChQtho4No .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChQtho4No .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChQtho4No .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChQtho4No .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChQtho4No .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChQtho4No .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChQtho4No * {
    text-align: left;
  }
}
.cid-sChQtho4No a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChQtho4No .card-wrapper .card-box .mbr-text,
.cid-sChQtho4No .mbr-section-btn {
  color: #000000;
}
.cid-sChQtho4No .card-wrapper .card-box .card-title,
.cid-sChQtho4No .mbr-section-btn,
.cid-sChQtho4No .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChQti1rpd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChQti1rpd .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sChQti1rpd .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sChQti1rpd .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sChQti1rpd .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sChQti1rpd .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sChQti1rpd .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sChQti1rpd .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sChQti1rpd .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sChQti1rpd .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQti1rpd .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQti1rpd .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sChQti1rpd .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sChQti1rpd .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sChQti1rpd .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sChQti1rpd .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sChQti1rpd .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sChQti1rpd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sChQti1rpd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sChQti1rpd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sChQti1rpd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sChQti1rpd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sChQti1rpd * {
    text-align: left;
  }
}
.cid-sChQti1rpd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sChQti1rpd .card-wrapper .card-box .mbr-text,
.cid-sChQti1rpd .mbr-section-btn {
  color: #000000;
}
.cid-sChQti1rpd .card-wrapper .card-box .card-title,
.cid-sChQti1rpd .mbr-section-btn,
.cid-sChQti1rpd .card-wrapper .card-box .meta {
  text-align: left;
  color: #1955a5;
}
.cid-sChQtiZMUd {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sChQtiZMUd .content-inner .left-content {
  display: block;
}
.cid-sChQtiZMUd .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sChQtiZMUd .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sChQtiZMUd .content-inner .right-content {
  display: block;
}
.cid-sChQtiZMUd .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sChQtiZMUd .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sChQtiZMUd .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sChQtiZMUd .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sChQtiZMUd .content-inner {
    justify-content: center !important;
  }
  .cid-sChQtiZMUd * {
    text-align: center;
  }
}
.cid-sChQtiZMUd .content-inner .left-content .mbr-section-title,
.cid-sChQtiZMUd .mbr-section-btn {
  color: #1955a5;
}
.cid-sCi5R2Kwen {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCi5R2Kwen .mbr-text {
  color: #d9dade;
}
.cid-sCi5R2Kwen h5 {
  text-align: left;
}
.cid-sCi5R2Kwen p {
  text-align: left;
}
.cid-sCi5R2Kwen .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCi5R2Kwen .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCi5R2Kwen .card-title,
.cid-sCi5R2Kwen .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCi5R2Kwen .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCi5R2Kwen .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCi5R2Kwen .logo-text {
  text-align: left;
}
.cid-sCi5R2Kwen span {
  text-decoration: underline;
}
.cid-sCi5R2Kwen .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCi5R2Kwen .card-box h5,
  .cid-sCi5R2Kwen .card-box p {
    text-align: center;
  }
  .cid-sCi5R2Kwen .mbr-text {
    text-align: center;
  }
}
.cid-sCi5RM1zSH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCi5RM1zSH .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCi5RM1zSH .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCi5RM1zSH .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCi5RM1zSH .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCi5RM1zSH .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCi5RM1zSH .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCi5RM1zSH .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCi5RM1zSH .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCi5RM1zSH .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCi5RM1zSH .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sCqBXRfR17 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sCqBXRfR17 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sCqBXRfR17 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sCqBXRfR17 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sCqBXRfR17 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sCqBXRfR17 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCqBXRfR17 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sCqBXRfR17 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCqBXRfR17 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sCqBXRfR17 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCqBXRfR17 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCqBXRfR17 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCqBXRfR17 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sCqBXRfR17 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sCqBXRfR17 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sCqBXRfR17 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sCqBXRfR17 .dropdown-item,
.cid-sCqBXRfR17 .nav-link,
.cid-sCqBXRfR17 .brand-name {
  font-style: normal;
}
.cid-sCqBXRfR17 .dropdown-item:hover,
.cid-sCqBXRfR17 .nav-link:hover,
.cid-sCqBXRfR17 .brand-name:hover {
  color: #1955a5 !important;
}
.cid-sCqBXRfR17 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sCqBXRfR17 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sCqBXRfR17 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sCqBXRfR17 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCqBXRfR17 .nav-item {
  position: relative;
}
.cid-sCqBXRfR17 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sCqBXRfR17 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sCqBXRfR17 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sCqBXRfR17 .nav-link {
    line-height: 6.13;
  }
  .cid-sCqBXRfR17 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4f87fb;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sCqBXRfR17 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sCqBXRfR17 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCqBXRfR17 .content-text {
  margin-bottom: 0;
}
.cid-sCqBXRfR17 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sCqBXRfR17 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sCqBXRfR17 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sCqBXRfR17 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sCqBXRfR17 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sCqBXRfR17 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCqBXRfR17 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sCqBXRfR17 .content-right-side {
  text-align: center;
}
.cid-sCqBXRfR17 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sCqBXRfR17 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sCqBXRfR17 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1955a5;
}
.cid-sCqBXRfR17 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sCqBXRfR17 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCqBXRfR17 .info-widget:first-child {
  margin-left: 0;
}
.cid-sCqBXRfR17 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sCqBXRfR17 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sCqBXRfR17 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sCqBXRfR17 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sCqBXRfR17 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sCqBXRfR17 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sCqBXRfR17 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sCqBXRfR17 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sCqBXRfR17 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sCqBXRfR17 .navbar-toggler {
    display: none;
  }
  .cid-sCqBXRfR17 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sCqBXRfR17 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sCqBXRfR17 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sCqBXRfR17 .btn-sm {
  padding: 13px 29px;
}
.cid-sCqBXRfR17 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sCqBXRfR17 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sCqBXRfR17 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sCqBXRfR17 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sCqBXRfR17 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCqBXRfR17 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sCqBXRfR17 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCqBXRfR17 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sCqBXRfR17 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCqBXRfR17 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCqBXRfR17 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCqBXRfR17 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sCqBXRfR17 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCqBXRfR17 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCqBXRfR17 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCqBXRfR17 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCqBXRfR17 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sCqBXRfR17 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sCqBXRfR17 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCqBXRfR17 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCqBXRfR17 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCqBXRfR17 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sCqBXRfR17 button.navbar-toggler:focus {
  outline: none;
}
.cid-sCqBXRfR17 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sCqBXRfR17 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCqBXRfR17 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCqBXRfR17 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCqBXRfR17 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCqBXRfR17 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCqBXRfR17 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCqBXRfR17 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCqBXRfR17 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCqBXRfR17 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCqBXRfR17 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCqBXRfR17 .collapsed .btn {
  display: flex;
}
.cid-sCqBXRfR17 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCqBXRfR17 .collapsed .navbar-collapse.collapsing,
.cid-sCqBXRfR17 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCqBXRfR17 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCqBXRfR17 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCqBXRfR17 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCqBXRfR17 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCqBXRfR17 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCqBXRfR17 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sCqBXRfR17 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCqBXRfR17 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCqBXRfR17 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sCqBXRfR17 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCqBXRfR17 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sCqBXRfR17 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sCqBXRfR17 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCqBXRfR17 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCqBXRfR17 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCqBXRfR17 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sCqBXRfR17 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCqBXRfR17 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sCqBXRfR17 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sCqBXRfR17 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sCqBXRfR17 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sCqBXRfR17 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sCqBXRfR17 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sCqBXRfR17 .navbar-collapse.collapsing,
  .cid-sCqBXRfR17 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCqBXRfR17 .navbar-collapse.collapsing .navbar-nav,
  .cid-sCqBXRfR17 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCqBXRfR17 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCqBXRfR17 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCqBXRfR17 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sCqBXRfR17 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sCqBXRfR17 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCqBXRfR17 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sCqBXRfR17 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCqBXRfR17 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCqBXRfR17 img {
    height: 3.8rem !important;
  }
  .cid-sCqBXRfR17 .btn {
    display: flex;
  }
  .cid-sCqBXRfR17 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sCqBXRfR17 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sCqBXRfR17 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sCqBXRfR17 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCqBXRfR17 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCqBXRfR17 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCqBXRfR17 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sCqBXRfR17 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sCqBXRfR17 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sCqBXRfR17 .navbar-toggler {
  position: relative;
}
.cid-sCqBXRfR17 .dropdown-item.active,
.cid-sCqBXRfR17 .dropdown-item:active {
  color: initial;
}
.cid-sCqBXRfR17 .widget-title {
  color: #83868c;
}
.cid-sCqBXRfR17 .widget-text {
  color: #83868c;
}
.cid-sCqBXRfR17 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sCqBXRfR17 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sCqBXRfR17 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sCqBXRfR17 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #14287f;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sCqBXRfR17 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sCqBXRfR17 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sCqBXRfR17 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sCqBXRfR17 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sCqBXRfR17 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sCqBXRfR17 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sCqBXRfR17 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sCqBXRfR17 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sCqBXRfR17 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sCqBXRfR17 .menu-content-top,
  .cid-sCqBXRfR17 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sCqBXRfR17 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sCqBXSHV4I {
  overflow-x: hidden !important;
}
.cid-sCqBXSHV4I,
.cid-sCqBXSHV4I .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 90px;
}
.cid-sCqBXSHV4I .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCqBXSHV4I .mbr-section-title span {
  color: #13287d;
}
.cid-sCqBXSHV4I .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-sCqBXSHV4I .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../images/gascg01-1920x1280.png");
}
.cid-sCqBXSHV4I .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCqBXSHV4I .mbr-overlay {
  z-index: 1;
}
.cid-sCqBXSHV4I .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCqBXT4hsI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCqBXT4hsI .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCqBXT4hsI .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCqBXT4hsI .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCqBXT4hsI * {
    text-align: left;
  }
}
.cid-sCqBXT4hsI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .mbr-text,
.cid-sCqBXT4hsI .mbr-section-btn {
  color: #000000;
}
.cid-sCqBXT4hsI .card-wrapper .card-box .card-title,
.cid-sCqBXT4hsI .mbr-section-btn,
.cid-sCqBXT4hsI .card-wrapper .card-box .meta {
  text-align: left;
  color: #000000;
}
.cid-sCqCruGnja {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCqCruGnja .main {
  margin-bottom: 70px;
}
.cid-sCqCruGnja .main .mbr-section-subtitle {
  color: #1955a5;
  margin-bottom: 10px;
}
.cid-sCqCruGnja .main .mbr-section-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-sCqCruGnja .main .mbr-text {
  color: #83868c;
}
.cid-sCqCruGnja .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 30rem;
  margin-bottom: 30px;
}
.cid-sCqCruGnja .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
  pointer-events: none;
}
.cid-sCqCruGnja .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-sCqCruGnja .wrapper .content-block {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 10%;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  transition: all 0.4s ease;
  transform: translateY(15px);
}
.cid-sCqCruGnja .wrapper .content-block .card-title {
  color: #ffffff;
  transition: all .3s linear 0ms;
}
.cid-sCqCruGnja .wrapper .content-block .card-title:hover {
  color: #1955a5;
}
.cid-sCqCruGnja .wrapper .content-block .card-subtitle {
  color: #ffffff;
}
.cid-sCqCruGnja .wrapper .content-block .mbr-link-btn {
  transition: all .3s linear 0ms;
}
.cid-sCqCruGnja .wrapper .content-block .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
}
.cid-sCqCruGnja .wrapper .content-block .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-sCqCruGnja .wrapper .content-block .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-sCqCruGnja .wrapper:hover .mbr-overlay {
  background: #000000;
  opacity: 0.5;
  z-index: 1;
}
.cid-sCqCruGnja .wrapper:hover .content-block {
  opacity: 1;
  transform: translateY(0);
}
.cid-sCqCruGnja .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sCqCruGnja .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sCqCruGnja .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sCqCruGnja .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #1955a5 !important;
  box-shadow: none !important;
}
.cid-sCqCruGnja .btn[class*="-outline"]:active,
.cid-sCqCruGnja .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sCqBXVFO31 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../images/gascg07-1920x1080.png");
}
.cid-sCqBXVFO31 .content-inner .left-content {
  display: block;
}
.cid-sCqBXVFO31 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sCqBXVFO31 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sCqBXVFO31 .content-inner .right-content {
  display: block;
}
.cid-sCqBXVFO31 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sCqBXVFO31 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sCqBXVFO31 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sCqBXVFO31 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #1955a5 !important;
  border-color: #1955a5 !important;
}
@media (max-width: 991px) {
  .cid-sCqBXVFO31 .content-inner {
    justify-content: center !important;
  }
  .cid-sCqBXVFO31 * {
    text-align: center;
  }
}
.cid-sCqBXVFO31 .content-inner .left-content .mbr-section-title,
.cid-sCqBXVFO31 .mbr-section-btn {
  color: #1955a5;
}
.cid-sCqBXW5EdU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../images/g.a.01-2000x1414.jpg");
}
.cid-sCqBXW5EdU .mbr-text {
  color: #d9dade;
}
.cid-sCqBXW5EdU h5 {
  text-align: left;
}
.cid-sCqBXW5EdU p {
  text-align: left;
}
.cid-sCqBXW5EdU .row {
  -webkit-box-pack: left;
  justify-content: left;
}
.cid-sCqBXW5EdU .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCqBXW5EdU .card-title,
.cid-sCqBXW5EdU .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sCqBXW5EdU .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-sCqBXW5EdU .col-12 {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sCqBXW5EdU .logo-text {
  text-align: left;
}
.cid-sCqBXW5EdU span {
  text-decoration: underline;
}
.cid-sCqBXW5EdU .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCqBXW5EdU .card-box h5,
  .cid-sCqBXW5EdU .card-box p {
    text-align: center;
  }
  .cid-sCqBXW5EdU .mbr-text {
    text-align: center;
  }
}
.cid-sCqBXWMCpr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sCqBXWMCpr .mbr-text {
  line-height: 1.5;
  color: #d9dade;
}
.cid-sCqBXWMCpr .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCqBXWMCpr .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sCqBXWMCpr .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sCqBXWMCpr .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sCqBXWMCpr .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sCqBXWMCpr .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sCqBXWMCpr .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sCqBXWMCpr .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sCqBXWMCpr .mbr-section-title {
  text-align: left;
  color: #656565;
}
