.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.web-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .web-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .web-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .web-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .web-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .web-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0db14b !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0db14b !important;
  border-color: #0db14b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #10e15f !important;
  border-color: #10e15f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #10e15f !important;
  border-color: #10e15f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !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: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.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: #0db14b;
  color: #0db14b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #076029 !important;
  background-color: transparent !important;
  border-color: #076029 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0db14b !important;
  border-color: #0db14b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !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: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !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: #0db14b !important;
}
.text-secondary {
  color: #0c2c68 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #065223 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01050d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #0db14b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.web-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.web-gallery-filter li a {
  border-radius: 100px !important;
}
.web-gallery-filter li.active .btn {
  background-color: #0db14b;
  border-color: #0db14b;
  color: #ffffff;
}
.web-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0db14b;
}
.web-plan-header.bg-primary .web-plan-subtitle,
.web-plan-header.bg-primary .web-plan-price-desc {
  color: #4cf28a;
}
.web-plan-header.bg-success .web-plan-subtitle,
.web-plan-header.bg-success .web-plan-price-desc {
  color: #c0b27c;
}
.web-plan-header.bg-info .web-plan-subtitle,
.web-plan-header.bg-info .web-plan-price-desc {
  color: #f3abab;
}
.web-plan-header.bg-warning .web-plan-subtitle,
.web-plan-header.bg-warning .web-plan-price-desc {
  color: #ffffff;
}
.web-plan-header.bg-danger .web-plan-subtitle,
.web-plan-header.bg-danger .web-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .web-iconfont {
  font-size: 1.75rem;
}
.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: #0db14b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .web-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0db14b;
}
/* Forms */
.web-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.web-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.web-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.web-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0db14b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0db14b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0db14b;
  border-bottom-color: #0db14b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #0db14b !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: #0c2c68 !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='%230db14b' %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-tNszMCd97T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tNszMCd97T .dropdown-item:before {
  font-family: Website2 !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;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tNszMCd97T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNszMCd97T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNszMCd97T .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tNszMCd97T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tNszMCd97T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tNszMCd97T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tNszMCd97T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tNszMCd97T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tNszMCd97T .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tNszMCd97T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tNszMCd97T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNszMCd97T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tNszMCd97T .nav-item:focus,
.cid-tNszMCd97T .nav-link:focus {
  outline: none;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNszMCd97T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNszMCd97T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tNszMCd97T .navbar.opened {
  transition: all 0.3s;
}
.cid-tNszMCd97T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNszMCd97T .navbar .navbar-logo img {
  width: auto;
}
.cid-tNszMCd97T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tNszMCd97T .navbar.collapsed {
  justify-content: center;
}
.cid-tNszMCd97T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNszMCd97T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNszMCd97T .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-tNszMCd97T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNszMCd97T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar {
    min-height: 72px;
  }
  .cid-tNszMCd97T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNszMCd97T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNszMCd97T .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-tNszMCd97T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNszMCd97T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tNszMCd97T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNszMCd97T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tNszMCd97T .dropdown-item.active,
.cid-tNszMCd97T .dropdown-item:active {
  background-color: transparent;
}
.cid-tNszMCd97T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tNszMCd97T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNszMCd97T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .navbar-buttons {
    text-align: left;
  }
}
.cid-tNszMCd97T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0db14b;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNszMCd97T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNszMCd97T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNszMCd97T .navbar {
    height: 70px;
  }
  .cid-tNszMCd97T .navbar.opened {
    height: auto;
  }
  .cid-tNszMCd97T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tNszMCd97T .web-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tNszMCd97T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar-brand {
    margin-right: auto;
  }
  .cid-tNszMCd97T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tNszMCd97T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNszMCd97T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tY3dHGbN8e {
  background-image: url("../../../assets/images/artboard-73x2.webp");
}
.cid-tY3dHGbN8e .web-fallback-image.disabled {
  display: none;
}
.cid-tY3dHGbN8e .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tY3dHGbN8e .web-figure {
    margin-top: 1.5rem;
  }
}
.cid-tY3dHGbN8e .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tY3dHGbN8e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tY3dHGbN8e .media-content,
.cid-tY3dHGbN8e .web-figure {
  align-self: center;
}
.cid-tY3dHGbN8e .web-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tY3dHGbN8e .web-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-tY3dHGbN8e .web-figure {
    border-radius: 2rem;
  }
}
.cid-tY3dHGbN8e .web-section-title {
  color: #ffffff;
}
.cid-tNtttdUUtH {
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-tNtttdUUtH {
    background-image: url("../../../assets/images/trophies6-1.webp");
    background-position: 100% center  !important;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tNtttdUUtH .row {
  align-items: center;
}
.cid-tNtttdUUtH .image-wrapper {
  padding: 1rem;
}
.cid-tNtttdUUtH .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tNtttdUUtH .label-text {
  width: 100%;
  color: #0c2c68;
}
.cid-tNtttdUUtH .web-section-title {
  margin-bottom: 12px;
  color: #0db14b;
}
.cid-tNtttdUUtH .web-text {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tNtttdUUtH .btn-container {
  width: 100%;
}
.cid-tNtttdUUtH .web-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tNtttdUUtH .web-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tNtttdUUtH .web-section-btn .btn {
    width: 100%;
  }
}
.cid-tNtttdUUtH .btn-black-outline {
  border: 1px solid currentColor;
}
.cid-tNtttdUUtH .btn-black-outline:hover {
  color: #ffffff !important;
  background: #111111 !important;
}
.cid-tNtttdUUtH .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: rotate(180deg);
  line-height: 0;
  direction: ltr;
}
.cid-tNtttdUUtH .elementor-shape svg {
  fill: #ffffff;
}
.cid-tNtttdUUtH .web-fallback-image.disabled {
  display: none;
}
.cid-tNtttdUUtH .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNtwiXVttb {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNtwiXVttb .web-fallback-image.disabled {
  display: none;
}
.cid-tNtwiXVttb .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNtwiXVttb .web-section-head {
  margin-bottom: 75px;
}
@media (max-width: 1399px) {
  .cid-tNtwiXVttb .web-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tNtwiXVttb .web-section-head {
    margin-bottom: 30px;
  }
}
.cid-tNtwiXVttb .web-section-title {
  color: #131313;
}
.cid-tNtwiXVttb .web-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tNtwiXVttb .cards-row {
  row-gap: 40px;
}
@media (max-width: 767px) {
  .cid-tNtwiXVttb .cards-row {
    row-gap: 30px;
  }
}
.cid-tNtwiXVttb .card {
  border-radius: 0;
}
.cid-tNtwiXVttb .card-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-tNtwiXVttb .card-wrapper {
    justify-content: center;
  }
}
.cid-tNtwiXVttb .card-title {
  color: #0db14b;
  text-align: center;
}
.cid-tNtwiXVttb .card-text {
  margin-left: 15px;
  color: #131313;
  text-align: center;
}
.cid-tNtwiXVttb .border-item {
  width: 100%;
  height: 2px;
  margin-top: 58px;
  background-color: #131313;
}
@media (max-width: 1399px) {
  .cid-tNtwiXVttb .border-item {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .cid-tNtwiXVttb .border-item {
    margin-top: 40px;
  }
}
.cid-tNtzbKT9IV {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tNtzbKT9IV .web-fallback-image.disabled {
  display: none;
}
.cid-tNtzbKT9IV .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNtzbKT9IV .web-description {
  color: #0c2c68;
}
.cid-tNtOt3vODs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tNtOt3vODs img,
.cid-tNtOt3vODs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tNtOt3vODs .item:focus,
.cid-tNtOt3vODs span:focus {
  outline: none;
}
.cid-tNtOt3vODs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNtOt3vODs .item {
    margin-bottom: 1rem;
  }
}
.cid-tNtOt3vODs .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tNtOt3vODs .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tNtOt3vODs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tNtOt3vODs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tNtOt3vODs .web-section-title {
  color: #000000;
}
.cid-tNtOt3vODs .item-title {
  text-align: center;
}
.cid-tNtOt3vODs .item-subtitle {
  text-align: center;
  color: #0db14b;
}
.cid-tNtOt3vODs .web-text,
.cid-tNtOt3vODs .item .web-section-btn {
  text-align: center;
}
.cid-tNQ1JDRicS {
  background-image: url("../../../assets/images/interest-cyberport.webp");
}
.cid-tNQ1JDRicS .web-fallback-image.disabled {
  display: none;
}
.cid-tNQ1JDRicS .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNQ1JDRicS img {
  border-radius: 2rem;
}
.cid-tNQ1JDRicS .web-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tNQ1JDRicS .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #0db14b;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNQ1JDRicS .subtitle-wrap .web-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #0c2c68;
  font-size: 1.5rem;
}
.cid-tNQ1JDRicS .web-section-title {
  color: #0c2c68;
}
.cid-tNQ1JDRicS .web-text,
.cid-tNQ1JDRicS .web-section-btn {
  color: #232323;
}
.cid-tNQ1JDRicS .web-section-subtitle,
.cid-tNQ1JDRicS .align-wrapper {
  color: #04492e;
}
.cid-tNAag2UwUX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tNAag2UwUX .container-fluid {
  padding: 0 3rem;
}
.cid-tNAag2UwUX .web-section-subtitle {
  color: #0c2c68;
}
.cid-tNAag2UwUX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tNAag2UwUX .table-wrapper {
  margin: 0 auto;
}
.cid-tNAag2UwUX .head-item {
  min-width: 70px;
}
.cid-tNAag2UwUX table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tNAag2UwUX table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0db14b;
  color: white;
  vertical-align: middle;
}
.cid-tNAag2UwUX table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tNAag2UwUX .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tNAag2UwUX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tNAag2UwUX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tNAag2UwUX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tNAag2UwUX .dataTables_wrapper {
  display: block;
}
.cid-tNAag2UwUX .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tNAag2UwUX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tNAag2UwUX .head-item:after,
.cid-tNAag2UwUX .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tNAag2UwUX .dataTables_filter {
    text-align: center;
  }
  .cid-tNAag2UwUX .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tNAag2UwUX .dataTables_filter {
    text-align: center;
  }
  .cid-tNAag2UwUX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tNAag2UwUX .table-wrapper {
    width: 100% !important;
  }
  .cid-tNAag2UwUX .container-fluid {
    padding: 0 1rem;
  }
  .cid-tNAag2UwUX table th,
  .cid-tNAag2UwUX table td {
    padding: 0.75rem;
  }
}
.cid-tNAag2UwUX .web-fallback-image.disabled {
  display: none;
}
.cid-tNAag2UwUX .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOyoxEhET {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNOyoxEhET .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-tNOyoxEhET img,
.cid-tNOyoxEhET .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNOyoxEhET .item:focus,
.cid-tNOyoxEhET span:focus {
  outline: none;
}
.cid-tNOyoxEhET .item {
  padding: 0 !important;
  margin-bottom: 80px !important;
}
@media (max-width: 1440px) {
  .cid-tNOyoxEhET .item {
    margin-bottom: 70px !important;
  }
}
.cid-tNOyoxEhET .item-wrap {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tNOyoxEhET .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}
.cid-tNOyoxEhET .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tNOyoxEhET .item-img img {
  width: 100%;
}
.cid-tNOyoxEhET .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tNOyoxEhET .item-text-container a {
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tNOyoxEhET .item-text-container a.text-black {
  color: #8A8A8A !important;
}
.cid-tNOyoxEhET .item-text-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tNOyoxEhET .title-text {
  color: #8A8A8A;
  margin-bottom: 0;
  margin-top: 14px;
  width: 100%;
}
.cid-tNOyoxEhET .web-text {
  color: #000000;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
}
.cid-tNA21A98CN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNA21A98CN .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tNA21A98CN .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-tNA21A98CN .card .card-header {
  background-color: transparent;
}
.cid-tNA21A98CN .card-header {
  border-bottom: 1px solid #ffffff;
}
.cid-tNA21A98CN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNA21A98CN .panel-body,
.cid-tNA21A98CN .card-header {
  padding: 1rem 0;
}
.cid-tNA21A98CN .panel-title-edit {
  color: #0c2c68;
}
.cid-tNA21A98CN .web-iconfont {
  padding-left: 1rem;
  font-family: 'Website2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-tNA21A98CN H3 {
  color: #0db14b;
}
.cid-tNA21A98CN .web-text .list,
.cid-tNA21A98CN .web-text {
  color: #232323;
}
.cid-tNuc21TzF4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tNuc21TzF4 .item-subtitle {
  line-height: 1.2;
  color: #0c2c68;
}
.cid-tNuc21TzF4 img,
.cid-tNuc21TzF4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tNuc21TzF4 .item:focus,
.cid-tNuc21TzF4 span:focus {
  outline: none;
}
.cid-tNuc21TzF4 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tNuc21TzF4 .item {
    margin-top: 1rem;
  }
}
.cid-tNuc21TzF4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tNuc21TzF4 .web-section-btn {
  margin-top: auto !important;
}
.cid-tNuc21TzF4 .web-section-title {
  color: #232323;
}
.cid-tNuc21TzF4 .web-text,
.cid-tNuc21TzF4 .web-section-btn {
  color: #0db14b;
}
.cid-tNuc21TzF4 .item-title {
  color: #0db14b;
}
.cid-tOCeZxoX96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-tOCeZxoX96 ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-tOCeZxoX96 ul li {
  transition: all 0.3s;
  padding-bottom: 0.5rem;
}
.cid-tOCeZxoX96 ul li:hover {
  transform: translateX(10px);
}
.cid-tOCeZxoX96 ul li:hover a {
  color: #0db14b !important;
  background: none !important;
}
.cid-tOCeZxoX96 h4 {
  border-bottom: 2px solid currentColor;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.cid-tOCeZxoX96 .web-title {
  color: #0c2c68;
  text-align: center;
}
.cid-tOCeZxoX96 .web-section-title {
  color: #0db14b;
}
.cid-tOCeZxoX96 .web-text {
  color: #393939;
}
.cid-tNQ8NR2RD1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNQ8NR2RD1 .web-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tNQ8NR2RD1 .web-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tNQ8NR2RD1 .web-section-head {
    margin-bottom: 35px;
  }
}
.cid-tNQ8NR2RD1 .web-section-title {
  color: #0db14b;
}
.cid-tNQ8NR2RD1 .web-section-subtitle {
  margin-top: 16px;
  color: #131313;
}
.cid-tNQ8NR2RD1 .items-row {
  column-gap: 120px;
}
@media (min-width: 992px) {
  .cid-tNQ8NR2RD1 .items-row {
    margin: 0 !important;
  }
}
.cid-tNQ8NR2RD1 .item {
  margin-bottom: 80px;
  width: calc(50% - 60px);
}
@media (min-width: 992px) {
  .cid-tNQ8NR2RD1 .item {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tNQ8NR2RD1 .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tNQ8NR2RD1 .item {
    margin-bottom: 40px;
  }
}
.cid-tNQ8NR2RD1 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tNQ8NR2RD1 .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tNQ8NR2RD1 .item-content {
  margin-top: 40px;
}
@media (max-width: 1439px) {
  .cid-tNQ8NR2RD1 .item-content {
    margin-top: 20px;
  }
}
.cid-tNQ8NR2RD1 .item-title {
  color: #131313;
}
.cid-tNQ8NR2RD1 .web-text {
  margin-top: 14px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tNQ8NR2RD1 .web-text {
    margin-top: 8px;
  }
}
.cid-tNQ8NR2RD1 .web-section-btn {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cid-tNQ8NR2RD1 .web-section-btn {
    margin-top: 4px;
  }
}
.cid-tNQ8NR2RD1 .web-text,
.cid-tNQ8NR2RD1 .web-section-btn {
  text-align: center;
}
.cid-tNQ9m71jw0 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNQ9m71jw0 .web-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tNQ9m71jw0 .web-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tNQ9m71jw0 .web-section-head {
    margin-bottom: 35px;
  }
}
.cid-tNQ9m71jw0 .web-section-title {
  color: #0db14b;
}
.cid-tNQ9m71jw0 .web-section-subtitle {
  margin-top: 16px;
  color: #131313;
}
.cid-tNQ9m71jw0 .items-row {
  column-gap: 120px;
}
@media (min-width: 992px) {
  .cid-tNQ9m71jw0 .items-row {
    margin: 0 !important;
  }
}
.cid-tNQ9m71jw0 .item {
  margin-bottom: 80px;
  width: calc(50% - 60px);
}
@media (min-width: 992px) {
  .cid-tNQ9m71jw0 .item {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tNQ9m71jw0 .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tNQ9m71jw0 .item {
    margin-bottom: 40px;
  }
}
.cid-tNQ9m71jw0 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tNQ9m71jw0 .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tNQ9m71jw0 .item-content {
  margin-top: 40px;
}
@media (max-width: 1439px) {
  .cid-tNQ9m71jw0 .item-content {
    margin-top: 20px;
  }
}
.cid-tNQ9m71jw0 .item-title {
  color: #131313;
}
.cid-tNQ9m71jw0 .web-text {
  margin-top: 14px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tNQ9m71jw0 .web-text {
    margin-top: 8px;
  }
}
.cid-tNQ9m71jw0 .web-section-btn {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cid-tNQ9m71jw0 .web-section-btn {
    margin-top: 4px;
  }
}
.cid-tNQ9m71jw0 .web-text,
.cid-tNQ9m71jw0 .web-section-btn {
  text-align: center;
}
.cid-tNzYsVAPPH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-tNzYsVAPPH .web-fallback-image.disabled {
  display: none;
}
.cid-tNzYsVAPPH .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNzYsVAPPH .web-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-tNzYsVAPPH .web-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNzYsVAPPH .web-section-head {
    margin-bottom: 20px;
  }
}
.cid-tNzYsVAPPH .web-section-title {
  color: #0db14b;
}
.cid-tNzYsVAPPH .web-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tNzYsVAPPH .web-section-subtitle {
    margin-top: 12px;
  }
}
.cid-tNzYsVAPPH .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tNzYsVAPPH .cards-wrap {
    gap: 12px;
  }
}
.cid-tNzYsVAPPH .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tNzYsVAPPH .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-tNzYsVAPPH .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-tNzYsVAPPH .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-tNzYsVAPPH .card {
    width: 100%;
  }
}
.cid-tNzYsVAPPH .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-tNzYsVAPPH .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tNzYsVAPPH .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-tNzYsVAPPH .img-wrapper img {
    height: 80px;
  }
}
.cid-tNzYsVAPPH .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-tNzYsVAPPH .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-tNzYsVAPPH .card-title {
  color: #1a1e21;
  text-align: center;
}
.cid-tNzUKWF0QX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tNzUKWF0QX .web-fallback-image.disabled {
  display: none;
}
.cid-tNzUKWF0QX .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNzUKWF0QX .web-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-tNzUKWF0QX .web-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNzUKWF0QX .web-section-head {
    margin-bottom: 20px;
  }
}
.cid-tNzUKWF0QX .web-section-title {
  color: #0db14b;
}
.cid-tNzUKWF0QX .web-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tNzUKWF0QX .web-section-subtitle {
    margin-top: 12px;
  }
}
.cid-tNzUKWF0QX .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tNzUKWF0QX .cards-wrap {
    gap: 12px;
  }
}
.cid-tNzUKWF0QX .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tNzUKWF0QX .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-tNzUKWF0QX .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-tNzUKWF0QX .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-tNzUKWF0QX .card {
    width: 100%;
  }
}
.cid-tNzUKWF0QX .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-tNzUKWF0QX .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tNzUKWF0QX .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-tNzUKWF0QX .img-wrapper img {
    height: 80px;
  }
}
.cid-tNzUKWF0QX .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-tNzUKWF0QX .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-tNzUKWF0QX .card-title {
  color: #1a1e21;
}
.cid-tUWJDxm6iM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-tUWJDxm6iM .web-fallback-image.disabled {
  display: none;
}
.cid-tUWJDxm6iM .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWJDxm6iM .web-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-tUWJDxm6iM .web-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tUWJDxm6iM .web-section-head {
    margin-bottom: 20px;
  }
}
.cid-tUWJDxm6iM .web-section-title {
  color: #0db14b;
}
.cid-tUWJDxm6iM .web-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tUWJDxm6iM .web-section-subtitle {
    margin-top: 12px;
  }
}
.cid-tUWJDxm6iM .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tUWJDxm6iM .cards-wrap {
    gap: 12px;
  }
}
.cid-tUWJDxm6iM .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tUWJDxm6iM .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-tUWJDxm6iM .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-tUWJDxm6iM .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-tUWJDxm6iM .card {
    width: 100%;
  }
}
.cid-tUWJDxm6iM .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-tUWJDxm6iM .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tUWJDxm6iM .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-tUWJDxm6iM .img-wrapper img {
    height: 80px;
  }
}
.cid-tUWJDxm6iM .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-tUWJDxm6iM .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-tUWJDxm6iM .card-title {
  color: #1a1e21;
  text-align: center;
}
.cid-tNQci43MYo {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-tNQci43MYo .item-image {
  margin-bottom: 5rem;
}
.cid-tNQci43MYo img,
.cid-tNQci43MYo .item-img {
  width: 100%;
}
.cid-tNQci43MYo .item:focus,
.cid-tNQci43MYo span:focus {
  outline: none;
}
.cid-tNQci43MYo .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-tNQci43MYo .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tNQci43MYo .web-section-title {
  color: #0db14b;
}
@media (min-width: 768px) {
  .cid-tNQci43MYo .web-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .cid-tNQci43MYo .web-section-title {
    letter-spacing: -1px;
  }
}
.cid-tNQci43MYo .web-section-title a {
  color: #9b9ba5 ;
}
.cid-tNtZGlxmpi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tNtZGlxmpi .web-fallback-image.disabled {
  display: none;
}
.cid-tNtZGlxmpi .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNtZGlxmpi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNtZGlxmpi .item {
    margin-bottom: 1rem;
  }
}
.cid-tNtZGlxmpi .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tNtZGlxmpi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tNtZGlxmpi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tNtZGlxmpi .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tNtZGlxmpi .carousel-control,
.cid-tNtZGlxmpi .close {
  background: #1b1b1b;
}
.cid-tNtZGlxmpi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tNtZGlxmpi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tNtZGlxmpi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tNtZGlxmpi .carousel-control-next span {
  margin-left: 5px;
}
.cid-tNtZGlxmpi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Website2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tNtZGlxmpi .close::before {
  content: '\e91a';
}
.cid-tNtZGlxmpi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNtZGlxmpi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tNtZGlxmpi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNtZGlxmpi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNtZGlxmpi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNtZGlxmpi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tNtZGlxmpi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tNtZGlxmpi .carousel-indicators li.active,
.cid-tNtZGlxmpi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNtZGlxmpi .carousel-indicators li::after,
.cid-tNtZGlxmpi .carousel-indicators li::before {
  content: none;
}
.cid-tNtZGlxmpi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNtZGlxmpi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tNtZGlxmpi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNtZGlxmpi .carousel-indicators {
    display: none;
  }
}
.cid-tNtZGlxmpi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNtZGlxmpi .carousel-inner > .active {
  display: block;
}
.cid-tNtZGlxmpi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNtZGlxmpi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNtZGlxmpi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tNtZGlxmpi .carousel-control,
  .cid-tNtZGlxmpi .carousel-indicators,
  .cid-tNtZGlxmpi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tNtZGlxmpi .web-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tNtZGlxmpi .web-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNtZGlxmpi .carousel-indicators .active,
.cid-tNtZGlxmpi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tNtZGlxmpi .carousel-indicators .active {
  background: #fff;
}
.cid-tNtZGlxmpi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tNtZGlxmpi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tNtZGlxmpi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tNtZGlxmpi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tNtZGlxmpi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tNtZGlxmpi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tNtZGlxmpi .carousel {
  width: 100%;
}
.cid-tNtZGlxmpi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tNtZGlxmpi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tNtZGlxmpi .modal.fade .modal-dialog,
.cid-tNtZGlxmpi .modal.in .modal-dialog {
  transform: none;
}
.cid-tNtZGlxmpi .web-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tNtZGlxmpi H3 {
  color: #0db14b;
}
.cid-tNxRXZ1TU1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #0c2c68;
}
.cid-tNxRXZ1TU1 .web-fallback-image.disabled {
  display: none;
}
.cid-tNxRXZ1TU1 .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNxRXZ1TU1 .contects {
  line-height: 2;
}
.cid-tNxRXZ1TU1 .web-section-title {
  color: #0db14b;
}
.cid-tNxRXZ1TU1 .web-text {
  color: #ffffff;
}
.cid-tNu0b71s58 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
@media (max-width: 991px) {
  .cid-tNu0b71s58 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tNu0b71s58 .container {
    padding: 0 12px;
  }
}
.cid-tNu0b71s58 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tNu0b71s58 .social-row .soc-item {
  margin: 8px;
}
.cid-tNu0b71s58 .social-row .soc-item a:hover .web-iconfont,
.cid-tNu0b71s58 .social-row .soc-item a:focus .web-iconfont {
  background-color: #ffffff;
}
.cid-tNu0b71s58 .social-row .soc-item a .web-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tNu0b71s58 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tNu0b71s58 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tNu0b71s58 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tNu0b71s58 .header-menu li p {
  margin: 0;
}
.cid-tNu0b71s58 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tNu0b71s58 .web-section-title {
  color: #ffffff;
}
.cid-tNuqIoQjrT.popup-builder {
  background-color: #ffffff;
}
.cid-tNuqIoQjrT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tNuqIoQjrT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tNuqIoQjrT .modal-content,
.cid-tNuqIoQjrT .modal-dialog {
  height: auto;
}
.cid-tNuqIoQjrT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tNuqIoQjrT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tNuqIoQjrT .form-wrapper .web-form .form-group,
  .cid-tNuqIoQjrT .form-wrapper .web-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tNuqIoQjrT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tNuqIoQjrT .web-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNuqIoQjrT .web-text {
  text-align: left;
}
.cid-tNuqIoQjrT .pt-0 {
  padding-top: 0 !important;
}
.cid-tNuqIoQjrT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tNuqIoQjrT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tNuqIoQjrT .web-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tNuqIoQjrT .modal-open {
  overflow: hidden;
}
.cid-tNuqIoQjrT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tNuqIoQjrT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tNuqIoQjrT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tNuqIoQjrT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tNuqIoQjrT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tNuqIoQjrT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tNuqIoQjrT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tNuqIoQjrT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tNuqIoQjrT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tNuqIoQjrT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tNuqIoQjrT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tNuqIoQjrT .modal-backdrop.show {
  opacity: .5;
}
.cid-tNuqIoQjrT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tNuqIoQjrT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNuqIoQjrT .modal-header {
    padding: 1rem;
  }
}
.cid-tNuqIoQjrT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tNuqIoQjrT .modal-header .close svg {
  fill: #0db14b;
}
.cid-tNuqIoQjrT .modal-header .close:hover {
  opacity: 1;
}
.cid-tNuqIoQjrT .modal-header .close:focus {
  outline: none;
}
.cid-tNuqIoQjrT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tNuqIoQjrT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tNuqIoQjrT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNuqIoQjrT .modal-body {
    padding: 1rem;
  }
}
.cid-tNuqIoQjrT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tNuqIoQjrT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNuqIoQjrT .modal-footer {
    padding: 1rem;
  }
}
.cid-tNuqIoQjrT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tNuqIoQjrT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tNuqIoQjrT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tNuqIoQjrT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tNuqIoQjrT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tNuqIoQjrT .modal-lg,
  .cid-tNuqIoQjrT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tNuqIoQjrT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tNuqIoQjrT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tNuqIoQjrT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tNuqIoQjrT .form-group {
  margin-bottom: 1rem;
}
.cid-tNuqIoQjrT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tNuqIoQjrT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tNuqIoQjrT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tNuqIoQjrT .web-section-btn {
  margin: 0;
}
.cid-tNuqIoQjrT .web-section-btn .btn {
  margin: 0;
}
.cid-tNuqIE9bS4.popup-builder {
  background-color: #ffffff;
}
.cid-tNuqIE9bS4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tNuqIE9bS4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tNuqIE9bS4 .modal-content,
.cid-tNuqIE9bS4 .modal-dialog {
  height: auto;
}
.cid-tNuqIE9bS4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tNuqIE9bS4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tNuqIE9bS4 .form-wrapper .web-form .form-group,
  .cid-tNuqIE9bS4 .form-wrapper .web-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tNuqIE9bS4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tNuqIE9bS4 .web-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNuqIE9bS4 .web-text {
  text-align: left;
}
.cid-tNuqIE9bS4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tNuqIE9bS4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tNuqIE9bS4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tNuqIE9bS4 .web-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tNuqIE9bS4 .modal-open {
  overflow: hidden;
}
.cid-tNuqIE9bS4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tNuqIE9bS4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tNuqIE9bS4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tNuqIE9bS4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tNuqIE9bS4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tNuqIE9bS4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tNuqIE9bS4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tNuqIE9bS4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tNuqIE9bS4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tNuqIE9bS4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tNuqIE9bS4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tNuqIE9bS4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tNuqIE9bS4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tNuqIE9bS4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNuqIE9bS4 .modal-header {
    padding: 1rem;
  }
}
.cid-tNuqIE9bS4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tNuqIE9bS4 .modal-header .close svg {
  fill: #0db14b;
}
.cid-tNuqIE9bS4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tNuqIE9bS4 .modal-header .close:focus {
  outline: none;
}
.cid-tNuqIE9bS4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tNuqIE9bS4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tNuqIE9bS4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNuqIE9bS4 .modal-body {
    padding: 1rem;
  }
}
.cid-tNuqIE9bS4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tNuqIE9bS4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNuqIE9bS4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tNuqIE9bS4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tNuqIE9bS4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tNuqIE9bS4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tNuqIE9bS4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tNuqIE9bS4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tNuqIE9bS4 .modal-lg,
  .cid-tNuqIE9bS4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tNuqIE9bS4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tNuqIE9bS4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tNuqIE9bS4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tNuqIE9bS4 .form-group {
  margin-bottom: 1rem;
}
.cid-tNuqIE9bS4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tNuqIE9bS4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tNuqIE9bS4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tNuqIE9bS4 .web-section-btn {
  margin: 0;
}
.cid-tNuqIE9bS4 .web-section-btn .btn {
  margin: 0;
}
.cid-tNuqIPdiMB.popup-builder {
  background-color: #ffffff;
}
.cid-tNuqIPdiMB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tNuqIPdiMB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tNuqIPdiMB .modal-content,
.cid-tNuqIPdiMB .modal-dialog {
  height: auto;
}
.cid-tNuqIPdiMB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tNuqIPdiMB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tNuqIPdiMB .form-wrapper .web-form .form-group,
  .cid-tNuqIPdiMB .form-wrapper .web-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tNuqIPdiMB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tNuqIPdiMB .web-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNuqIPdiMB .web-text {
  text-align: left;
}
.cid-tNuqIPdiMB .pt-0 {
  padding-top: 0 !important;
}
.cid-tNuqIPdiMB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tNuqIPdiMB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tNuqIPdiMB .web-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tNuqIPdiMB .modal-open {
  overflow: hidden;
}
.cid-tNuqIPdiMB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tNuqIPdiMB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tNuqIPdiMB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tNuqIPdiMB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tNuqIPdiMB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tNuqIPdiMB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tNuqIPdiMB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tNuqIPdiMB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tNuqIPdiMB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tNuqIPdiMB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tNuqIPdiMB .modal-backdrop.fade {
  opacity: 0;
}
.cid-tNuqIPdiMB .modal-backdrop.show {
  opacity: .5;
}
.cid-tNuqIPdiMB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tNuqIPdiMB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNuqIPdiMB .modal-header {
    padding: 1rem;
  }
}
.cid-tNuqIPdiMB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tNuqIPdiMB .modal-header .close svg {
  fill: #0db14b;
}
.cid-tNuqIPdiMB .modal-header .close:hover {
  opacity: 1;
}
.cid-tNuqIPdiMB .modal-header .close:focus {
  outline: none;
}
.cid-tNuqIPdiMB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tNuqIPdiMB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tNuqIPdiMB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNuqIPdiMB .modal-body {
    padding: 1rem;
  }
}
.cid-tNuqIPdiMB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tNuqIPdiMB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNuqIPdiMB .modal-footer {
    padding: 1rem;
  }
}
.cid-tNuqIPdiMB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tNuqIPdiMB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tNuqIPdiMB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tNuqIPdiMB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tNuqIPdiMB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tNuqIPdiMB .modal-lg,
  .cid-tNuqIPdiMB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tNuqIPdiMB .modal-xl {
    max-width: 1140px;
  }
}
.cid-tNuqIPdiMB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tNuqIPdiMB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tNuqIPdiMB .form-group {
  margin-bottom: 1rem;
}
.cid-tNuqIPdiMB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tNuqIPdiMB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tNuqIPdiMB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tNuqIPdiMB .web-section-btn {
  margin: 0;
}
.cid-tNuqIPdiMB .web-section-btn .btn {
  margin: 0;
}
.cid-tNszMCd97T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tNszMCd97T .dropdown-item:before {
  font-family: Website2 !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;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tNszMCd97T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNszMCd97T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNszMCd97T .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tNszMCd97T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tNszMCd97T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tNszMCd97T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tNszMCd97T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tNszMCd97T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tNszMCd97T .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tNszMCd97T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tNszMCd97T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNszMCd97T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tNszMCd97T .nav-item:focus,
.cid-tNszMCd97T .nav-link:focus {
  outline: none;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNszMCd97T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNszMCd97T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tNszMCd97T .navbar.opened {
  transition: all 0.3s;
}
.cid-tNszMCd97T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNszMCd97T .navbar .navbar-logo img {
  width: auto;
}
.cid-tNszMCd97T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tNszMCd97T .navbar.collapsed {
  justify-content: center;
}
.cid-tNszMCd97T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNszMCd97T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNszMCd97T .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-tNszMCd97T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNszMCd97T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar {
    min-height: 72px;
  }
  .cid-tNszMCd97T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNszMCd97T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNszMCd97T .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-tNszMCd97T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNszMCd97T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tNszMCd97T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNszMCd97T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tNszMCd97T .dropdown-item.active,
.cid-tNszMCd97T .dropdown-item:active {
  background-color: transparent;
}
.cid-tNszMCd97T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tNszMCd97T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNszMCd97T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .navbar-buttons {
    text-align: left;
  }
}
.cid-tNszMCd97T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0db14b;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNszMCd97T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNszMCd97T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNszMCd97T .navbar {
    height: 70px;
  }
  .cid-tNszMCd97T .navbar.opened {
    height: auto;
  }
  .cid-tNszMCd97T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tNszMCd97T .web-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tNszMCd97T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar-brand {
    margin-right: auto;
  }
  .cid-tNszMCd97T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tNszMCd97T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNszMCd97T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tNy7RX70fw {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNy7RX70fw .web-fallback-image.disabled {
  display: none;
}
.cid-tNy7RX70fw .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNy7RX70fw b,
.cid-tNy7RX70fw strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tNy7RX70fw img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tNy7RX70fw img {
    padding-bottom: 2rem;
  }
}
.cid-tNy7RX70fw .row {
  align-items: center;
}
.cid-tNy7RX70fw .web-section-title {
  color: #17003b;
}
.cid-tNy7RX70fw .web-text,
.cid-tNy7RX70fw .web-section-btn {
  color: #17003b;
}
.cid-tNy7RX70fw .web-section-subtitle {
  color: #17003b;
}
.cid-tNAnk13697.popup-builder {
  background-color: #ffffff;
}
.cid-tNAnk13697.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tNAnk13697.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tNAnk13697 .modal-content,
.cid-tNAnk13697 .modal-dialog {
  height: auto;
}
.cid-tNAnk13697 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tNAnk13697 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tNAnk13697 .form-wrapper .web-form .form-group,
  .cid-tNAnk13697 .form-wrapper .web-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tNAnk13697 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tNAnk13697 .web-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNAnk13697 .web-text {
  text-align: left;
}
.cid-tNAnk13697 .pt-0 {
  padding-top: 0 !important;
}
.cid-tNAnk13697 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tNAnk13697 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tNAnk13697 .web-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tNAnk13697 .modal-open {
  overflow: hidden;
}
.cid-tNAnk13697 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tNAnk13697 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tNAnk13697 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tNAnk13697 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tNAnk13697 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tNAnk13697 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tNAnk13697 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tNAnk13697 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tNAnk13697 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tNAnk13697 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tNAnk13697 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tNAnk13697 .modal-backdrop.show {
  opacity: .5;
}
.cid-tNAnk13697 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tNAnk13697 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNAnk13697 .modal-header {
    padding: 1rem;
  }
}
.cid-tNAnk13697 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tNAnk13697 .modal-header .close svg {
  fill: #353535;
}
.cid-tNAnk13697 .modal-header .close:hover {
  opacity: 1;
}
.cid-tNAnk13697 .modal-header .close:focus {
  outline: none;
}
.cid-tNAnk13697 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tNAnk13697 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tNAnk13697 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNAnk13697 .modal-body {
    padding: 1rem;
  }
}
.cid-tNAnk13697 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tNAnk13697 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNAnk13697 .modal-footer {
    padding: 1rem;
  }
}
.cid-tNAnk13697 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tNAnk13697 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tNAnk13697 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tNAnk13697 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tNAnk13697 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tNAnk13697 .modal-lg,
  .cid-tNAnk13697 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tNAnk13697 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tNAnk13697 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tNAnk13697 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tNAnk13697 .form-group {
  margin-bottom: 1rem;
}
.cid-tNAnk13697 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tNAnk13697 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tNAnk13697 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tNAnk13697 .web-section-btn {
  margin: 0;
}
.cid-tNAnk13697 .web-section-btn .btn {
  margin: 0;
}
.cid-tXsdx5u2wt.popup-builder {
  background-color: #ffffff;
}
.cid-tXsdx5u2wt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tXsdx5u2wt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tXsdx5u2wt .modal-content,
.cid-tXsdx5u2wt .modal-dialog {
  height: auto;
}
.cid-tXsdx5u2wt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tXsdx5u2wt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tXsdx5u2wt .form-wrapper .web-form .form-group,
  .cid-tXsdx5u2wt .form-wrapper .web-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tXsdx5u2wt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tXsdx5u2wt .web-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXsdx5u2wt .web-text {
  text-align: left;
}
.cid-tXsdx5u2wt .pt-0 {
  padding-top: 0 !important;
}
.cid-tXsdx5u2wt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tXsdx5u2wt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tXsdx5u2wt .web-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tXsdx5u2wt .modal-open {
  overflow: hidden;
}
.cid-tXsdx5u2wt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tXsdx5u2wt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tXsdx5u2wt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tXsdx5u2wt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tXsdx5u2wt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tXsdx5u2wt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tXsdx5u2wt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tXsdx5u2wt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tXsdx5u2wt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tXsdx5u2wt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tXsdx5u2wt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tXsdx5u2wt .modal-backdrop.show {
  opacity: .5;
}
.cid-tXsdx5u2wt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tXsdx5u2wt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXsdx5u2wt .modal-header {
    padding: 1rem;
  }
}
.cid-tXsdx5u2wt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tXsdx5u2wt .modal-header .close svg {
  fill: #353535;
}
.cid-tXsdx5u2wt .modal-header .close:hover {
  opacity: 1;
}
.cid-tXsdx5u2wt .modal-header .close:focus {
  outline: none;
}
.cid-tXsdx5u2wt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tXsdx5u2wt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tXsdx5u2wt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXsdx5u2wt .modal-body {
    padding: 1rem;
  }
}
.cid-tXsdx5u2wt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tXsdx5u2wt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXsdx5u2wt .modal-footer {
    padding: 1rem;
  }
}
.cid-tXsdx5u2wt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tXsdx5u2wt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tXsdx5u2wt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tXsdx5u2wt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tXsdx5u2wt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tXsdx5u2wt .modal-lg,
  .cid-tXsdx5u2wt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tXsdx5u2wt .modal-xl {
    max-width: 1140px;
  }
}
.cid-tXsdx5u2wt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tXsdx5u2wt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tXsdx5u2wt .form-group {
  margin-bottom: 1rem;
}
.cid-tXsdx5u2wt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tXsdx5u2wt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tXsdx5u2wt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tXsdx5u2wt .web-section-btn {
  margin: 0;
}
.cid-tXsdx5u2wt .web-section-btn .btn {
  margin: 0;
}
.cid-tNRb8l3K8n {
  background-image: url("../../../assets/images/background3.webp");
}
.cid-tNRb8l3K8n .web-fallback-image.disabled {
  display: none;
}
.cid-tNRb8l3K8n .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNRb8l3K8n .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tNRb8l3K8n .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNRb8l3K8n .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNRb8l3K8n .card-wrapper {
    padding: 4rem;
  }
}
.cid-tXs6ywEnq8.popup-builder {
  background-color: #ffffff;
}
.cid-tXs6ywEnq8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tXs6ywEnq8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-tXs6ywEnq8 .modal-content,
.cid-tXs6ywEnq8 .modal-dialog {
  height: auto;
}
.cid-tXs6ywEnq8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tXs6ywEnq8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tXs6ywEnq8 .form-wrapper .web-form .form-group,
  .cid-tXs6ywEnq8 .form-wrapper .web-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tXs6ywEnq8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tXs6ywEnq8 .web-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXs6ywEnq8 .web-text {
  text-align: center;
}
.cid-tXs6ywEnq8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tXs6ywEnq8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tXs6ywEnq8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tXs6ywEnq8 .web-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tXs6ywEnq8 .modal-open {
  overflow: hidden;
}
.cid-tXs6ywEnq8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tXs6ywEnq8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tXs6ywEnq8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-tXs6ywEnq8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tXs6ywEnq8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tXs6ywEnq8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tXs6ywEnq8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tXs6ywEnq8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-tXs6ywEnq8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tXs6ywEnq8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tXs6ywEnq8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tXs6ywEnq8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tXs6ywEnq8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tXs6ywEnq8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXs6ywEnq8 .modal-header {
    padding: 1rem;
  }
}
.cid-tXs6ywEnq8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tXs6ywEnq8 .modal-header .close svg {
  fill: #353535;
}
.cid-tXs6ywEnq8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tXs6ywEnq8 .modal-header .close:focus {
  outline: none;
}
.cid-tXs6ywEnq8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tXs6ywEnq8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tXs6ywEnq8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXs6ywEnq8 .modal-body {
    padding: 1rem;
  }
}
.cid-tXs6ywEnq8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tXs6ywEnq8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXs6ywEnq8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tXs6ywEnq8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tXs6ywEnq8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tXs6ywEnq8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tXs6ywEnq8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tXs6ywEnq8 .modal-lg,
  .cid-tXs6ywEnq8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tXs6ywEnq8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tXs6ywEnq8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tXs6ywEnq8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tXs6ywEnq8 .form-group {
  margin-bottom: 1rem;
}
.cid-tXs6ywEnq8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tXs6ywEnq8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tXs6ywEnq8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tXs6ywEnq8 .web-section-btn {
  margin: 0;
}
.cid-tXs6ywEnq8 .web-section-btn .btn {
  margin: 0;
}
.cid-tNyaS4VODS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNyaS4VODS .web-fallback-image.disabled {
  display: none;
}
.cid-tNyaS4VODS .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNyaS4VODS .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tNyaS4VODS .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNyaS4VODS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNyaS4VODS .card-wrapper {
    padding: 4rem;
  }
}
.cid-tNyaS4VODS .wrap {
  background: url("../../../assets/images/blue-pixel.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-tNyaS4VODS .wrap .inner-wrap {
  padding: 40px;
}
.cid-tNyaS4VODS .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tNyaS4VODS .web-text,
.cid-tNyaS4VODS .web-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tOveyTqQQh.popup-builder {
  background-color: #ffffff;
}
.cid-tOveyTqQQh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tOveyTqQQh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tOveyTqQQh .modal-content,
.cid-tOveyTqQQh .modal-dialog {
  height: auto;
}
.cid-tOveyTqQQh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tOveyTqQQh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tOveyTqQQh .form-wrapper .web-form .form-group,
  .cid-tOveyTqQQh .form-wrapper .web-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tOveyTqQQh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tOveyTqQQh .web-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOveyTqQQh .web-text {
  text-align: left;
}
.cid-tOveyTqQQh .pt-0 {
  padding-top: 0 !important;
}
.cid-tOveyTqQQh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tOveyTqQQh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tOveyTqQQh .web-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tOveyTqQQh .modal-open {
  overflow: hidden;
}
.cid-tOveyTqQQh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tOveyTqQQh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tOveyTqQQh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tOveyTqQQh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tOveyTqQQh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tOveyTqQQh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tOveyTqQQh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tOveyTqQQh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tOveyTqQQh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tOveyTqQQh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tOveyTqQQh .modal-backdrop.fade {
  opacity: 0;
}
.cid-tOveyTqQQh .modal-backdrop.show {
  opacity: .5;
}
.cid-tOveyTqQQh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tOveyTqQQh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOveyTqQQh .modal-header {
    padding: 1rem;
  }
}
.cid-tOveyTqQQh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tOveyTqQQh .modal-header .close svg {
  fill: #353535;
}
.cid-tOveyTqQQh .modal-header .close:hover {
  opacity: 1;
}
.cid-tOveyTqQQh .modal-header .close:focus {
  outline: none;
}
.cid-tOveyTqQQh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tOveyTqQQh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tOveyTqQQh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOveyTqQQh .modal-body {
    padding: 1rem;
  }
}
.cid-tOveyTqQQh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tOveyTqQQh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOveyTqQQh .modal-footer {
    padding: 1rem;
  }
}
.cid-tOveyTqQQh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tOveyTqQQh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tOveyTqQQh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tOveyTqQQh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tOveyTqQQh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tOveyTqQQh .modal-lg,
  .cid-tOveyTqQQh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tOveyTqQQh .modal-xl {
    max-width: 1140px;
  }
}
.cid-tOveyTqQQh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tOveyTqQQh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tOveyTqQQh .form-group {
  margin-bottom: 1rem;
}
.cid-tOveyTqQQh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tOveyTqQQh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOveyTqQQh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tOveyTqQQh .web-section-btn {
  margin: 0;
}
.cid-tOveyTqQQh .web-section-btn .btn {
  margin: 0;
}
.cid-tNQ0kmxYT0 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNQ0kmxYT0 .web-fallback-image.disabled {
  display: none;
}
.cid-tNQ0kmxYT0 .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNQ0kmxYT0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNQ0kmxYT0 .item {
    margin-bottom: 1rem;
  }
}
.cid-tNQ0kmxYT0 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tNQ0kmxYT0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tNQ0kmxYT0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tNQ0kmxYT0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tNQ0kmxYT0 .carousel-control,
.cid-tNQ0kmxYT0 .close {
  background: #1b1b1b;
}
.cid-tNQ0kmxYT0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tNQ0kmxYT0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tNQ0kmxYT0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tNQ0kmxYT0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tNQ0kmxYT0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Website2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tNQ0kmxYT0 .close::before {
  content: '\e91a';
}
.cid-tNQ0kmxYT0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNQ0kmxYT0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tNQ0kmxYT0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNQ0kmxYT0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNQ0kmxYT0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNQ0kmxYT0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tNQ0kmxYT0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tNQ0kmxYT0 .carousel-indicators li.active,
.cid-tNQ0kmxYT0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNQ0kmxYT0 .carousel-indicators li::after,
.cid-tNQ0kmxYT0 .carousel-indicators li::before {
  content: none;
}
.cid-tNQ0kmxYT0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNQ0kmxYT0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tNQ0kmxYT0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNQ0kmxYT0 .carousel-indicators {
    display: none;
  }
}
.cid-tNQ0kmxYT0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNQ0kmxYT0 .carousel-inner > .active {
  display: block;
}
.cid-tNQ0kmxYT0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNQ0kmxYT0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNQ0kmxYT0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tNQ0kmxYT0 .carousel-control,
  .cid-tNQ0kmxYT0 .carousel-indicators,
  .cid-tNQ0kmxYT0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tNQ0kmxYT0 .web-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tNQ0kmxYT0 .web-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNQ0kmxYT0 .carousel-indicators .active,
.cid-tNQ0kmxYT0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tNQ0kmxYT0 .carousel-indicators .active {
  background: #fff;
}
.cid-tNQ0kmxYT0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tNQ0kmxYT0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tNQ0kmxYT0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tNQ0kmxYT0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tNQ0kmxYT0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tNQ0kmxYT0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tNQ0kmxYT0 .carousel {
  width: 100%;
}
.cid-tNQ0kmxYT0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tNQ0kmxYT0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tNQ0kmxYT0 .modal.fade .modal-dialog,
.cid-tNQ0kmxYT0 .modal.in .modal-dialog {
  transform: none;
}
.cid-tNQ0kmxYT0 .web-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tNAu4nnroq {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #0c2c68;
}
.cid-tNAu4nnroq .web-fallback-image.disabled {
  display: none;
}
.cid-tNAu4nnroq .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNAu4nnroq .contects {
  line-height: 2;
}
.cid-tNAu4nnroq .web-section-title {
  color: #0db14b;
}
.cid-tNAu4nnroq .web-text {
  color: #ffffff;
}
.cid-tNu0b71s58 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
@media (max-width: 991px) {
  .cid-tNu0b71s58 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tNu0b71s58 .container {
    padding: 0 12px;
  }
}
.cid-tNu0b71s58 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tNu0b71s58 .social-row .soc-item {
  margin: 8px;
}
.cid-tNu0b71s58 .social-row .soc-item a:hover .web-iconfont,
.cid-tNu0b71s58 .social-row .soc-item a:focus .web-iconfont {
  background-color: #ffffff;
}
.cid-tNu0b71s58 .social-row .soc-item a .web-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tNu0b71s58 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tNu0b71s58 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tNu0b71s58 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tNu0b71s58 .header-menu li p {
  margin: 0;
}
.cid-tNu0b71s58 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tNu0b71s58 .web-section-title {
  color: #ffffff;
}
.cid-tNszMCd97T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tNszMCd97T .dropdown-item:before {
  font-family: Website2 !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;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tNszMCd97T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNszMCd97T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNszMCd97T .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tNszMCd97T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tNszMCd97T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tNszMCd97T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tNszMCd97T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tNszMCd97T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tNszMCd97T .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tNszMCd97T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tNszMCd97T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNszMCd97T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tNszMCd97T .nav-item:focus,
.cid-tNszMCd97T .nav-link:focus {
  outline: none;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNszMCd97T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNszMCd97T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tNszMCd97T .navbar.opened {
  transition: all 0.3s;
}
.cid-tNszMCd97T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNszMCd97T .navbar .navbar-logo img {
  width: auto;
}
.cid-tNszMCd97T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tNszMCd97T .navbar.collapsed {
  justify-content: center;
}
.cid-tNszMCd97T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNszMCd97T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNszMCd97T .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-tNszMCd97T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNszMCd97T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar {
    min-height: 72px;
  }
  .cid-tNszMCd97T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNszMCd97T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNszMCd97T .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-tNszMCd97T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNszMCd97T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tNszMCd97T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNszMCd97T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tNszMCd97T .dropdown-item.active,
.cid-tNszMCd97T .dropdown-item:active {
  background-color: transparent;
}
.cid-tNszMCd97T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tNszMCd97T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNszMCd97T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .navbar-buttons {
    text-align: left;
  }
}
.cid-tNszMCd97T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0db14b;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNszMCd97T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNszMCd97T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNszMCd97T .navbar {
    height: 70px;
  }
  .cid-tNszMCd97T .navbar.opened {
    height: auto;
  }
  .cid-tNszMCd97T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tNszMCd97T .web-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tNszMCd97T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar-brand {
    margin-right: auto;
  }
  .cid-tNszMCd97T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tNszMCd97T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNszMCd97T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWapx4cGx9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWapx4cGx9 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tWapx4cGx9 .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-tWapx4cGx9 .card .card-header {
  background-color: transparent;
}
.cid-tWapx4cGx9 .card-header {
  border-bottom: 1px solid #ffffff;
}
.cid-tWapx4cGx9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWapx4cGx9 .panel-body,
.cid-tWapx4cGx9 .card-header {
  padding: 1rem 0;
}
.cid-tWapx4cGx9 .panel-title-edit {
  color: #0c2c68;
}
.cid-tWapx4cGx9 .web-iconfont {
  padding-left: 1rem;
  font-family: 'Website2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-tWapx4cGx9 H3 {
  color: #0db14b;
}
.cid-tWapx4cGx9 .web-text .list,
.cid-tWapx4cGx9 .web-text {
  color: #232323;
}
.cid-tNRbMGmWfK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNRbMGmWfK .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-tNRbMGmWfK img,
.cid-tNRbMGmWfK .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNRbMGmWfK .item:focus,
.cid-tNRbMGmWfK span:focus {
  outline: none;
}
.cid-tNRbMGmWfK .item {
  padding: 0 !important;
  margin-bottom: 80px !important;
}
@media (max-width: 1440px) {
  .cid-tNRbMGmWfK .item {
    margin-bottom: 70px !important;
  }
}
.cid-tNRbMGmWfK .item-wrap {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tNRbMGmWfK .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}
.cid-tNRbMGmWfK .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tNRbMGmWfK .item-img img {
  width: 100%;
}
.cid-tNRbMGmWfK .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tNRbMGmWfK .item-text-container a {
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tNRbMGmWfK .item-text-container a.text-black {
  color: #8A8A8A !important;
}
.cid-tNRbMGmWfK .item-text-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tNRbMGmWfK .title-text {
  color: #8A8A8A;
  margin-bottom: 0;
  margin-top: 14px;
  width: 100%;
}
.cid-tNRbMGmWfK .web-text {
  color: #000000;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
}
.cid-tNAgVKjsLm {
  display: flex;
  background-image: url("../../../assets/images/prog-opening.webp");
}
.cid-tNAgVKjsLm .web-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tNAgVKjsLm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tNAgVKjsLm {
    align-items: flex-end;
  }
  .cid-tNAgVKjsLm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNAgVKjsLm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tNAgVKjsLm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tNAgVKjsLm .web-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tNAgVKjsLm .content-wrap {
    width: 100%;
  }
}
.cid-tNAgVKjsLm .web-section-title {
  text-align: center;
}
.cid-tNAgVKjsLm .web-text,
.cid-tNAgVKjsLm .web-section-btn {
  text-align: center;
}
.cid-tNCANEUDKg {
  background-color: #0c2c68;
}
.cid-tNCANEUDKg .web-fallback-image.disabled {
  display: none;
}
.cid-tNCANEUDKg .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNCANEUDKg .container-fluid {
  padding: 0 95px;
}
@media (max-width: 768px) {
  .cid-tNCANEUDKg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tNCANEUDKg .container {
    padding: 0 26px;
  }
}
.cid-tNCANEUDKg .row {
  justify-content: center;
}
.cid-tNCANEUDKg .title-wrapper .web-section-title {
  margin-bottom: 0;
}
.cid-tNCANEUDKg .title-wrapper .web-section-subtitle {
  margin-bottom: 18px;
}
.cid-tNCANEUDKg .item {
  padding: 0 40px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNCANEUDKg .item {
    padding: 0 12px;
  }
}
.cid-tNCANEUDKg .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tNCANEUDKg .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tNCANEUDKg .item .item-wrapper .item-content .content-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tNCANEUDKg .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 0;
}
.cid-tNCANEUDKg .item .item-wrapper .item-content .content-wrap .web-number {
  margin-right: 15px;
  margin-bottom: 0;
}
.cid-tNCANEUDKg .web-section-title {
  color: #ffffff;
}
.cid-tNCANEUDKg .web-section-subtitle {
  color: #0db14b;
}
.cid-tNCANEUDKg .item-title {
  color: #ffffff;
}
.cid-tNCANEUDKg .web-number {
  color: #cacaca;
}
.cid-tNCANEUDKg .web-section-btn {
  text-align: right;
}
.cid-tNOWjXQHm5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bb442e;
  background-image: linear-gradient(180deg, #bb442e 0, #f77d06 100%);
}
.cid-tNOWjXQHm5 .web-fallback-image.disabled {
  display: none;
}
.cid-tNOWjXQHm5 .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOWjXQHm5 .container-fluid {
  padding: 0;
}
.cid-tNOWjXQHm5 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-tNOWjXQHm5 .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tNOWjXQHm5 .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-tNOWjXQHm5 .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNOWjXQHm5 .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tNOWjXQHm5 .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-tNOWjXQHm5 .web-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tNOWjXQHm5 .web-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tNOWjXQHm5 .web-text {
    margin-top: 40px;
  }
}
.cid-tNOWjXQHm5 .web-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-tNOWjXQHm5 .web-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-tNOWjXQHm5 .web-section-btn {
    margin-top: 30px;
  }
}
.cid-tNOWjXQHm5 .web-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tNOWjXQHm5 .web-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tNOWjXQHm5 .web-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tNOWjXQHm5 .web-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tNOWjXQHm5 .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tNOWjXQHm5 .image-wrapper {
    display: none;
  }
}
.cid-tNOWjXQHm5 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNOWjXQHm5 .web-text,
.cid-tNOWjXQHm5 .web-section-btn {
  text-align: left;
}
.cid-tNRcQ9zIF3 {
  background-image: url("../../../assets/images/picture4.webp");
}
.cid-tNRcQ9zIF3 .image-1 {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tNRcQ9zIF3 .image-1 {
    margin-bottom: 2rem;
  }
}
.cid-tNRcQ9zIF3 .image-1 img {
  width: 220px;
  height: 310px;
  object-fit: cover;
}
.cid-tNRcQ9zIF3 .image-1 .image-absolute {
  width: 235px;
  height: 290px;
  object-fit: cover;
  position: absolute;
  left: 20%;
  top: 33%;
}
@media (max-width: 1050px) {
  .cid-tNRcQ9zIF3 .image-1 .image-absolute {
    display: none;
  }
}
.cid-tNRcQ9zIF3 .image-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tNRcQ9zIF3 .image-2 {
    margin-top: 2rem;
  }
}
.cid-tNRcQ9zIF3 .image-2 img {
  width: 245px;
  height: 320px;
  object-fit: cover;
  z-index: 2;
}
.cid-tNRcQ9zIF3 .image-2 .image-absolute {
  width: 190px;
  height: 260px;
  object-fit: cover;
  margin-top: -45%;
  margin-right: 35%;
  z-index: 1;
}
@media (max-width: 1050px) {
  .cid-tNRcQ9zIF3 .image-2 .image-absolute {
    display: none;
  }
}
.cid-tNRcQ9zIF3 .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNRcQ9zIF3 .text-wrapper {
  width: 80%;
}
.cid-tNRcQ9zIF3 .web-section-title {
  margin-bottom: 46px;
  color: #f7f7f7;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNRcQ9zIF3 .web-section-title {
    margin-bottom: 2rem;
  }
}
.cid-tNRcQ9zIF3 .web-text {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tNRcQ9zIF3 .web-fallback-image.disabled {
  display: none;
}
.cid-tNRcQ9zIF3 .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNCG8i9YeD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tNCG8i9YeD .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tNCG8i9YeD .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .cid-tNCG8i9YeD .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tNCG8i9YeD .text {
  padding-left: 108px;
}
@media (max-width: 992px) {
  .cid-tNCG8i9YeD .text {
    padding-left: 1rem;
  }
}
.cid-tNCG8i9YeD .text .text-wrapper .web-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tNCG8i9YeD .text .text-wrapper .web-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tNCG8i9YeD .text .text-wrapper .web-section-title {
  margin-bottom: 18px;
}
.cid-tNCG8i9YeD .text .text-wrapper .web-text {
  margin-bottom: 0;
}
.cid-tNCG8i9YeD .text img {
  width: 100%;
  height: 482px;
  object-fit: cover;
  margin-top: 165px;
}
@media (max-width: 992px) {
  .cid-tNCG8i9YeD .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tNCG8i9YeD .text img {
    height: 294px;
  }
}
.cid-tNCG8i9YeD .web-section-subtitle {
  color: #0db14b;
}
.cid-tNCG8i9YeD .web-section-title {
  color: #20232a;
}
.cid-tNCG8i9YeD .web-text {
  color: #84858a;
}
.cid-tUWHs2X7qx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-tUWHs2X7qx .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-tUWHs2X7qx img,
.cid-tUWHs2X7qx .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tUWHs2X7qx .item:focus,
.cid-tUWHs2X7qx span:focus {
  outline: none;
}
.cid-tUWHs2X7qx .item {
  padding: 0 !important;
  margin-bottom: 80px !important;
}
@media (max-width: 1440px) {
  .cid-tUWHs2X7qx .item {
    margin-bottom: 70px !important;
  }
}
.cid-tUWHs2X7qx .item-wrap {
  background: transparent;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tUWHs2X7qx .img-wrap {
  position: relative;
  background: transparent;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tUWHs2X7qx .img-wrap-1 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-tUWHs2X7qx .img-wrap-1 {
    padding-right: 11px;
    padding-bottom: 0;
  }
}
.cid-tUWHs2X7qx .img-wrap-2 {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .cid-tUWHs2X7qx .img-wrap-2 {
    padding-left: 11px;
    padding-top: 0;
  }
}
.cid-tUWHs2X7qx .item-img {
  overflow: hidden;
}
.cid-tUWHs2X7qx .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tUWHs2X7qx .item-img-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 33px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tUWHs2X7qx .item-img-container {
    flex-direction: column;
  }
}
.cid-tUWHs2X7qx .title-text {
  color: #246ab0;
  margin-bottom: 16px;
  width: 100%;
}
.cid-tUWHs2X7qx .web-text {
  color: #000000;
  margin-bottom: 10px;
  width: 100%;
}
.cid-tNAu9g2cL3 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #0c2c68;
}
.cid-tNAu9g2cL3 .web-fallback-image.disabled {
  display: none;
}
.cid-tNAu9g2cL3 .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNAu9g2cL3 .contects {
  line-height: 2;
}
.cid-tNAu9g2cL3 .web-section-title {
  color: #0db14b;
}
.cid-tNAu9g2cL3 .web-text {
  color: #ffffff;
}
.cid-tNu0b71s58 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
@media (max-width: 991px) {
  .cid-tNu0b71s58 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tNu0b71s58 .container {
    padding: 0 12px;
  }
}
.cid-tNu0b71s58 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tNu0b71s58 .social-row .soc-item {
  margin: 8px;
}
.cid-tNu0b71s58 .social-row .soc-item a:hover .web-iconfont,
.cid-tNu0b71s58 .social-row .soc-item a:focus .web-iconfont {
  background-color: #ffffff;
}
.cid-tNu0b71s58 .social-row .soc-item a .web-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tNu0b71s58 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tNu0b71s58 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tNu0b71s58 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tNu0b71s58 .header-menu li p {
  margin: 0;
}
.cid-tNu0b71s58 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tNu0b71s58 .web-section-title {
  color: #ffffff;
}
.cid-tNszMCd97T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tNszMCd97T .dropdown-item:before {
  font-family: Website2 !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;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tNszMCd97T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNszMCd97T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNszMCd97T .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tNszMCd97T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tNszMCd97T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tNszMCd97T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tNszMCd97T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tNszMCd97T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tNszMCd97T .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tNszMCd97T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tNszMCd97T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNszMCd97T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tNszMCd97T .nav-item:focus,
.cid-tNszMCd97T .nav-link:focus {
  outline: none;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNszMCd97T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNszMCd97T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tNszMCd97T .navbar.opened {
  transition: all 0.3s;
}
.cid-tNszMCd97T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNszMCd97T .navbar .navbar-logo img {
  width: auto;
}
.cid-tNszMCd97T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tNszMCd97T .navbar.collapsed {
  justify-content: center;
}
.cid-tNszMCd97T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNszMCd97T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNszMCd97T .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-tNszMCd97T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNszMCd97T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar {
    min-height: 72px;
  }
  .cid-tNszMCd97T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNszMCd97T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNszMCd97T .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-tNszMCd97T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNszMCd97T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tNszMCd97T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNszMCd97T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tNszMCd97T .dropdown-item.active,
.cid-tNszMCd97T .dropdown-item:active {
  background-color: transparent;
}
.cid-tNszMCd97T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tNszMCd97T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNszMCd97T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .navbar-buttons {
    text-align: left;
  }
}
.cid-tNszMCd97T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0db14b;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNszMCd97T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNszMCd97T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNszMCd97T .navbar {
    height: 70px;
  }
  .cid-tNszMCd97T .navbar.opened {
    height: auto;
  }
  .cid-tNszMCd97T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tNszMCd97T .web-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tNszMCd97T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar-brand {
    margin-right: auto;
  }
  .cid-tNszMCd97T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tNszMCd97T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNszMCd97T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWPm6RgghV {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-tWPm6RgghV img {
  width: 100%;
  border-radius: 15px;
}
.cid-tNARXt84ES {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9fc;
}
.cid-tNARXt84ES .web-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tNARXt84ES .web-list {
    display: block;
    width: auto;
  }
}
.cid-tNARXt84ES .web-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-tNARXt84ES .web-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-tNARXt84ES .web-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #0db14b;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-tNARXt84ES .web-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #0db14b;
}
.cid-tNARXt84ES .web-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tNARXt84ES .web-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-tNARXt84ES .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tNARXt84ES .image-wrapper {
    margin-top: 23px;
  }
}
.cid-tNARXt84ES .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-tNARXt84ES .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tNARXt84ES .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tNARXt84ES .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-tNARXt84ES .web-section-title,
.cid-tNARXt84ES .list-wrapper {
  text-align: left;
}
.cid-tNAWBLCrwl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tNAWBLCrwl .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tNAWBLCrwl .card {
    border-right: 1px solid currentColor;
  }
}
@media (max-width: 991px) {
  .cid-tNAWBLCrwl .card {
    border-right: 0px;
    border-bottom: 1px solid currentColor;
  }
}
.cid-tNAWBLCrwl .wrapper {
  padding: 30px 0;
}
.cid-tNAWBLCrwl .web-section-title {
  color: #232323;
}
.cid-tNAWBLCrwl .web-text,
.cid-tNAWBLCrwl .web-section-btn {
  color: #696969;
}
.cid-tNAWBLCrwl H3 {
  color: #232323;
}
.cid-tNAWBLCrwl web-section-title {
  color: #232323;
}
.cid-tNAWBLCrwl .web-text,
.cid-tNAWBLCrwl .web-section-btn,
.cid-tNAWBLCrwl .card {
  color: #696969;
}
.cid-tNAWBLCrwl .web-fallback-image.disabled {
  display: none;
}
.cid-tNAWBLCrwl .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOrsSXWEU {
  background-image: url("../../../assets/images/airport-generic-c091.renditionimage.900.600-topaz-enhance-2x.webp");
}
.cid-tNOrsSXWEU .web-fallback-image.disabled {
  display: none;
}
.cid-tNOrsSXWEU img {
  border-radius: 1rem;
  width: 150px;
}
.cid-tNOrsSXWEU img {
  filter: brightness(10);
}
.cid-tNOrsSXWEU .row {
  padding: 0 1rem;
}
.cid-tNOrsSXWEU a {
  font-weight: 600;
}
.cid-tNOrsSXWEU .btn {
  transition: all 0.3s;
}
.cid-tNOrsSXWEU .btn:hover,
.cid-tNOrsSXWEU .btn:focus {
  background: white !important;
  color: #236fbc !important;
  border: 2px dashed #236fbc !important;
}
.cid-tNOrsSXWEU .img-wrap {
  display: inline-block;
}
.cid-tNOrsSXWEU .card {
  background: #236fbc;
  padding: 3rem 1rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-tNOrsSXWEU .card {
    padding: 2rem 1rem;
  }
}
.cid-tNOrsSXWEU .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNOrsSXWEU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tNOrsSXWEU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNOrsSXWEU .web-section-title {
  color: #ffffff;
}
.cid-tNOrsSXWEU .web-section-subtitle,
.cid-tNOrsSXWEU .subtitle-wrap {
  color: #19303d;
}
.cid-tNOrsSXWEU .web-text,
.cid-tNOrsSXWEU .web-section-btn {
  color: #ffffff;
}
.cid-tNAuPuvTt8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ededed;
}
.cid-tNAuPuvTt8 img,
.cid-tNAuPuvTt8 .item-img {
  width: 100%;
}
.cid-tNAuPuvTt8 .item:focus,
.cid-tNAuPuvTt8 span:focus {
  outline: none;
}
.cid-tNAuPuvTt8 .item-wrapper {
  position: relative;
}
.cid-tNAuPuvTt8 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNAuPuvTt8 .slide-content .item-content {
    padding: 2.25rem 2.25rem 0;
  }
  .cid-tNAuPuvTt8 .slide-content .item-footer {
    padding: 0 2.25rem 2.25rem;
  }
}
@media (max-width: 991px) {
  .cid-tNAuPuvTt8 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-tNAuPuvTt8 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-tNAuPuvTt8 .web-section-btn {
  margin-top: auto !important;
}
.cid-tNAuPuvTt8 .web-section-title {
  color: #232323;
  text-align: left;
}
.cid-tNAuPuvTt8 .web-text,
.cid-tNAuPuvTt8 .web-section-btn {
  text-align: left;
}
.cid-tNAuPuvTt8 .item-title {
  text-align: left;
}
.cid-tNAuPuvTt8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tNAuPuvTt8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tNAuPuvTt8 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-tNAuPuvTt8 .embla__button--next,
.cid-tNAuPuvTt8 .embla__button--prev {
  display: flex;
}
.cid-tNAuPuvTt8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tNAuPuvTt8 .embla__button {
    display: none;
  }
}
.cid-tNAuPuvTt8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNAuPuvTt8 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tNAuPuvTt8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNAuPuvTt8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNAuPuvTt8 .embla__button {
    top: auto;
  }
}
.cid-tNAuPuvTt8 .embla {
  position: relative;
  width: 100%;
}
.cid-tNAuPuvTt8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNAuPuvTt8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNAuPuvTt8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNAuPuvTt8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tNAuPuvTt8 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tNAuPuvTt8 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tNAuPuvTt8 .web-section-subtitle {
  text-align: left;
}
.cid-tOtKZXIcuF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOtKZXIcuF .web-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-tOtKZXIcuF .web-section-head {
    padding: 0 2rem;
  }
}
.cid-tOtKZXIcuF .item-wrapper {
  border-top: 1px solid #efefef;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tOtKZXIcuF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tOtKZXIcuF .item {
    padding: 0 3rem;
  }
}
.cid-tOtKZXIcuF img,
.cid-tOtKZXIcuF .item-img {
  width: 100%;
  padding-bottom: 1rem;
}
.cid-tOtKZXIcuF .item:focus,
.cid-tOtKZXIcuF span:focus {
  outline: none;
}
.cid-tOtKZXIcuF .web-section-title {
  color: #101112;
}
.cid-tOtKZXIcuF .web-text,
.cid-tOtKZXIcuF .web-section-btn {
  color: #353535;
}
.cid-tOtKZXIcuF .web-section-subtitle {
  color: #353535;
}
.cid-tNBeNyW6dx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tNBeNyW6dx .web-fallback-image.disabled {
  display: none;
}
.cid-tNBeNyW6dx .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNBeNyW6dx .container {
    padding: 0 30px;
  }
}
.cid-tNBeNyW6dx .row {
  justify-content: center;
}
.cid-tNBeNyW6dx .title-wrapper {
  margin-bottom: 55px;
}
.cid-tNBeNyW6dx .title-wrapper .web-section-title {
  margin-bottom: 20px;
}
.cid-tNBeNyW6dx .title-wrapper .link-wrapper:hover .web-link {
  color: #ff6839;
}
.cid-tNBeNyW6dx .title-wrapper .link-wrapper .web-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tNBeNyW6dx .card {
  padding: 0 8px;
}
.cid-tNBeNyW6dx .card:nth-child(2n) {
  padding: 80px 8px 0;
}
@media (max-width: 992px) {
  .cid-tNBeNyW6dx .card:nth-child(2n) {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tNBeNyW6dx .card {
    padding: 0 12px;
  }
}
.cid-tNBeNyW6dx .card a {
  display: block;
}
.cid-tNBeNyW6dx .card a:hover .image-wrapper .web-iconfont {
  opacity: 1;
}
.cid-tNBeNyW6dx .card a:hover .image-wrapper::before {
  opacity: .5;
}
.cid-tNBeNyW6dx .card a .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cid-tNBeNyW6dx .card a .image-wrapper img {
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNBeNyW6dx .card a .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
  }
}
.cid-tNBeNyW6dx .card a .image-wrapper .web-iconfont {
  position: absolute;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tNBeNyW6dx .card a .image-wrapper:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-tNBeNyW6dx .text-wrapper {
  margin-top: 44px;
}
.cid-tNBeNyW6dx .text-wrapper .web-text {
  margin: 0;
}
.cid-tNBeNyW6dx .web-section-title {
  color: #000000;
  text-align: center;
}
.cid-tNBeNyW6dx .web-link {
  color: #000000;
  text-align: center;
}
.cid-tNBeNyW6dx .web-text {
  color: #000000;
  text-align: center;
}
.cid-tRCaq56Q4X {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-tNANS71Clp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tNANS71Clp .web-fallback-image.disabled {
  display: none;
}
.cid-tNANS71Clp .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNANS71Clp .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tNANS71Clp .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tNANS71Clp .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tNANS71Clp .item-img {
    width: 100%;
  }
}
.cid-tNANS71Clp .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tNANS71Clp .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tNANS71Clp .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNANS71Clp .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNANS71Clp .card-title {
  color: #131313;
}
.cid-tNANS71Clp .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tNANS71Clp .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-tNANS71Clp .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-tNANS71Clp .list-item {
  width: 100%;
}
.cid-tNANS71Clp .list-text {
  color: #131313;
}
.cid-tNANS71Clp .web-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tNANS71Clp .web-section-btn {
    margin-top: 15px;
  }
}
.cid-tNRqhAYDy1 {
  padding-top: 120px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/office-reception-desk-2023-05-13-03-23-46-utc.webp");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #0db14b;
}
@media (max-width: 992px) {
  .cid-tNRqhAYDy1 {
    background-size: cover;
    background-position: center;
  }
}
.cid-tNAZI6PKRn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #eae8e4;
}
.cid-tNAZI6PKRn .main_header {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-tNAZI6PKRn .main_header {
    margin-bottom: 3rem;
  }
}
.cid-tNAZI6PKRn .web-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tNAZI6PKRn .web-section-title {
  margin-bottom: 1.5rem;
}
.cid-tNAZI6PKRn .web-text {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-tNAZI6PKRn .content_box {
  max-width: 42rem;
}
.cid-tNAZI6PKRn img,
.cid-tNAZI6PKRn .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-tNAZI6PKRn .item:focus,
.cid-tNAZI6PKRn span:focus {
  outline: none;
}
.cid-tNAZI6PKRn .item-img {
  position: relative;
}
.cid-tNAZI6PKRn .item_descr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  text-align: center;
  cursor: default;
  padding: 0 1rem;
}
.cid-tNAZI6PKRn .item {
  cursor: pointer;
}
.cid-tNAZI6PKRn .item:nth-child(odd) .item-wrapper {
  padding-right: 1rem;
}
.cid-tNAZI6PKRn .item:nth-child(even) .item-wrapper {
  padding-left: 1rem;
}
.cid-tNAZI6PKRn .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-tNAZI6PKRn .item-wrapper {
    padding: 0 0 3rem 0 !important;
  }
}
.cid-tNAZI6PKRn .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tNAZI6PKRn .item-title {
  text-align: left;
  flex: 1 1 0;
}
.cid-tNAZI6PKRn .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 767px) {
  .cid-tNAZI6PKRn .web-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tNAZI6PKRn .web-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-tNAZI6PKRn .item-content {
    margin-bottom: .75rem;
  }
}
.cid-tNCpQHcQVO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNCpQHcQVO h6 {
  line-height: 1.2;
}
.cid-tNCpQHcQVO img,
.cid-tNCpQHcQVO .item-img {
  width: 100%;
}
.cid-tNCpQHcQVO .item:focus,
.cid-tNCpQHcQVO span:focus {
  outline: none;
}
.cid-tNCpQHcQVO .item {
  cursor: pointer;
}
.cid-tNCpQHcQVO .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tNCpQHcQVO .web-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tNCpQHcQVO .web-section-title {
  color: #000000;
}
.cid-tNCpQHcQVO .web-text,
.cid-tNCpQHcQVO .web-section-btn {
  color: #000000;
}
.cid-tNCpQHcQVO .item-title {
  color: #000000;
  text-align: center;
}
.cid-tNCpQHcQVO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tNCpQHcQVO .item-text {
  color: #000000;
  text-align: center;
}
.cid-tXsbdSAMiv.popup-builder {
  background-color: #ffffff;
}
.cid-tXsbdSAMiv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tXsbdSAMiv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tXsbdSAMiv .modal-content,
.cid-tXsbdSAMiv .modal-dialog {
  height: auto;
}
.cid-tXsbdSAMiv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tXsbdSAMiv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tXsbdSAMiv .form-wrapper .web-form .form-group,
  .cid-tXsbdSAMiv .form-wrapper .web-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tXsbdSAMiv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tXsbdSAMiv .web-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXsbdSAMiv .web-text {
  text-align: left;
}
.cid-tXsbdSAMiv .pt-0 {
  padding-top: 0 !important;
}
.cid-tXsbdSAMiv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tXsbdSAMiv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tXsbdSAMiv .web-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tXsbdSAMiv .modal-open {
  overflow: hidden;
}
.cid-tXsbdSAMiv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tXsbdSAMiv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tXsbdSAMiv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tXsbdSAMiv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tXsbdSAMiv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tXsbdSAMiv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tXsbdSAMiv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tXsbdSAMiv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tXsbdSAMiv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tXsbdSAMiv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tXsbdSAMiv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tXsbdSAMiv .modal-backdrop.show {
  opacity: .5;
}
.cid-tXsbdSAMiv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tXsbdSAMiv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXsbdSAMiv .modal-header {
    padding: 1rem;
  }
}
.cid-tXsbdSAMiv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tXsbdSAMiv .modal-header .close svg {
  fill: #353535;
}
.cid-tXsbdSAMiv .modal-header .close:hover {
  opacity: 1;
}
.cid-tXsbdSAMiv .modal-header .close:focus {
  outline: none;
}
.cid-tXsbdSAMiv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tXsbdSAMiv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tXsbdSAMiv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXsbdSAMiv .modal-body {
    padding: 1rem;
  }
}
.cid-tXsbdSAMiv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tXsbdSAMiv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXsbdSAMiv .modal-footer {
    padding: 1rem;
  }
}
.cid-tXsbdSAMiv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tXsbdSAMiv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tXsbdSAMiv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tXsbdSAMiv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tXsbdSAMiv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tXsbdSAMiv .modal-lg,
  .cid-tXsbdSAMiv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tXsbdSAMiv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tXsbdSAMiv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tXsbdSAMiv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tXsbdSAMiv .form-group {
  margin-bottom: 1rem;
}
.cid-tXsbdSAMiv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tXsbdSAMiv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tXsbdSAMiv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tXsbdSAMiv .web-section-btn {
  margin: 0;
}
.cid-tXsbdSAMiv .web-section-btn .btn {
  margin: 0;
}
.cid-tXs9W9LYk5.popup-builder {
  background-color: #ffffff;
}
.cid-tXs9W9LYk5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tXs9W9LYk5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tXs9W9LYk5 .modal-content,
.cid-tXs9W9LYk5 .modal-dialog {
  height: auto;
}
.cid-tXs9W9LYk5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tXs9W9LYk5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tXs9W9LYk5 .form-wrapper .web-form .form-group,
  .cid-tXs9W9LYk5 .form-wrapper .web-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tXs9W9LYk5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tXs9W9LYk5 .web-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXs9W9LYk5 .web-text {
  text-align: left;
}
.cid-tXs9W9LYk5 .pt-0 {
  padding-top: 0 !important;
}
.cid-tXs9W9LYk5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tXs9W9LYk5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tXs9W9LYk5 .web-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tXs9W9LYk5 .modal-open {
  overflow: hidden;
}
.cid-tXs9W9LYk5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tXs9W9LYk5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tXs9W9LYk5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tXs9W9LYk5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tXs9W9LYk5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tXs9W9LYk5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tXs9W9LYk5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tXs9W9LYk5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tXs9W9LYk5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tXs9W9LYk5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tXs9W9LYk5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tXs9W9LYk5 .modal-backdrop.show {
  opacity: .5;
}
.cid-tXs9W9LYk5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tXs9W9LYk5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXs9W9LYk5 .modal-header {
    padding: 1rem;
  }
}
.cid-tXs9W9LYk5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tXs9W9LYk5 .modal-header .close svg {
  fill: #353535;
}
.cid-tXs9W9LYk5 .modal-header .close:hover {
  opacity: 1;
}
.cid-tXs9W9LYk5 .modal-header .close:focus {
  outline: none;
}
.cid-tXs9W9LYk5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tXs9W9LYk5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tXs9W9LYk5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXs9W9LYk5 .modal-body {
    padding: 1rem;
  }
}
.cid-tXs9W9LYk5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tXs9W9LYk5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXs9W9LYk5 .modal-footer {
    padding: 1rem;
  }
}
.cid-tXs9W9LYk5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tXs9W9LYk5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tXs9W9LYk5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tXs9W9LYk5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tXs9W9LYk5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tXs9W9LYk5 .modal-lg,
  .cid-tXs9W9LYk5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tXs9W9LYk5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tXs9W9LYk5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tXs9W9LYk5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tXs9W9LYk5 .form-group {
  margin-bottom: 1rem;
}
.cid-tXs9W9LYk5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tXs9W9LYk5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tXs9W9LYk5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tXs9W9LYk5 .web-section-btn {
  margin: 0;
}
.cid-tXs9W9LYk5 .web-section-btn .btn {
  margin: 0;
}
.cid-tNP6TjrwYV.popup-builder {
  background-color: #ffffff;
}
.cid-tNP6TjrwYV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tNP6TjrwYV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tNP6TjrwYV .modal-content,
.cid-tNP6TjrwYV .modal-dialog {
  height: auto;
}
.cid-tNP6TjrwYV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tNP6TjrwYV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tNP6TjrwYV .form-wrapper .web-form .form-group,
  .cid-tNP6TjrwYV .form-wrapper .web-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tNP6TjrwYV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tNP6TjrwYV .web-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNP6TjrwYV .web-text {
  text-align: left;
}
.cid-tNP6TjrwYV .pt-0 {
  padding-top: 0 !important;
}
.cid-tNP6TjrwYV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tNP6TjrwYV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tNP6TjrwYV .web-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tNP6TjrwYV .modal-open {
  overflow: hidden;
}
.cid-tNP6TjrwYV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tNP6TjrwYV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tNP6TjrwYV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tNP6TjrwYV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tNP6TjrwYV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tNP6TjrwYV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tNP6TjrwYV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tNP6TjrwYV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tNP6TjrwYV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tNP6TjrwYV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tNP6TjrwYV .modal-backdrop.fade {
  opacity: 0;
}
.cid-tNP6TjrwYV .modal-backdrop.show {
  opacity: .5;
}
.cid-tNP6TjrwYV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tNP6TjrwYV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNP6TjrwYV .modal-header {
    padding: 1rem;
  }
}
.cid-tNP6TjrwYV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tNP6TjrwYV .modal-header .close svg {
  fill: #353535;
}
.cid-tNP6TjrwYV .modal-header .close:hover {
  opacity: 1;
}
.cid-tNP6TjrwYV .modal-header .close:focus {
  outline: none;
}
.cid-tNP6TjrwYV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tNP6TjrwYV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tNP6TjrwYV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNP6TjrwYV .modal-body {
    padding: 1rem;
  }
}
.cid-tNP6TjrwYV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tNP6TjrwYV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNP6TjrwYV .modal-footer {
    padding: 1rem;
  }
}
.cid-tNP6TjrwYV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tNP6TjrwYV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tNP6TjrwYV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tNP6TjrwYV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tNP6TjrwYV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tNP6TjrwYV .modal-lg,
  .cid-tNP6TjrwYV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tNP6TjrwYV .modal-xl {
    max-width: 1140px;
  }
}
.cid-tNP6TjrwYV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tNP6TjrwYV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tNP6TjrwYV .form-group {
  margin-bottom: 1rem;
}
.cid-tNP6TjrwYV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tNP6TjrwYV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tNP6TjrwYV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tNP6TjrwYV .web-section-btn {
  margin: 0;
}
.cid-tNP6TjrwYV .web-section-btn .btn {
  margin: 0;
}
.cid-tNAunJ64wY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #0c2c68;
}
.cid-tNAunJ64wY .web-fallback-image.disabled {
  display: none;
}
.cid-tNAunJ64wY .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNAunJ64wY .contects {
  line-height: 2;
}
.cid-tNAunJ64wY .web-section-title {
  color: #0db14b;
}
.cid-tNAunJ64wY .web-text {
  color: #ffffff;
}
.cid-tNu0b71s58 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
@media (max-width: 991px) {
  .cid-tNu0b71s58 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tNu0b71s58 .container {
    padding: 0 12px;
  }
}
.cid-tNu0b71s58 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tNu0b71s58 .social-row .soc-item {
  margin: 8px;
}
.cid-tNu0b71s58 .social-row .soc-item a:hover .web-iconfont,
.cid-tNu0b71s58 .social-row .soc-item a:focus .web-iconfont {
  background-color: #ffffff;
}
.cid-tNu0b71s58 .social-row .soc-item a .web-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tNu0b71s58 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tNu0b71s58 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tNu0b71s58 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tNu0b71s58 .header-menu li p {
  margin: 0;
}
.cid-tNu0b71s58 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tNu0b71s58 .web-section-title {
  color: #ffffff;
}
.cid-tNszMCd97T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tNszMCd97T .dropdown-item:before {
  font-family: Website2 !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;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tNszMCd97T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNszMCd97T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNszMCd97T .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tNszMCd97T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tNszMCd97T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tNszMCd97T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tNszMCd97T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tNszMCd97T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tNszMCd97T .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tNszMCd97T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tNszMCd97T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNszMCd97T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tNszMCd97T .nav-item:focus,
.cid-tNszMCd97T .nav-link:focus {
  outline: none;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNszMCd97T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNszMCd97T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tNszMCd97T .navbar.opened {
  transition: all 0.3s;
}
.cid-tNszMCd97T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNszMCd97T .navbar .navbar-logo img {
  width: auto;
}
.cid-tNszMCd97T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tNszMCd97T .navbar.collapsed {
  justify-content: center;
}
.cid-tNszMCd97T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNszMCd97T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNszMCd97T .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-tNszMCd97T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNszMCd97T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar {
    min-height: 72px;
  }
  .cid-tNszMCd97T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNszMCd97T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNszMCd97T .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-tNszMCd97T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNszMCd97T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tNszMCd97T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNszMCd97T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tNszMCd97T .dropdown-item.active,
.cid-tNszMCd97T .dropdown-item:active {
  background-color: transparent;
}
.cid-tNszMCd97T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tNszMCd97T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNszMCd97T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .navbar-buttons {
    text-align: left;
  }
}
.cid-tNszMCd97T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0db14b;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNszMCd97T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNszMCd97T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNszMCd97T .navbar {
    height: 70px;
  }
  .cid-tNszMCd97T .navbar.opened {
    height: auto;
  }
  .cid-tNszMCd97T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tNszMCd97T .web-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tNszMCd97T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar-brand {
    margin-right: auto;
  }
  .cid-tNszMCd97T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tNszMCd97T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNszMCd97T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWnzT66kKj {
  background-color: #ffffff;
}
.cid-tWnzT66kKj .web-fallback-image.disabled {
  display: none;
}
.cid-tWnzT66kKj .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWnzT66kKj .row {
  align-items: center;
}
.cid-tWnzT66kKj .web-section-title {
  color: #246ab0;
}
.cid-tVpxnBzqWK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0db14b;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tVpxnBzqWK .web-fallback-image.disabled {
  display: none;
}
.cid-tVpxnBzqWK .web-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVpxnBzqWK .section-border-item {
  background-color: #c1eec6;
}
.cid-tVpxnBzqWK .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-tVpxnBzqWK .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tVpxnBzqWK .main-container {
    padding: 3rem 0;
  }
}
.cid-tVpxnBzqWK .title-wrap {
  width: 100%;
}
.cid-tVpxnBzqWK .title-box {
  width: 100%;
}
.cid-tVpxnBzqWK .web-title {
  color: #FFF;
}
.cid-tVpxnBzqWK .web-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tVpxnBzqWK .web-text {
    margin-top: 1.25rem;
  }
}
.cid-tVpxnBzqWK .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #c1eec6;
  border-bottom: 1px solid #c1eec6;
}
@media (max-width: 991px) {
  .cid-tVpxnBzqWK .card-row {
    flex-wrap: wrap;
  }
}
.cid-tVpxnBzqWK .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-tVpxnBzqWK .card {
    width: 100%;
  }
}
.cid-tVpxnBzqWK .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #c1eec6;
}
@media (max-width: 991px) {
  .cid-tVpxnBzqWK .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-tVpxnBzqWK .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem 2rem;
}
.cid-tVpxnBzqWK .logo-wrap {
  width: 100%;
  max-width: 150px;
  margin-right: auto;
  padding-bottom: 0.75rem;
}
.cid-tVpxnBzqWK .logo-wrap img {
  width: 100%;
  object-fit: contain;
}
.cid-tVpxnBzqWK .testimonial-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tVpxnBzqWK .testimonial-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tVpxnBzqWK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVpxnBzqWK .iconfont-wrapper .web-iconfont {
  display: block;
  font-size: 20px;
  color: #fcdb42;
  margin-right: 0.4rem;
}
.cid-tVpxnBzqWK .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tVpxnBzqWK .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tVpxnBzqWK .card-text {
  color: #FFF;
}
.cid-tVpxnBzqWK .card-name-wrap {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.cid-tVpxnBzqWK .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 16px;
}
.cid-tVpxnBzqWK .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tVpxnBzqWK .card-name-text-wrap {
  flex-grow: 1;
}
.cid-tVpxnBzqWK .card-name {
  color: #FFF;
}
.cid-tVpxnBzqWK .card-prof {
  color: #FFF;
}
.cid-tNu0b71s58 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
@media (max-width: 991px) {
  .cid-tNu0b71s58 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tNu0b71s58 .container {
    padding: 0 12px;
  }
}
.cid-tNu0b71s58 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tNu0b71s58 .social-row .soc-item {
  margin: 8px;
}
.cid-tNu0b71s58 .social-row .soc-item a:hover .web-iconfont,
.cid-tNu0b71s58 .social-row .soc-item a:focus .web-iconfont {
  background-color: #ffffff;
}
.cid-tNu0b71s58 .social-row .soc-item a .web-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tNu0b71s58 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tNu0b71s58 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tNu0b71s58 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tNu0b71s58 .header-menu li p {
  margin: 0;
}
.cid-tNu0b71s58 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tNu0b71s58 .web-section-title {
  color: #ffffff;
}
.cid-tY3w7OaWaf.popup-builder {
  background-color: #ffffff;
}
.cid-tY3w7OaWaf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tY3w7OaWaf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tY3w7OaWaf .modal-content,
.cid-tY3w7OaWaf .modal-dialog {
  height: auto;
}
.cid-tY3w7OaWaf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tY3w7OaWaf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tY3w7OaWaf .form-wrapper .web-form .form-group,
  .cid-tY3w7OaWaf .form-wrapper .web-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tY3w7OaWaf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tY3w7OaWaf .web-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tY3w7OaWaf .web-text {
  text-align: center;
}
.cid-tY3w7OaWaf .pt-0 {
  padding-top: 0 !important;
}
.cid-tY3w7OaWaf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tY3w7OaWaf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tY3w7OaWaf .web-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tY3w7OaWaf .modal-open {
  overflow: hidden;
}
.cid-tY3w7OaWaf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tY3w7OaWaf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tY3w7OaWaf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tY3w7OaWaf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tY3w7OaWaf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tY3w7OaWaf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tY3w7OaWaf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tY3w7OaWaf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tY3w7OaWaf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tY3w7OaWaf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tY3w7OaWaf .modal-backdrop.fade {
  opacity: 0;
}
.cid-tY3w7OaWaf .modal-backdrop.show {
  opacity: .5;
}
.cid-tY3w7OaWaf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tY3w7OaWaf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tY3w7OaWaf .modal-header {
    padding: 1rem;
  }
}
.cid-tY3w7OaWaf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tY3w7OaWaf .modal-header .close svg {
  fill: #353535;
}
.cid-tY3w7OaWaf .modal-header .close:hover {
  opacity: 1;
}
.cid-tY3w7OaWaf .modal-header .close:focus {
  outline: none;
}
.cid-tY3w7OaWaf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tY3w7OaWaf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tY3w7OaWaf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY3w7OaWaf .modal-body {
    padding: 1rem;
  }
}
.cid-tY3w7OaWaf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tY3w7OaWaf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY3w7OaWaf .modal-footer {
    padding: 1rem;
  }
}
.cid-tY3w7OaWaf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tY3w7OaWaf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tY3w7OaWaf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tY3w7OaWaf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tY3w7OaWaf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tY3w7OaWaf .modal-lg,
  .cid-tY3w7OaWaf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tY3w7OaWaf .modal-xl {
    max-width: 1140px;
  }
}
.cid-tY3w7OaWaf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tY3w7OaWaf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tY3w7OaWaf .form-group {
  margin-bottom: 1rem;
}
.cid-tY3w7OaWaf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tY3w7OaWaf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tY3w7OaWaf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tY3w7OaWaf .web-section-btn {
  margin: 0;
}
.cid-tY3w7OaWaf .web-section-btn .btn {
  margin: 0;
}
.cid-tNszMCd97T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tNszMCd97T .dropdown-item:before {
  font-family: Website2 !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;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tNszMCd97T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNszMCd97T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNszMCd97T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNszMCd97T .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tNszMCd97T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tNszMCd97T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tNszMCd97T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tNszMCd97T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tNszMCd97T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tNszMCd97T .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tNszMCd97T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tNszMCd97T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNszMCd97T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tNszMCd97T .nav-item:focus,
.cid-tNszMCd97T .nav-link:focus {
  outline: none;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNszMCd97T .dropdown .dropdown-menu .dropdown-item .web-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNszMCd97T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNszMCd97T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNszMCd97T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tNszMCd97T .navbar.opened {
  transition: all 0.3s;
}
.cid-tNszMCd97T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNszMCd97T .navbar .navbar-logo img {
  width: auto;
}
.cid-tNszMCd97T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tNszMCd97T .navbar.collapsed {
  justify-content: center;
}
.cid-tNszMCd97T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNszMCd97T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNszMCd97T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNszMCd97T .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-tNszMCd97T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNszMCd97T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNszMCd97T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tNszMCd97T .navbar {
    min-height: 72px;
  }
  .cid-tNszMCd97T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNszMCd97T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNszMCd97T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNszMCd97T .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-tNszMCd97T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNszMCd97T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tNszMCd97T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNszMCd97T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNszMCd97T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tNszMCd97T .dropdown-item.active,
.cid-tNszMCd97T .dropdown-item:active {
  background-color: transparent;
}
.cid-tNszMCd97T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNszMCd97T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNszMCd97T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tNszMCd97T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNszMCd97T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .navbar-buttons {
    text-align: left;
  }
}
.cid-tNszMCd97T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0db14b;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNszMCd97T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNszMCd97T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNszMCd97T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNszMCd97T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNszMCd97T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNszMCd97T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNszMCd97T .navbar {
    height: 70px;
  }
  .cid-tNszMCd97T .navbar.opened {
    height: auto;
  }
  .cid-tNszMCd97T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tNszMCd97T .web-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tNszMCd97T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tNszMCd97T .navbar-brand {
    margin-right: auto;
  }
  .cid-tNszMCd97T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tNszMCd97T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tNszMCd97T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tNszMCd97T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNszMCd97T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNszMCd97T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tY3oGQhwXw {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tY3oGQhwXw .item-img {
  position: relative;
}
.cid-tY3oGQhwXw .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tY3oGQhwXw .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tY3oGQhwXw .image-wrapper {
    min-height: 400px;
  }
}
.cid-tY3oGQhwXw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tY3oGQhwXw .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tY3oGQhwXw .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-tY3oGQhwXw .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #edefeb;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-tY3oGQhwXw .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-tY3oGQhwXw .link-icon-wrapper .icon-wrap {
  background: #246ab0;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tY3oGQhwXw .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tY3oGQhwXw .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tY3oGQhwXw .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tY3oGQhwXw .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tY3oGQhwXw .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-tY3oGQhwXw .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tY3oGQhwXw .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-tY3oGQhwXw img,
.cid-tY3oGQhwXw .item-img {
  width: 100%;
}
.cid-tY3oGQhwXw .item-title {
  color: #246ab0;
}
#Winners .table_component {
  overflow: auto;
  width: 100%;
}
#Winners .table_component table {
  border: 1px solid #dededf;
  height: 100%;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}
#Winners .table_component caption {
  caption-side: top;
  text-align: left;
}
#Winners .table_component th {
  border: 1px solid #dededf;
  background-color: #0081d6;
  color: #ffffff;
  padding: 5px;
}
#Winners .table_component td {
  border: 1px solid #dededf;
  padding: 5px;
}
#Winners .table_component tr:nth-child(even) td {
  background-color: #c8eecf;
  color: #000000;
}
#Winners .table_component tr:nth-child(odd) td {
  background-color: #ffffff;
  color: #000000;
}
#Winners div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#Winners p {
  font-size: 60px;
  color: #777;
}
.cid-tNu0b71s58 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
@media (max-width: 991px) {
  .cid-tNu0b71s58 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tNu0b71s58 .container {
    padding: 0 12px;
  }
}
.cid-tNu0b71s58 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tNu0b71s58 .social-row .soc-item {
  margin: 8px;
}
.cid-tNu0b71s58 .social-row .soc-item a:hover .web-iconfont,
.cid-tNu0b71s58 .social-row .soc-item a:focus .web-iconfont {
  background-color: #ffffff;
}
.cid-tNu0b71s58 .social-row .soc-item a .web-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tNu0b71s58 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tNu0b71s58 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tNu0b71s58 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tNu0b71s58 .header-menu li p {
  margin: 0;
}
.cid-tNu0b71s58 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tNu0b71s58 .web-section-title {
  color: #ffffff;
}
