body {
  font-family: 'Spline Sans', sans-serif;
}
.display-1 {
  font-family: 'Abril Fatface', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Abril Fatface', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #253c57 !important;
}
.bg-success {
  background-color: #e21c21 !important;
}
.bg-info {
  background-color: #415d7d !important;
}
.bg-warning {
  background-color: #3d8718 !important;
}
.bg-danger {
  background-color: #3d8718 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #253c57 !important;
  border-color: #253c57 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #34557b !important;
  border-color: #34557b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #34557b !important;
  border-color: #34557b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eeff42 !important;
  border-color: #eeff42 !important;
  color: #3c4200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #6a7500 !important;
  background-color: #f3ff75 !important;
  border-color: #f3ff75 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3c4200 !important;
  background-color: #f3ff75 !important;
  border-color: #f3ff75 !important;
}
.btn-info,
.btn-info:active {
  background-color: #415d7d !important;
  border-color: #415d7d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #52769f !important;
  border-color: #52769f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #52769f !important;
  border-color: #52769f !important;
}
.btn-success,
.btn-success:active {
  background-color: #e21c21 !important;
  border-color: #e21c21 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e8494d !important;
  border-color: #e8494d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e8494d !important;
  border-color: #e8494d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3d8718 !important;
  border-color: #3d8718 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #51b220 !important;
  border-color: #51b220 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #51b220 !important;
  border-color: #51b220 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3d8718 !important;
  border-color: #3d8718 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #51b220 !important;
  border-color: #51b220 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #51b220 !important;
  border-color: #51b220 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #253c57;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #34557b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #253c57 !important;
  border-color: #253c57 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eeff42;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f3ff75 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #3c4200 !important;
  background-color: #eeff42 !important;
  border-color: #eeff42 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #415d7d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #52769f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #415d7d !important;
  border-color: #415d7d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e21c21;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e8494d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e21c21 !important;
  border-color: #e21c21 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3d8718;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #51b220 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3d8718 !important;
  border-color: #3d8718 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3d8718;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #51b220 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3d8718 !important;
  border-color: #3d8718 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #3d3d3d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #253c57 !important;
}
.text-secondary {
  color: #eeff42 !important;
}
.text-success {
  color: #e21c21 !important;
}
.text-info {
  color: #415d7d !important;
}
.text-warning {
  color: #3d8718 !important;
}
.text-danger {
  color: #3d8718 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #070b0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7db00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #871114 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1e2b3a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #163009 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #163009 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #253c57;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #415d7d;
}
.alert-warning {
  background-color: #3d8718;
}
.alert-danger {
  background-color: #3d8718;
}
.mbr-gallery-filter li.active .btn {
  background-color: #253c57;
  border-color: #253c57;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #253c57;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4b7ab0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f9d1d2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #809dbd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #75dd41;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #75dd41;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #253c57 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #253c57;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #253c57;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #253c57;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #253c57;
  border-bottom-color: #253c57;
}
.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: #253c57 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #eeff42 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23253c57' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t59OAMe0wu .navbar-dropdown {
  position: relative !important;
}
.cid-t59OAMe0wu .navbar-dropdown {
  position: absolute !important;
}
.cid-t59OAMe0wu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t59OAMe0wu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t59OAMe0wu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t59OAMe0wu .dropdown-item:hover,
.cid-t59OAMe0wu .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-t59OAMe0wu .dropdown-item:hover span {
  color: white;
}
.cid-t59OAMe0wu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t59OAMe0wu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t59OAMe0wu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t59OAMe0wu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t59OAMe0wu .nav-link {
  position: relative;
}
.cid-t59OAMe0wu .container {
  display: flex;
  margin: auto;
}
.cid-t59OAMe0wu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t59OAMe0wu .dropdown-menu,
.cid-t59OAMe0wu .navbar.opened {
  background: #000000 !important;
}
.cid-t59OAMe0wu .nav-item:focus,
.cid-t59OAMe0wu .nav-link:focus {
  outline: none;
}
.cid-t59OAMe0wu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t59OAMe0wu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t59OAMe0wu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t59OAMe0wu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t59OAMe0wu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t59OAMe0wu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t59OAMe0wu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-t59OAMe0wu .navbar.opened {
  transition: all 0.3s;
}
.cid-t59OAMe0wu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t59OAMe0wu .navbar .navbar-logo img {
  width: auto;
}
.cid-t59OAMe0wu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-t59OAMe0wu .navbar.collapsed {
  justify-content: center;
}
.cid-t59OAMe0wu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t59OAMe0wu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t59OAMe0wu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t59OAMe0wu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t59OAMe0wu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t59OAMe0wu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t59OAMe0wu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t59OAMe0wu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t59OAMe0wu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t59OAMe0wu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t59OAMe0wu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t59OAMe0wu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t59OAMe0wu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t59OAMe0wu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t59OAMe0wu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t59OAMe0wu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t59OAMe0wu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t59OAMe0wu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t59OAMe0wu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t59OAMe0wu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t59OAMe0wu .navbar.navbar-short {
  min-height: 60px;
}
.cid-t59OAMe0wu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t59OAMe0wu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t59OAMe0wu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t59OAMe0wu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t59OAMe0wu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t59OAMe0wu .dropdown-item.active,
.cid-t59OAMe0wu .dropdown-item:active {
  background-color: transparent;
}
.cid-t59OAMe0wu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t59OAMe0wu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t59OAMe0wu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t59OAMe0wu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t59OAMe0wu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t59OAMe0wu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t59OAMe0wu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t59OAMe0wu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t59OAMe0wu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t59OAMe0wu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeff42;
}
.cid-t59OAMe0wu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t59OAMe0wu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t59OAMe0wu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t59OAMe0wu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t59OAMe0wu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t59OAMe0wu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t59OAMe0wu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t59OAMe0wu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t59OAMe0wu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t59OAMe0wu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t59OAMe0wu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t59OAMe0wu .navbar {
    height: 70px;
  }
  .cid-t59OAMe0wu .navbar.opened {
    height: auto;
  }
  .cid-t59OAMe0wu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5aGenBxl5 {
  padding-top: 195px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/big-514-2000x1333.jpg");
}
.cid-t5aGenBxl5 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t5aGenBxl5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t5aGenBxl5 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-t5aGenBxl5 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-t5aGenBxl5 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-t5aGenBxl5 H1 {
  color: #a3e97c;
  text-align: left;
}
.cid-t5ElhDv24l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t5ElhDv24l img,
.cid-t5ElhDv24l .item-img {
  width: 100%;
}
.cid-t5ElhDv24l .item-card:focus,
.cid-t5ElhDv24l span:focus {
  outline: none;
}
.cid-t5ElhDv24l .item-card {
  margin-bottom: 2rem;
}
.cid-t5ElhDv24l .item-wrapper {
  position: relative;
  background: #cae5af;
  overflow: initial;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t5ElhDv24l .item-wrapper ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t5ElhDv24l .item-wrapper ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-t5ElhDv24l .item-wrapper ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  padding-bottom: 1rem;
  content: "ᐅ";
}
.cid-t5ElhDv24l .item-wrapper .item-content {
  z-index: 1;
}
.cid-t5ElhDv24l .item-wrapper .outline-hover {
  border: 2px solid #000;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, -20px);
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .cid-t5ElhDv24l .item-wrapper:hover {
    background: #a3e97c;
  }
  .cid-t5ElhDv24l .item-wrapper:hover .outline-hover {
    opacity: 1;
  }
}
.cid-t5ElhDv24l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t5ElhDv24l .mbr-text,
.cid-t5ElhDv24l .mbr-section-btn {
  text-align: left;
}
.cid-t5ElhDv24l .item-title {
  text-align: left;
  color: #18293d;
}
.cid-t5ElhDv24l .item-subtitle {
  text-align: left;
}
.cid-t5ElhDv24l .mbr-section-title {
  color: #18293d;
}
.cid-t5ElhDv24l .mbr-text {
  color: #18293d;
}
.cid-tPjtolvzeI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPjtolvzeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPjtolvzeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPjtolvzeI .link-align {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tPjtolvzeI .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tPjtolvzeI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tPjtolvzeI .link-wrap {
  width: fit-content;
  display: inline-block;
  overflow: hidden;
}
.cid-tPjtolvzeI .link-wrap:hover svg {
  animation-duration: 1s;
  animation-name: svg;
}
.cid-tPjtolvzeI svg {
  transition: all 0.3s;
  width: 100%;
  margin-top: -20px;
}
.cid-tPjtolvzeI g {
  fill: #253c57;
}
@keyframes svg {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  51% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.cid-tPjtolvzeI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tPjtolvzeI .image-wrapper {
    padding: 1rem;
  }
}
.cid-t5aeL1zuh5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #102406;
}
.cid-t5aeL1zuh5 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-t5aeL1zuh5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t5aeL1zuh5 .col + .mbr-section-btn .btn,
.cid-t5aeL1zuh5 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t5aeL1zuh5 .col + .mbr-section-btn .btn,
  .cid-t5aeL1zuh5 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t5aeL1zuh5 .dragArea > *:nth-last-child(2).col,
  .cid-t5aeL1zuh5 .dragArea > *:nth-last-child(2).col-auto,
  .cid-t5aeL1zuh5 .col + .mbr-section-btn,
  .cid-t5aeL1zuh5 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t5aeL1zuh5 .dragArea {
    flex-direction: column;
  }
}
.cid-t5aeL1zuh5 .btn-primary {
  border: 1px solid #253c57 !important;
}
.cid-t5aeL1zuh5 .btn-primary:hover {
  border: 1px solid #253c57 !important;
}
.cid-t5aeL1zuh5 .stripe {
  border-bottom: 1px solid #eeff42;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t5aeL1zuh5 .form-group {
  max-width: 220px;
}
.cid-t5aeL1zuh5 .mbr-section-btn {
  padding-left: 0;
}
.cid-t5aeL1zuh5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t5aeL1zuh5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #eeff42;
  width: 85%;
}
.cid-t5aeL1zuh5 .mbr-text {
  color: #444;
}
.cid-t5aeL1zuh5 h5 {
  margin-bottom: 0;
}
.cid-t5aeL1zuh5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t5aeL1zuh5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5aeL1zuh5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t5aeL1zuh5 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5aeL1zuh5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t5aeL1zuh5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t5aeL1zuh5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t5aeL1zuh5 .social-list a:hover {
  opacity: 0.4;
}
.cid-t5aeL1zuh5 .media-container-row > div {
  padding: 0px;
}
.cid-t5aeL1zuh5 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-t5aeL1zuh5 .group-title {
  text-align: left;
  color: #eeff42;
  padding-bottom: 0.2rem;
}
.cid-t5aeL1zuh5 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t5aeL1zuh5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t5aeL1zuh5 .social-list,
  .cid-t5aeL1zuh5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t5aeL1zuh5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t5aeL1zuh5 .form-group {
    max-width: 180px;
  }
}
.cid-t5aeL1zuh5 .links span {
  color: #9e9e9e;
}
.cid-t5aeL1zuh5 .logo-sub-title {
  text-align: center;
  color: #ed2731;
}
.cid-t5aeL1zuh5 .logo-title {
  text-align: center;
}
.cid-t5aeL1zuh5 .logo-title,
.cid-t5aeL1zuh5 .logo {
  color: #ffffff;
}
.cid-t5TM3v3Deu .navbar-dropdown {
  position: relative !important;
}
.cid-t5TM3v3Deu .navbar-dropdown {
  position: absolute !important;
}
.cid-t5TM3v3Deu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5TM3v3Deu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5TM3v3Deu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5TM3v3Deu .dropdown-item:hover,
.cid-t5TM3v3Deu .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-t5TM3v3Deu .dropdown-item:hover span {
  color: white;
}
.cid-t5TM3v3Deu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5TM3v3Deu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5TM3v3Deu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5TM3v3Deu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5TM3v3Deu .nav-link {
  position: relative;
}
.cid-t5TM3v3Deu .container {
  display: flex;
  margin: auto;
}
.cid-t5TM3v3Deu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5TM3v3Deu .dropdown-menu,
.cid-t5TM3v3Deu .navbar.opened {
  background: #000000 !important;
}
.cid-t5TM3v3Deu .nav-item:focus,
.cid-t5TM3v3Deu .nav-link:focus {
  outline: none;
}
.cid-t5TM3v3Deu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5TM3v3Deu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5TM3v3Deu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5TM3v3Deu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5TM3v3Deu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5TM3v3Deu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5TM3v3Deu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-t5TM3v3Deu .navbar.opened {
  transition: all 0.3s;
}
.cid-t5TM3v3Deu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5TM3v3Deu .navbar .navbar-logo img {
  width: auto;
}
.cid-t5TM3v3Deu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-t5TM3v3Deu .navbar.collapsed {
  justify-content: center;
}
.cid-t5TM3v3Deu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5TM3v3Deu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5TM3v3Deu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t5TM3v3Deu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5TM3v3Deu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5TM3v3Deu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5TM3v3Deu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5TM3v3Deu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5TM3v3Deu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5TM3v3Deu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5TM3v3Deu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5TM3v3Deu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5TM3v3Deu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5TM3v3Deu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5TM3v3Deu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5TM3v3Deu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5TM3v3Deu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5TM3v3Deu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5TM3v3Deu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5TM3v3Deu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5TM3v3Deu .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5TM3v3Deu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5TM3v3Deu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5TM3v3Deu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5TM3v3Deu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5TM3v3Deu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5TM3v3Deu .dropdown-item.active,
.cid-t5TM3v3Deu .dropdown-item:active {
  background-color: transparent;
}
.cid-t5TM3v3Deu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5TM3v3Deu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5TM3v3Deu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5TM3v3Deu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t5TM3v3Deu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5TM3v3Deu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5TM3v3Deu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5TM3v3Deu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5TM3v3Deu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5TM3v3Deu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeff42;
}
.cid-t5TM3v3Deu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5TM3v3Deu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5TM3v3Deu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5TM3v3Deu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5TM3v3Deu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5TM3v3Deu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5TM3v3Deu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5TM3v3Deu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5TM3v3Deu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t5TM3v3Deu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5TM3v3Deu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5TM3v3Deu .navbar {
    height: 70px;
  }
  .cid-t5TM3v3Deu .navbar.opened {
    height: auto;
  }
  .cid-t5TM3v3Deu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5TM3vIj1n {
  padding-top: 195px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/big-514-2000x1333.jpg");
}
.cid-t5TM3vIj1n h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t5TM3vIj1n h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t5TM3vIj1n .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-t5TM3vIj1n h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-t5TM3vIj1n h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-t5TM3vIj1n H1 {
  color: #a3e97c;
  text-align: left;
}
.cid-t5TM3vIj1n .mbr-text,
.cid-t5TM3vIj1n .mbr-section-btn {
  text-align: left;
}
#custom-html-20 {
  /* Type valid CSS here */
}
#custom-html-20 div {
  padding: 50px 0;
  color: #777;
  text-align: center;
}
#custom-html-20 p {
  font-size: 25px;
  color: #777;
}
.cid-t5TM3wView {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #102406;
}
.cid-t5TM3wView .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-t5TM3wView .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t5TM3wView .col + .mbr-section-btn .btn,
.cid-t5TM3wView .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t5TM3wView .col + .mbr-section-btn .btn,
  .cid-t5TM3wView .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t5TM3wView .dragArea > *:nth-last-child(2).col,
  .cid-t5TM3wView .dragArea > *:nth-last-child(2).col-auto,
  .cid-t5TM3wView .col + .mbr-section-btn,
  .cid-t5TM3wView .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t5TM3wView .dragArea {
    flex-direction: column;
  }
}
.cid-t5TM3wView .btn-primary {
  border: 1px solid #253c57 !important;
}
.cid-t5TM3wView .btn-primary:hover {
  border: 1px solid #253c57 !important;
}
.cid-t5TM3wView .stripe {
  border-bottom: 1px solid #eeff42;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t5TM3wView .form-group {
  max-width: 220px;
}
.cid-t5TM3wView .mbr-section-btn {
  padding-left: 0;
}
.cid-t5TM3wView .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t5TM3wView .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #eeff42;
  width: 85%;
}
.cid-t5TM3wView .mbr-text {
  color: #444;
}
.cid-t5TM3wView h5 {
  margin-bottom: 0;
}
.cid-t5TM3wView .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t5TM3wView .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5TM3wView .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t5TM3wView .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5TM3wView .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t5TM3wView .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t5TM3wView .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t5TM3wView .social-list a:hover {
  opacity: 0.4;
}
.cid-t5TM3wView .media-container-row > div {
  padding: 0px;
}
.cid-t5TM3wView .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-t5TM3wView .group-title {
  text-align: left;
  color: #eeff42;
  padding-bottom: 0.2rem;
}
.cid-t5TM3wView .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t5TM3wView .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t5TM3wView .social-list,
  .cid-t5TM3wView .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t5TM3wView h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t5TM3wView .form-group {
    max-width: 180px;
  }
}
.cid-t5TM3wView .links span {
  color: #9e9e9e;
}
.cid-t5TM3wView .logo-sub-title {
  text-align: center;
  color: #ed2731;
}
.cid-t5TM3wView .logo-title {
  text-align: center;
}
.cid-t5TM3wView .logo-title,
.cid-t5TM3wView .logo {
  color: #ffffff;
}
.cid-t5TQUWmV5n .navbar-dropdown {
  position: relative !important;
}
.cid-t5TQUWmV5n .navbar-dropdown {
  position: absolute !important;
}
.cid-t5TQUWmV5n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5TQUWmV5n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5TQUWmV5n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5TQUWmV5n .dropdown-item:hover,
.cid-t5TQUWmV5n .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-t5TQUWmV5n .dropdown-item:hover span {
  color: white;
}
.cid-t5TQUWmV5n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5TQUWmV5n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5TQUWmV5n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5TQUWmV5n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5TQUWmV5n .nav-link {
  position: relative;
}
.cid-t5TQUWmV5n .container {
  display: flex;
  margin: auto;
}
.cid-t5TQUWmV5n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5TQUWmV5n .dropdown-menu,
.cid-t5TQUWmV5n .navbar.opened {
  background: #000000 !important;
}
.cid-t5TQUWmV5n .nav-item:focus,
.cid-t5TQUWmV5n .nav-link:focus {
  outline: none;
}
.cid-t5TQUWmV5n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5TQUWmV5n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5TQUWmV5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5TQUWmV5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5TQUWmV5n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5TQUWmV5n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5TQUWmV5n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-t5TQUWmV5n .navbar.opened {
  transition: all 0.3s;
}
.cid-t5TQUWmV5n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5TQUWmV5n .navbar .navbar-logo img {
  width: auto;
}
.cid-t5TQUWmV5n .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-t5TQUWmV5n .navbar.collapsed {
  justify-content: center;
}
.cid-t5TQUWmV5n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5TQUWmV5n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5TQUWmV5n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t5TQUWmV5n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5TQUWmV5n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5TQUWmV5n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5TQUWmV5n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5TQUWmV5n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5TQUWmV5n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5TQUWmV5n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5TQUWmV5n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5TQUWmV5n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5TQUWmV5n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5TQUWmV5n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5TQUWmV5n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5TQUWmV5n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5TQUWmV5n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5TQUWmV5n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5TQUWmV5n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5TQUWmV5n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5TQUWmV5n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5TQUWmV5n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5TQUWmV5n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5TQUWmV5n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5TQUWmV5n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5TQUWmV5n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5TQUWmV5n .dropdown-item.active,
.cid-t5TQUWmV5n .dropdown-item:active {
  background-color: transparent;
}
.cid-t5TQUWmV5n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5TQUWmV5n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5TQUWmV5n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5TQUWmV5n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t5TQUWmV5n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5TQUWmV5n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5TQUWmV5n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5TQUWmV5n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5TQUWmV5n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5TQUWmV5n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeff42;
}
.cid-t5TQUWmV5n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5TQUWmV5n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5TQUWmV5n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5TQUWmV5n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5TQUWmV5n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5TQUWmV5n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5TQUWmV5n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5TQUWmV5n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5TQUWmV5n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t5TQUWmV5n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5TQUWmV5n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5TQUWmV5n .navbar {
    height: 70px;
  }
  .cid-t5TQUWmV5n .navbar.opened {
    height: auto;
  }
  .cid-t5TQUWmV5n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5TQUXaQdW {
  padding-top: 195px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/big-514-2000x1333.jpg");
}
.cid-t5TQUXaQdW h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t5TQUXaQdW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t5TQUXaQdW .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-t5TQUXaQdW h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-t5TQUXaQdW h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-t5TQUXaQdW H1 {
  color: #a3e97c;
  text-align: left;
}
.cid-t5TQUXaQdW .mbr-text,
.cid-t5TQUXaQdW .mbr-section-btn {
  text-align: left;
}
#custom-html-21 {
  /* Type valid CSS here */
}
#custom-html-21 div {
  padding: 50px 0;
  color: #777;
  text-align: center;
}
#custom-html-21 p {
  font-size: 25px;
  color: #777;
}
.cid-t5TQUYH1Qr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #102406;
}
.cid-t5TQUYH1Qr .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-t5TQUYH1Qr .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t5TQUYH1Qr .col + .mbr-section-btn .btn,
.cid-t5TQUYH1Qr .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t5TQUYH1Qr .col + .mbr-section-btn .btn,
  .cid-t5TQUYH1Qr .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t5TQUYH1Qr .dragArea > *:nth-last-child(2).col,
  .cid-t5TQUYH1Qr .dragArea > *:nth-last-child(2).col-auto,
  .cid-t5TQUYH1Qr .col + .mbr-section-btn,
  .cid-t5TQUYH1Qr .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t5TQUYH1Qr .dragArea {
    flex-direction: column;
  }
}
.cid-t5TQUYH1Qr .btn-primary {
  border: 1px solid #253c57 !important;
}
.cid-t5TQUYH1Qr .btn-primary:hover {
  border: 1px solid #253c57 !important;
}
.cid-t5TQUYH1Qr .stripe {
  border-bottom: 1px solid #eeff42;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t5TQUYH1Qr .form-group {
  max-width: 220px;
}
.cid-t5TQUYH1Qr .mbr-section-btn {
  padding-left: 0;
}
.cid-t5TQUYH1Qr .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t5TQUYH1Qr .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #eeff42;
  width: 85%;
}
.cid-t5TQUYH1Qr .mbr-text {
  color: #444;
}
.cid-t5TQUYH1Qr h5 {
  margin-bottom: 0;
}
.cid-t5TQUYH1Qr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t5TQUYH1Qr .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5TQUYH1Qr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t5TQUYH1Qr .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5TQUYH1Qr .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t5TQUYH1Qr .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t5TQUYH1Qr .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t5TQUYH1Qr .social-list a:hover {
  opacity: 0.4;
}
.cid-t5TQUYH1Qr .media-container-row > div {
  padding: 0px;
}
.cid-t5TQUYH1Qr .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-t5TQUYH1Qr .group-title {
  text-align: left;
  color: #eeff42;
  padding-bottom: 0.2rem;
}
.cid-t5TQUYH1Qr .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t5TQUYH1Qr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t5TQUYH1Qr .social-list,
  .cid-t5TQUYH1Qr .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t5TQUYH1Qr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t5TQUYH1Qr .form-group {
    max-width: 180px;
  }
}
.cid-t5TQUYH1Qr .links span {
  color: #9e9e9e;
}
.cid-t5TQUYH1Qr .logo-sub-title {
  text-align: center;
  color: #ed2731;
}
.cid-t5TQUYH1Qr .logo-title {
  text-align: center;
}
.cid-t5TQUYH1Qr .logo-title,
.cid-t5TQUYH1Qr .logo {
  color: #ffffff;
}
