.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.snq4pd3-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !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 > .snq4pd3-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .snq4pd3-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .snq4pd3-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 2.7rem;
  line-height: 1.5;
}
.display-5 > .snq4pd3-iconfont {
  font-size: 3.375rem;
}
.display-7 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .snq4pd3-iconfont {
  font-size: 2rem;
}
/* ---- 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: 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))));
  }
  .display-5 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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: 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))));
  }
  .display-5 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #00c8ff !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: #00c8ff !important;
  border-color: #00c8ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #33d3ff !important;
  border-color: #33d3ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33d3ff !important;
  border-color: #33d3ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #00c8ff;
  color: #00c8ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0084a8 !important;
  background-color: transparent !important;
  border-color: #0084a8 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00c8ff !important;
  border-color: #00c8ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !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: #00c8ff !important;
}
.text-secondary {
  color: #ffd7ef !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: #007899 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !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: #00c8ff;
}
.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;
}
.snq4pd3-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.snq4pd3-gallery-filter li a {
  border-radius: 100px !important;
}
.snq4pd3-gallery-filter li.active .btn {
  background-color: #00c8ff;
  border-color: #00c8ff;
  color: #ffffff;
}
.snq4pd3-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00c8ff;
}
.snq4pd3-plan-header.bg-primary .snq4pd3-plan-subtitle,
.snq4pd3-plan-header.bg-primary .snq4pd3-plan-price-desc {
  color: #ccf4ff;
}
.snq4pd3-plan-header.bg-success .snq4pd3-plan-subtitle,
.snq4pd3-plan-header.bg-success .snq4pd3-plan-price-desc {
  color: #c0b27c;
}
.snq4pd3-plan-header.bg-info .snq4pd3-plan-subtitle,
.snq4pd3-plan-header.bg-info .snq4pd3-plan-price-desc {
  color: #f3abab;
}
.snq4pd3-plan-header.bg-warning .snq4pd3-plan-subtitle,
.snq4pd3-plan-header.bg-warning .snq4pd3-plan-price-desc {
  color: #ffffff;
}
.snq4pd3-plan-header.bg-danger .snq4pd3-plan-subtitle,
.snq4pd3-plan-header.bg-danger .snq4pd3-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .snq4pd3-iconfont {
  font-size: 2rem;
}
.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: #00c8ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .snq4pd3-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #00c8ff;
}
/* Forms */
.snq4pd3-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.snq4pd3-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.snq4pd3-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.snq4pd3-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: #00c8ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00c8ff;
}
.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: #00c8ff;
  border-bottom-color: #00c8ff;
}
.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: #00c8ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%2300c8ff' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.isJDRH-uFatZRLWrZ {
  background-color: transparent;
}
.isJDRH-uFatZRLWrZ .navbar-dropdown {
  background-color: #0a1f44 !important;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a1f44 !important;
  background: #0a1f44;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.isJDRH-uFatZRLWrZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .isJDRH-uFatZRLWrZ .menu_box .navbar.opened,
  .isJDRH-uFatZRLWrZ .menu_box .navbar-collapse {
    background-color: #0a1f44 !important;
    transition: all 0s ease 0s;
  }
}
.isJDRH-uFatZRLWrZ .navbar-dropdown {
  position: relative !important;
}
.isJDRH-uFatZRLWrZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main {
    margin-top: 1rem;
  }
}
.isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
    margin-left: 0;
  }
}
.isJDRH-uFatZRLWrZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.isJDRH-uFatZRLWrZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .isJDRH-uFatZRLWrZ .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .nav-item {
    margin: 0 !important;
  }
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00c8ff;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link:hover,
.isJDRH-uFatZRLWrZ .nav-item .nav-link:focus {
  color: #00c8ff !important;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link:hover::before,
.isJDRH-uFatZRLWrZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.isJDRH-uFatZRLWrZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .isJDRH-uFatZRLWrZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .isJDRH-uFatZRLWrZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .isJDRH-uFatZRLWrZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .isJDRH-uFatZRLWrZ .offcanvas_box {
    display: none;
  }
}
.isJDRH-uFatZRLWrZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.isJDRH-uFatZRLWrZ .container {
  display: flex;
  margin: auto;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar-nav {
    margin: 0;
  }
}
.isJDRH-uFatZRLWrZ .dropdown-menu,
.isJDRH-uFatZRLWrZ .navbar.opened {
  background-color: false !important;
}
.isJDRH-uFatZRLWrZ .nav-item:focus,
.isJDRH-uFatZRLWrZ .nav-link:focus {
  outline: none;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFatZRLWrZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.isJDRH-uFatZRLWrZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.isJDRH-uFatZRLWrZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.isJDRH-uFatZRLWrZ .navbar.opened {
  transition: all 0.3s;
}
.isJDRH-uFatZRLWrZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.isJDRH-uFatZRLWrZ .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.isJDRH-uFatZRLWrZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed {
  justify-content: center;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .isJDRH-uFatZRLWrZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .isJDRH-uFatZRLWrZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .isJDRH-uFatZRLWrZ .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .isJDRH-uFatZRLWrZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .isJDRH-uFatZRLWrZ .navbar .icons-menu {
    padding: 0;
  }
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short {
  min-height: 60px;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.isJDRH-uFatZRLWrZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.isJDRH-uFatZRLWrZ .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFatZRLWrZ .dropdown-item.active,
.isJDRH-uFatZRLWrZ .dropdown-item:active {
  background-color: transparent;
}
.isJDRH-uFatZRLWrZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.isJDRH-uFatZRLWrZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.isJDRH-uFatZRLWrZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a1f44;
  background: #c3e8ff;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1f44;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.isJDRH-uFatZRLWrZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .isJDRH-uFatZRLWrZ .navbar {
    height: 70px;
  }
  .isJDRH-uFatZRLWrZ .navbar.opened {
    height: auto;
  }
  .isJDRH-uFatZRLWrZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.isJDRH-uFatZRLWrZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.isJDRH-uFatZRLWrZ .navbar-caption:hover {
  color: #00c8ff;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.isJDRH-uFatZRLWrZ .text_widget {
  margin-bottom: 32px;
}
.isJDRH-uFatZRLWrZ .text_widget a {
  transition: all 0.3s ease-out;
}
.isJDRH-uFatZRLWrZ .text_widget a:hover,
.isJDRH-uFatZRLWrZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.isJDRH-uFatZRLWrZ .contacts-wrapper {
  min-width: 200px;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone:hover,
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone:focus {
  color: #00c8ff;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email:hover,
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email:focus {
  color: #00c8ff;
}
.isJDRH-uFatZRLWrZ .navbar-caption {
  color: #ff8576;
}
.isJDRH-uFatZRLWrZ .snq4pd3-phone {
  color: #ffffff;
}
.isJDRH-uFatZRLWrZ .snq4pd3-email {
  color: #ffffff;
}
.isJDRH-uFatZRLWrZ .snq4pd3-section-subtitle,
.isJDRH-uFatZRLWrZ .text_widget,
.isJDRH-uFatZRLWrZ .snq4pd3-section-btn {
  text-align: center;
}
.isJDRH-uFatZRLWrZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.isJDRH-uFdp1may07 {
  background-color: #e3f2fd;
}
.isJDRH-uFdp1may07 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .isJDRH-uFdp1may07 .row {
    padding: 0 12px;
  }
}
.isJDRH-uFdp1may07 .row::after {
  content: '';
  display: block;
  background: #c3e8ff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .isJDRH-uFdp1may07 .row::after {
    display: none;
  }
}
.isJDRH-uFdp1may07 .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdp1may07 .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdp1may07 .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .isJDRH-uFdp1may07 .image-wrapper {
    padding: 0 0 60px;
  }
}
.isJDRH-uFdp1may07 .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.isJDRH-uFdp1may07 .title {
  display: flex;
  align-items: center;
}
.isJDRH-uFdp1may07 .title-wrapper {
  z-index: 1;
}
.isJDRH-uFdp1may07 .title-wrapper .snq4pd3-section-subtitle {
  margin-bottom: 15px;
}
.isJDRH-uFdp1may07 .title-wrapper .snq4pd3-section-title {
  margin-bottom: 8px;
}
.isJDRH-uFdp1may07 .title-wrapper .snq4pd3-text {
  margin-bottom: 16px;
}
.isJDRH-uFdp1may07 .title-wrapper .snq4pd3-section-btn .btn {
  max-height: 34px;
  border: 1px solid #3a341c;
  box-shadow: none;
}
.isJDRH-uFdp1may07 .title-wrapper .snq4pd3-section-btn .btn:hover {
  background: #3a341c !important;
  box-shadow: none !important;
}
.isJDRH-uFdp1may07 .snq4pd3-section-title {
  color: #1e4381;
}
.isJDRH-uFdp1may07 .snq4pd3-section-subtitle {
  color: #0a1f44;
  text-align: center;
}
.isJDRH-uFdp1may07 .snq4pd3-text {
  color: #1a1a1a;
  text-align: center;
}
.isJDRH-uFdp1may07 .snq4pd3-section-title,
.isJDRH-uFdp1may07 .snq4pd3-section-btn {
  text-align: center;
  color: #0a1f44;
}
.isJDRH-uFdo39tekM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e8ff;
}
.isJDRH-uFdo39tekM .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdo39tekM .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdo39tekM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .isJDRH-uFdo39tekM .container-fluid {
    padding: 0 25px;
  }
}
.isJDRH-uFdo39tekM .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFdo39tekM .container {
    padding: 0 25px;
  }
}
.isJDRH-uFdo39tekM .row {
  border: 1px solid #e3f2fd;
}
.isJDRH-uFdo39tekM .card {
  padding: 0;
}
.isJDRH-uFdo39tekM .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.isJDRH-uFdo39tekM .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .isJDRH-uFdo39tekM .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.isJDRH-uFdo39tekM .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #e3f2fd;
}
@media (max-width: 992px) {
  .isJDRH-uFdo39tekM .title-wrapper {
    padding: 60px 25px;
  }
}
.isJDRH-uFdo39tekM .title-wrapper .title-wrap {
  width: 100%;
}
.isJDRH-uFdo39tekM .title-wrapper .title-wrap .snq4pd3-section-title {
  margin-bottom: 20px;
}
.isJDRH-uFdo39tekM .title-wrapper .title-wrap .snq4pd3-text {
  margin-bottom: 20px;
}
.isJDRH-uFdo39tekM .title-wrapper .title-wrap .snq4pd3-section-btn {
  margin-top: 35px;
}
.isJDRH-uFdo39tekM .title-wrapper .snq4pd3-desc {
  width: 100%;
  margin-bottom: 0;
}
.isJDRH-uFdo39tekM .snq4pd3-section-title {
  color: #ffffff;
}
.isJDRH-uFdo39tekM .snq4pd3-text {
  color: #1a1a1a;
  text-align: center;
}
.isJDRH-uFdo39tekM .snq4pd3-desc {
  color: #ffffff;
}
.isJDRH-uFdo39tekM .snq4pd3-section-title,
.isJDRH-uFdo39tekM .snq4pd3-section-btn {
  color: #0a1f44;
  text-align: center;
}
.isJDRH-uFdo6YMzu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.isJDRH-uFdo6YMzu4 .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdo6YMzu4 .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFdo6YMzu4 .container {
    padding: 0 30px;
  }
}
.isJDRH-uFdo6YMzu4 .row {
  justify-content: center;
}
.isJDRH-uFdo6YMzu4 .content-wrapper .snq4pd3-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .isJDRH-uFdo6YMzu4 .content-wrapper .snq4pd3-section-title {
    margin-bottom: 40px;
  }
}
.isJDRH-uFdo6YMzu4 .content-wrapper .snq4pd3-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .isJDRH-uFdo6YMzu4 .content-wrapper .snq4pd3-text {
    margin-bottom: 40px;
  }
}
.isJDRH-uFdo6YMzu4 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.isJDRH-uFdo6YMzu4 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.isJDRH-uFdo6YMzu4 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.isJDRH-uFdo6YMzu4 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.isJDRH-uFdo6YMzu4 .snq4pd3-section-title {
  color: #0a1f44;
}
.isJDRH-uFdo6YMzu4 .snq4pd3-text {
  color: #1a1a1a;
}
.isJDRH-uFdo6YMzu4 .list,
.isJDRH-uFdo6YMzu4 .item-wrap {
  color: #1a1a1a;
}
.isJDRH-uFdo9YHc6P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e8ff;
}
.isJDRH-uFdo9YHc6P .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdo9YHc6P .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdo9YHc6P .items-wrap {
  justify-content: space-between;
}
.isJDRH-uFdo9YHc6P .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .isJDRH-uFdo9YHc6P .content-wrapper {
    margin-bottom: 32px;
  }
}
.isJDRH-uFdo9YHc6P .content-wrapper .snq4pd3-section-title {
  margin-bottom: 32px;
}
.isJDRH-uFdo9YHc6P .content-wrapper .snq4pd3-section-title span {
  color: #bcfe1e;
}
.isJDRH-uFdo9YHc6P .content-wrapper .text-wrapper .snq4pd3-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .isJDRH-uFdo9YHc6P .content-wrapper .text-wrapper .snq4pd3-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.isJDRH-uFdo9YHc6P .image-wrapper {
  margin-bottom: 32px;
}
.isJDRH-uFdo9YHc6P .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .isJDRH-uFdo9YHc6P .image-wrapper img {
    height: 350px;
  }
}
.isJDRH-uFdo9YHc6P .snq4pd3-section-title {
  color: #ffffff;
}
.isJDRH-uFdo9YHc6P .snq4pd3-text,
.isJDRH-uFdo9YHc6P .text-wrapper {
  color: #1a1a1a;
  text-align: center;
}
.isJDRH-uFdo9YHc6P .snq4pd3-section-title,
.isJDRH-uFdo9YHc6P .snq4pd3-section-btn {
  text-align: center;
  color: #0a1f44;
}
.isJDRH-uFdolHhXir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.isJDRH-uFdolHhXir .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdolHhXir .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdolHhXir .items-wrapper {
  justify-content: flex-end;
}
.isJDRH-uFdolHhXir .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .isJDRH-uFdolHhXir .image-wrapper {
    margin-bottom: 32px;
  }
}
.isJDRH-uFdolHhXir .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .isJDRH-uFdolHhXir .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .isJDRH-uFdolHhXir .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .isJDRH-uFdolHhXir .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .isJDRH-uFdolHhXir .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.isJDRH-uFdolHhXir .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .isJDRH-uFdolHhXir .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .isJDRH-uFdolHhXir .content-wrapper {
    padding-left: 0;
  }
}
.isJDRH-uFdolHhXir .content-wrapper .snq4pd3-desc {
  margin-bottom: 8px;
}
.isJDRH-uFdolHhXir .content-wrapper .snq4pd3-section-title {
  margin-bottom: 24px;
}
.isJDRH-uFdolHhXir .content-wrapper .snq4pd3-text {
  margin-bottom: 24px;
}
.isJDRH-uFdolHhXir .snq4pd3-desc {
  color: #272b2e;
}
.isJDRH-uFdolHhXir .snq4pd3-section-title {
  color: #272b2e;
}
.isJDRH-uFdolHhXir .snq4pd3-text,
.isJDRH-uFdolHhXir .text-wrapper {
  color: #272b2e;
}
.isJDRH-uFdolHhXir .snq4pd3-section-title,
.isJDRH-uFdolHhXir .snq4pd3-section-btn {
  color: #0a1f44;
  text-align: center;
}
.isJDRH-uFdolHhXir .snq4pd3-text {
  text-align: center;
}
.isJDRH-uFdohYAbDz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.isJDRH-uFdohYAbDz .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdohYAbDz .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFdohYAbDz .container {
    padding: 0 16px;
  }
}
.isJDRH-uFdohYAbDz .card {
  justify-content: center;
}
.isJDRH-uFdohYAbDz .title-wrapper .snq4pd3-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #00c8ff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .isJDRH-uFdohYAbDz .title-wrapper .snq4pd3-section-title {
    margin-bottom: 32px;
  }
}
.isJDRH-uFdohYAbDz .text-wrapper .snq4pd3-text {
  margin-bottom: 24px;
}
.isJDRH-uFdohYAbDz .text-wrapper .snq4pd3-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.isJDRH-uFdohYAbDz .snq4pd3-section-title {
  color: #000000;
}
.isJDRH-uFdohYAbDz .snq4pd3-text {
  color: #000000;
}
.isJDRH-uFdohYAbDz .snq4pd3-desc {
  color: #000000;
}
.isJDRH-uFdohYAbDz .snq4pd3-section-title,
.isJDRH-uFdohYAbDz .title-wrapper {
  text-align: center;
}
.isJDRH-uFdorwioFh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e8ff;
}
.isJDRH-uFdorwioFh .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdorwioFh .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdorwioFh .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .isJDRH-uFdorwioFh .container-fluid {
    padding: 0 16px;
  }
}
.isJDRH-uFdorwioFh .container-fluid .row {
  padding: 0;
}
.isJDRH-uFdorwioFh .title-wrapper .snq4pd3-section-title {
  margin-bottom: 22px;
}
.isJDRH-uFdorwioFh .title-wrapper .snq4pd3-text {
  margin-bottom: 64px;
}
.isJDRH-uFdorwioFh .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #000000;
}
.isJDRH-uFdorwioFh .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.isJDRH-uFdorwioFh .list .item-wrap:hover::before,
.isJDRH-uFdorwioFh .list .item-wrap:focus::before {
  opacity: 1;
}
.isJDRH-uFdorwioFh .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0a1f44;
  opacity: .3;
  transition: all .3s ease;
}
.isJDRH-uFdorwioFh .snq4pd3-section-title {
  color: #ffffff;
}
.isJDRH-uFdorwioFh .snq4pd3-text {
  color: #ffffff;
}
.isJDRH-uFdorwioFh .snq4pd3-section-title,
.isJDRH-uFdorwioFh .list-wrapper {
  color: #0a1f44;
}
.isJDRH-uFdoBfNtGt {
  background-color: #121826;
}
.isJDRH-uFdoBfNtGt .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdoBfNtGt .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdoBfNtGt .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #dfdfd8;
}
.isJDRH-uFdoBfNtGt .row {
  align-items: center;
}
.isJDRH-uFdoBfNtGt .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.isJDRH-uFdoBfNtGt .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.isJDRH-uFdoBfNtGt .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo img {
  width: auto;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFdoBfNtGt .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.isJDRH-uFdoBfNtGt .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.isJDRH-uFdoBfNtGt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.isJDRH-uFdoBfNtGt .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isJDRH-uFdoBfNtGt .soc-item .snq4pd3-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.isJDRH-uFdoBfNtGt .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.isJDRH-uFdoBfNtGt .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.isJDRH-uFdoBfNtGt .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.isJDRH-uFdoBfNtGt .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    flex-wrap: wrap;
  }
}
.isJDRH-uFdoBfNtGt .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.isJDRH-uFdoBfNtGt .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .contact-container {
    width: 100%;
  }
}
.isJDRH-uFdoBfNtGt .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #00c8ff;
}
.isJDRH-uFdoBfNtGt .iconfont-wrapper .snq4pd3-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.isJDRH-uFdoBfNtGt .contact-item {
  display: flex;
  align-items: flex-start;
}
.isJDRH-uFdoBfNtGt .contact-item:not(:first-child) {
  margin-top: 20px;
}
.isJDRH-uFdoBfNtGt .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.isJDRH-uFdoBfNtGt .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #000000;
}
.isJDRH-uFdoBfNtGt .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.isJDRH-uFdoBfNtGt .copyright {
  color: #efefec;
}
.isJDRH-uFdoBfNtGt .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.isJDRH-uFdoBfNtGt .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFdoBfNtGt .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFatZRLWrZ {
  background-color: transparent;
}
.isJDRH-uFatZRLWrZ .navbar-dropdown {
  background-color: #0a1f44 !important;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a1f44 !important;
  background: #0a1f44;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.isJDRH-uFatZRLWrZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .isJDRH-uFatZRLWrZ .menu_box .navbar.opened,
  .isJDRH-uFatZRLWrZ .menu_box .navbar-collapse {
    background-color: #0a1f44 !important;
    transition: all 0s ease 0s;
  }
}
.isJDRH-uFatZRLWrZ .navbar-dropdown {
  position: relative !important;
}
.isJDRH-uFatZRLWrZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main {
    margin-top: 1rem;
  }
}
.isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
    margin-left: 0;
  }
}
.isJDRH-uFatZRLWrZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.isJDRH-uFatZRLWrZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .isJDRH-uFatZRLWrZ .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .nav-item {
    margin: 0 !important;
  }
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00c8ff;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link:hover,
.isJDRH-uFatZRLWrZ .nav-item .nav-link:focus {
  color: #00c8ff !important;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link:hover::before,
.isJDRH-uFatZRLWrZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.isJDRH-uFatZRLWrZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .isJDRH-uFatZRLWrZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .isJDRH-uFatZRLWrZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .isJDRH-uFatZRLWrZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .isJDRH-uFatZRLWrZ .offcanvas_box {
    display: none;
  }
}
.isJDRH-uFatZRLWrZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.isJDRH-uFatZRLWrZ .container {
  display: flex;
  margin: auto;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar-nav {
    margin: 0;
  }
}
.isJDRH-uFatZRLWrZ .dropdown-menu,
.isJDRH-uFatZRLWrZ .navbar.opened {
  background-color: false !important;
}
.isJDRH-uFatZRLWrZ .nav-item:focus,
.isJDRH-uFatZRLWrZ .nav-link:focus {
  outline: none;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFatZRLWrZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.isJDRH-uFatZRLWrZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.isJDRH-uFatZRLWrZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.isJDRH-uFatZRLWrZ .navbar.opened {
  transition: all 0.3s;
}
.isJDRH-uFatZRLWrZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.isJDRH-uFatZRLWrZ .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.isJDRH-uFatZRLWrZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed {
  justify-content: center;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .isJDRH-uFatZRLWrZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .isJDRH-uFatZRLWrZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .isJDRH-uFatZRLWrZ .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .isJDRH-uFatZRLWrZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .isJDRH-uFatZRLWrZ .navbar .icons-menu {
    padding: 0;
  }
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short {
  min-height: 60px;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.isJDRH-uFatZRLWrZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.isJDRH-uFatZRLWrZ .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFatZRLWrZ .dropdown-item.active,
.isJDRH-uFatZRLWrZ .dropdown-item:active {
  background-color: transparent;
}
.isJDRH-uFatZRLWrZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.isJDRH-uFatZRLWrZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.isJDRH-uFatZRLWrZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a1f44;
  background: #c3e8ff;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1f44;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.isJDRH-uFatZRLWrZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .isJDRH-uFatZRLWrZ .navbar {
    height: 70px;
  }
  .isJDRH-uFatZRLWrZ .navbar.opened {
    height: auto;
  }
  .isJDRH-uFatZRLWrZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.isJDRH-uFatZRLWrZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.isJDRH-uFatZRLWrZ .navbar-caption:hover {
  color: #00c8ff;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.isJDRH-uFatZRLWrZ .text_widget {
  margin-bottom: 32px;
}
.isJDRH-uFatZRLWrZ .text_widget a {
  transition: all 0.3s ease-out;
}
.isJDRH-uFatZRLWrZ .text_widget a:hover,
.isJDRH-uFatZRLWrZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.isJDRH-uFatZRLWrZ .contacts-wrapper {
  min-width: 200px;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone:hover,
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone:focus {
  color: #00c8ff;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email:hover,
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email:focus {
  color: #00c8ff;
}
.isJDRH-uFatZRLWrZ .navbar-caption {
  color: #ff8576;
}
.isJDRH-uFatZRLWrZ .snq4pd3-phone {
  color: #ffffff;
}
.isJDRH-uFatZRLWrZ .snq4pd3-email {
  color: #ffffff;
}
.isJDRH-uFatZRLWrZ .snq4pd3-section-subtitle,
.isJDRH-uFatZRLWrZ .text_widget,
.isJDRH-uFatZRLWrZ .snq4pd3-section-btn {
  text-align: center;
}
.isJDRH-uFatZRLWrZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.isJDRH-uFdqD9XH9F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f2fd;
}
.isJDRH-uFdqD9XH9F h2,
.isJDRH-uFdqD9XH9F h4,
.isJDRH-uFdqD9XH9F p {
  margin: 0;
}
.isJDRH-uFdqD9XH9F .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .isJDRH-uFdqD9XH9F .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .isJDRH-uFdqD9XH9F .image-wrap {
    margin-top: 30px;
  }
}
.isJDRH-uFdqD9XH9F img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.isJDRH-uFdqD9XH9F .snq4pd3-section-title {
  color: #0a1f44;
  margin-bottom: 8px;
  text-align: center;
}
.isJDRH-uFdqD9XH9F .snq4pd3-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.isJDRH-uFdqD9XH9F .snq4pd3-text {
  color: #1a1a1a;
  margin-bottom: 30px;
  text-align: center;
}
.isJDRH-uFdqD9XH9F .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.isJDRH-uFdqD9XH9F .socials p {
  margin: 0 20px 0 0;
}
.isJDRH-uFdqD9XH9F .socials-item .link {
  color: #000000;
}
.isJDRH-uFdqIq8EJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e8ff;
}
.isJDRH-uFdqIq8EJB .snq4pd3-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #0a1f44;
  display: inline-block;
}
.isJDRH-uFdqIq8EJB .snq4pd3-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
  max-width: 739px;
  margin: auto;
}
.isJDRH-uFdqIq8EJB .button-align {
  text-align: center;
}
.isJDRH-uFdqIq8EJB .margin {
  margin-right: 14px;
}
.isJDRH-uFdqIq8EJB .snq4pd3-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .isJDRH-uFdqIq8EJB .margin {
    margin-right: 0px;
  }
  .isJDRH-uFdqIq8EJB .b {
    margin-bottom: 20px;
  }
}
.isJDRH-uFdqIq8EJB .btn {
  margin-top: 20px;
}
.isJDRH-uFdqIq8EJB a.btn > span {
  margin-left: 0.5rem;
}
.isJDRH-uFdqIq8EJB .snq4pd3-text,
.isJDRH-uFdqIq8EJB .button-align {
  color: #1a1a1a;
}
.isJDRH-uFdqFN9gy3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.isJDRH-uFdqFN9gy3 .snq4pd3-text {
  max-width: 550px;
}
.isJDRH-uFdqFN9gy3 .row {
  align-items: center;
}
.isJDRH-uFdqFN9gy3 .snq4pd3-section-subtitle {
  line-height: 1.6;
  color: #ffffff;
}
.isJDRH-uFdqFN9gy3 .snq4pd3-text,
.isJDRH-uFdqFN9gy3 .snq4pd3-section-btn {
  color: #ffffff;
}
.isJDRH-uFdqFN9gy3 .snq4pd3-section-title {
  color: #0a1f44;
  text-align: left;
}
.isJDRH-uFdqFN9gy3 .snq4pd3-iconfont {
  font-size: 8rem;
  color: #00c8ff;
}
.isJDRH-uFdqFN9gy3 .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdqFN9gy3 .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdqFN9gy3 .snq4pd3-text,
.isJDRH-uFdqFN9gy3 .text-wrapper {
  text-align: left;
  color: #1a1a1a;
}
.isJDRH-uFdrcfLWCN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e8ff;
}
.isJDRH-uFdrcfLWCN .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdrcfLWCN .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFdrcfLWCN .container {
    padding: 0 22px;
  }
}
.isJDRH-uFdrcfLWCN .title-wrapper .snq4pd3-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFdrcfLWCN .title-wrapper .snq4pd3-section-title {
    margin-bottom: 32px;
  }
}
.isJDRH-uFdrcfLWCN .text-wrapper .snq4pd3-text {
  margin-bottom: 0;
}
.isJDRH-uFdrcfLWCN .snq4pd3-section-title {
  color: #0a1f44;
  text-align: center;
}
.isJDRH-uFdrcfLWCN .snq4pd3-text {
  color: #000000;
  text-align: center;
}
.isJDRH-uFdrfoGYCe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e8ff;
}
.isJDRH-uFdrfoGYCe .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdrfoGYCe .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdrfoGYCe .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .isJDRH-uFdrfoGYCe .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .isJDRH-uFdrfoGYCe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .isJDRH-uFdrfoGYCe .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .isJDRH-uFdrfoGYCe .container {
    padding: 0 16px;
  }
}
.isJDRH-uFdrfoGYCe .row {
  padding: 60px 44px;
  background-color: #e3f2fd;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .isJDRH-uFdrfoGYCe .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .isJDRH-uFdrfoGYCe .row {
    padding: 25px 9px;
  }
}
.isJDRH-uFdrfoGYCe .title-wrapper .snq4pd3-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .isJDRH-uFdrfoGYCe .title-wrapper .snq4pd3-section-title {
    margin-bottom: 32px;
  }
}
.isJDRH-uFdrfoGYCe .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .isJDRH-uFdrfoGYCe .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.isJDRH-uFdrfoGYCe .content-wrapper .content-wrap .snq4pd3-text {
  margin-bottom: 16px;
}
.isJDRH-uFdrfoGYCe .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .isJDRH-uFdrfoGYCe .image-wrapper img {
    height: 350px;
  }
}
.isJDRH-uFdrfoGYCe .snq4pd3-section-title {
  color: #0a1f44;
  text-align: center;
}
.isJDRH-uFdrfoGYCe .snq4pd3-text {
  color: #000000;
  text-align: center;
}
.isJDRH-uFdrfoGYCe .snq4pd3-name {
  color: #000000;
}
.isJDRH-uFdoBfNtGt {
  background-color: #121826;
}
.isJDRH-uFdoBfNtGt .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdoBfNtGt .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdoBfNtGt .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #dfdfd8;
}
.isJDRH-uFdoBfNtGt .row {
  align-items: center;
}
.isJDRH-uFdoBfNtGt .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.isJDRH-uFdoBfNtGt .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.isJDRH-uFdoBfNtGt .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo img {
  width: auto;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFdoBfNtGt .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.isJDRH-uFdoBfNtGt .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.isJDRH-uFdoBfNtGt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.isJDRH-uFdoBfNtGt .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isJDRH-uFdoBfNtGt .soc-item .snq4pd3-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.isJDRH-uFdoBfNtGt .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.isJDRH-uFdoBfNtGt .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.isJDRH-uFdoBfNtGt .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.isJDRH-uFdoBfNtGt .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    flex-wrap: wrap;
  }
}
.isJDRH-uFdoBfNtGt .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.isJDRH-uFdoBfNtGt .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .contact-container {
    width: 100%;
  }
}
.isJDRH-uFdoBfNtGt .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #00c8ff;
}
.isJDRH-uFdoBfNtGt .iconfont-wrapper .snq4pd3-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.isJDRH-uFdoBfNtGt .contact-item {
  display: flex;
  align-items: flex-start;
}
.isJDRH-uFdoBfNtGt .contact-item:not(:first-child) {
  margin-top: 20px;
}
.isJDRH-uFdoBfNtGt .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.isJDRH-uFdoBfNtGt .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #000000;
}
.isJDRH-uFdoBfNtGt .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.isJDRH-uFdoBfNtGt .copyright {
  color: #efefec;
}
.isJDRH-uFdoBfNtGt .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.isJDRH-uFdoBfNtGt .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFdoBfNtGt .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFatZRLWrZ {
  background-color: transparent;
}
.isJDRH-uFatZRLWrZ .navbar-dropdown {
  background-color: #0a1f44 !important;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a1f44 !important;
  background: #0a1f44;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.isJDRH-uFatZRLWrZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .isJDRH-uFatZRLWrZ .menu_box .navbar.opened,
  .isJDRH-uFatZRLWrZ .menu_box .navbar-collapse {
    background-color: #0a1f44 !important;
    transition: all 0s ease 0s;
  }
}
.isJDRH-uFatZRLWrZ .navbar-dropdown {
  position: relative !important;
}
.isJDRH-uFatZRLWrZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main {
    margin-top: 1rem;
  }
}
.isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
    margin-left: 0;
  }
}
.isJDRH-uFatZRLWrZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.isJDRH-uFatZRLWrZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .isJDRH-uFatZRLWrZ .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .nav-item {
    margin: 0 !important;
  }
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00c8ff;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link:hover,
.isJDRH-uFatZRLWrZ .nav-item .nav-link:focus {
  color: #00c8ff !important;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link:hover::before,
.isJDRH-uFatZRLWrZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.isJDRH-uFatZRLWrZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .isJDRH-uFatZRLWrZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .isJDRH-uFatZRLWrZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .isJDRH-uFatZRLWrZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .isJDRH-uFatZRLWrZ .offcanvas_box {
    display: none;
  }
}
.isJDRH-uFatZRLWrZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.isJDRH-uFatZRLWrZ .container {
  display: flex;
  margin: auto;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar-nav {
    margin: 0;
  }
}
.isJDRH-uFatZRLWrZ .dropdown-menu,
.isJDRH-uFatZRLWrZ .navbar.opened {
  background-color: false !important;
}
.isJDRH-uFatZRLWrZ .nav-item:focus,
.isJDRH-uFatZRLWrZ .nav-link:focus {
  outline: none;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFatZRLWrZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.isJDRH-uFatZRLWrZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.isJDRH-uFatZRLWrZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.isJDRH-uFatZRLWrZ .navbar.opened {
  transition: all 0.3s;
}
.isJDRH-uFatZRLWrZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.isJDRH-uFatZRLWrZ .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.isJDRH-uFatZRLWrZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed {
  justify-content: center;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .isJDRH-uFatZRLWrZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .isJDRH-uFatZRLWrZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .isJDRH-uFatZRLWrZ .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .isJDRH-uFatZRLWrZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .isJDRH-uFatZRLWrZ .navbar .icons-menu {
    padding: 0;
  }
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short {
  min-height: 60px;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.isJDRH-uFatZRLWrZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.isJDRH-uFatZRLWrZ .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFatZRLWrZ .dropdown-item.active,
.isJDRH-uFatZRLWrZ .dropdown-item:active {
  background-color: transparent;
}
.isJDRH-uFatZRLWrZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.isJDRH-uFatZRLWrZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.isJDRH-uFatZRLWrZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a1f44;
  background: #c3e8ff;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1f44;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.isJDRH-uFatZRLWrZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .isJDRH-uFatZRLWrZ .navbar {
    height: 70px;
  }
  .isJDRH-uFatZRLWrZ .navbar.opened {
    height: auto;
  }
  .isJDRH-uFatZRLWrZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.isJDRH-uFatZRLWrZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.isJDRH-uFatZRLWrZ .navbar-caption:hover {
  color: #00c8ff;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.isJDRH-uFatZRLWrZ .text_widget {
  margin-bottom: 32px;
}
.isJDRH-uFatZRLWrZ .text_widget a {
  transition: all 0.3s ease-out;
}
.isJDRH-uFatZRLWrZ .text_widget a:hover,
.isJDRH-uFatZRLWrZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.isJDRH-uFatZRLWrZ .contacts-wrapper {
  min-width: 200px;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone:hover,
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone:focus {
  color: #00c8ff;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email:hover,
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email:focus {
  color: #00c8ff;
}
.isJDRH-uFatZRLWrZ .navbar-caption {
  color: #ff8576;
}
.isJDRH-uFatZRLWrZ .snq4pd3-phone {
  color: #ffffff;
}
.isJDRH-uFatZRLWrZ .snq4pd3-email {
  color: #ffffff;
}
.isJDRH-uFatZRLWrZ .snq4pd3-section-subtitle,
.isJDRH-uFatZRLWrZ .text_widget,
.isJDRH-uFatZRLWrZ .snq4pd3-section-btn {
  text-align: center;
}
.isJDRH-uFatZRLWrZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.isJDRH-uFdsn2Tlts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3e8ff;
}
.isJDRH-uFdsn2Tlts .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdsn2Tlts .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdsn2Tlts .items-wrapper {
  justify-content: center;
}
.isJDRH-uFdsn2Tlts .content-wrapper .snq4pd3-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .isJDRH-uFdsn2Tlts .content-wrapper .snq4pd3-section-title {
    margin-bottom: 24px;
  }
}
.isJDRH-uFdsn2Tlts .content-wrapper .snq4pd3-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .isJDRH-uFdsn2Tlts .content-wrapper .snq4pd3-section-subtitle {
    margin-bottom: 24px;
  }
}
.isJDRH-uFdsn2Tlts .form-wrapper {
  padding: 32px 40px;
  background-color: #f0f9ff;
}
@media (max-width: 1200px) {
  .isJDRH-uFdsn2Tlts .form-wrapper {
    padding: 20px 16px;
  }
}
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #0a1f44 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .form-group .form-control:hover,
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #000000 !important;
}
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #0a1f44;
}
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0a1f44;
  border-color: #0a1f44;
}
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .snq4pd3-section-btn {
  width: 100%;
}
.isJDRH-uFdsn2Tlts .form-wrapper .dragArea.row .snq4pd3-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.isJDRH-uFdsn2Tlts .snq4pd3-section-title {
  color: #272b2e;
  text-align: center;
}
.isJDRH-uFdsn2Tlts .snq4pd3-section-subtitle {
  color: #272b2e;
  text-align: center;
}
.isJDRH-uFdsn2Tlts .snq4pd3-section-title,
.isJDRH-uFdsn2Tlts .snq4pd3-section-btn {
  color: #0a1f44;
}
.isJDRH-uFdssnbAJy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #e3f2fd;
}
.isJDRH-uFdssnbAJy p {
  margin: 0;
}
@media (max-width: 991px) {
  .isJDRH-uFdssnbAJy .row {
    justify-content: flex-start !important;
  }
}
.isJDRH-uFdssnbAJy .snq4pd3-section-head {
  margin-bottom: 2rem;
}
.isJDRH-uFdssnbAJy .snq4pd3-section-title {
  text-align: center;
  color: #0a1f44;
}
.isJDRH-uFdssnbAJy .snq4pd3-section-subtitle {
  text-align: center;
}
.isJDRH-uFdssnbAJy .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .isJDRH-uFdssnbAJy .card-container {
    margin-bottom: 2rem;
  }
}
.isJDRH-uFdssnbAJy .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .isJDRH-uFdssnbAJy .card-wrapper {
    padding-bottom: 1rem;
  }
}
.isJDRH-uFdssnbAJy .snq4pd3-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.isJDRH-uFdssnbAJy .card-title {
  color: #0a1f44;
}
.isJDRH-uFdsuhCzi7 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #c3e8ff;
}
.isJDRH-uFdsuhCzi7 .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdsuhCzi7 .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdsuhCzi7 .snq4pd3-section-title {
  color: #0a1f44;
}
.isJDRH-uFdoBfNtGt {
  background-color: #121826;
}
.isJDRH-uFdoBfNtGt .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdoBfNtGt .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdoBfNtGt .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #dfdfd8;
}
.isJDRH-uFdoBfNtGt .row {
  align-items: center;
}
.isJDRH-uFdoBfNtGt .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.isJDRH-uFdoBfNtGt .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.isJDRH-uFdoBfNtGt .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo img {
  width: auto;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFdoBfNtGt .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.isJDRH-uFdoBfNtGt .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.isJDRH-uFdoBfNtGt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.isJDRH-uFdoBfNtGt .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isJDRH-uFdoBfNtGt .soc-item .snq4pd3-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.isJDRH-uFdoBfNtGt .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.isJDRH-uFdoBfNtGt .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.isJDRH-uFdoBfNtGt .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.isJDRH-uFdoBfNtGt .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    flex-wrap: wrap;
  }
}
.isJDRH-uFdoBfNtGt .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.isJDRH-uFdoBfNtGt .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .contact-container {
    width: 100%;
  }
}
.isJDRH-uFdoBfNtGt .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #00c8ff;
}
.isJDRH-uFdoBfNtGt .iconfont-wrapper .snq4pd3-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.isJDRH-uFdoBfNtGt .contact-item {
  display: flex;
  align-items: flex-start;
}
.isJDRH-uFdoBfNtGt .contact-item:not(:first-child) {
  margin-top: 20px;
}
.isJDRH-uFdoBfNtGt .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.isJDRH-uFdoBfNtGt .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #000000;
}
.isJDRH-uFdoBfNtGt .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.isJDRH-uFdoBfNtGt .copyright {
  color: #efefec;
}
.isJDRH-uFdoBfNtGt .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.isJDRH-uFdoBfNtGt .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFdoBfNtGt .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFatZRLWrZ {
  background-color: transparent;
}
.isJDRH-uFatZRLWrZ .navbar-dropdown {
  background-color: #0a1f44 !important;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a1f44 !important;
  background: #0a1f44;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.isJDRH-uFatZRLWrZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .isJDRH-uFatZRLWrZ .menu_box .navbar.opened,
  .isJDRH-uFatZRLWrZ .menu_box .navbar-collapse {
    background-color: #0a1f44 !important;
    transition: all 0s ease 0s;
  }
}
.isJDRH-uFatZRLWrZ .navbar-dropdown {
  position: relative !important;
}
.isJDRH-uFatZRLWrZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main {
    margin-top: 1rem;
  }
}
.isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .isJDRH-uFatZRLWrZ .snq4pd3-section-btn-main .btn {
    margin-left: 0;
  }
}
.isJDRH-uFatZRLWrZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.isJDRH-uFatZRLWrZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .isJDRH-uFatZRLWrZ .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .nav-item {
    margin: 0 !important;
  }
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00c8ff;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link:hover,
.isJDRH-uFatZRLWrZ .nav-item .nav-link:focus {
  color: #00c8ff !important;
}
.isJDRH-uFatZRLWrZ .nav-item .nav-link:hover::before,
.isJDRH-uFatZRLWrZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.isJDRH-uFatZRLWrZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .isJDRH-uFatZRLWrZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .isJDRH-uFatZRLWrZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .isJDRH-uFatZRLWrZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .isJDRH-uFatZRLWrZ .offcanvas_box {
    display: none;
  }
}
.isJDRH-uFatZRLWrZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.isJDRH-uFatZRLWrZ .container {
  display: flex;
  margin: auto;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.isJDRH-uFatZRLWrZ .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar-nav {
    margin: 0;
  }
}
.isJDRH-uFatZRLWrZ .dropdown-menu,
.isJDRH-uFatZRLWrZ .navbar.opened {
  background-color: false !important;
}
.isJDRH-uFatZRLWrZ .nav-item:focus,
.isJDRH-uFatZRLWrZ .nav-link:focus {
  outline: none;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.isJDRH-uFatZRLWrZ .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFatZRLWrZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.isJDRH-uFatZRLWrZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.isJDRH-uFatZRLWrZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.isJDRH-uFatZRLWrZ .navbar.opened {
  transition: all 0.3s;
}
.isJDRH-uFatZRLWrZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.isJDRH-uFatZRLWrZ .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.isJDRH-uFatZRLWrZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed {
  justify-content: center;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.isJDRH-uFatZRLWrZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .isJDRH-uFatZRLWrZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .isJDRH-uFatZRLWrZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .isJDRH-uFatZRLWrZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .isJDRH-uFatZRLWrZ .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .isJDRH-uFatZRLWrZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .isJDRH-uFatZRLWrZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .isJDRH-uFatZRLWrZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .isJDRH-uFatZRLWrZ .navbar .icons-menu {
    padding: 0;
  }
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short {
  min-height: 60px;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.isJDRH-uFatZRLWrZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.isJDRH-uFatZRLWrZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.isJDRH-uFatZRLWrZ .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFatZRLWrZ .dropdown-item.active,
.isJDRH-uFatZRLWrZ .dropdown-item:active {
  background-color: transparent;
}
.isJDRH-uFatZRLWrZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.isJDRH-uFatZRLWrZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.isJDRH-uFatZRLWrZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.isJDRH-uFatZRLWrZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.isJDRH-uFatZRLWrZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a1f44;
  background: #c3e8ff;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1f44;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFatZRLWrZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.isJDRH-uFatZRLWrZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFatZRLWrZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.isJDRH-uFatZRLWrZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .isJDRH-uFatZRLWrZ .navbar {
    height: 70px;
  }
  .isJDRH-uFatZRLWrZ .navbar.opened {
    height: auto;
  }
  .isJDRH-uFatZRLWrZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.isJDRH-uFatZRLWrZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.isJDRH-uFatZRLWrZ .navbar-caption:hover {
  color: #00c8ff;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.isJDRH-uFatZRLWrZ .text_widget {
  margin-bottom: 32px;
}
.isJDRH-uFatZRLWrZ .text_widget a {
  transition: all 0.3s ease-out;
}
.isJDRH-uFatZRLWrZ .text_widget a:hover,
.isJDRH-uFatZRLWrZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .isJDRH-uFatZRLWrZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.isJDRH-uFatZRLWrZ .contacts-wrapper {
  min-width: 200px;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone:hover,
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-phone:focus {
  color: #00c8ff;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email:hover,
.isJDRH-uFatZRLWrZ .contacts-wrapper .snq4pd3-email:focus {
  color: #00c8ff;
}
.isJDRH-uFatZRLWrZ .navbar-caption {
  color: #ff8576;
}
.isJDRH-uFatZRLWrZ .snq4pd3-phone {
  color: #ffffff;
}
.isJDRH-uFatZRLWrZ .snq4pd3-email {
  color: #ffffff;
}
.isJDRH-uFatZRLWrZ .snq4pd3-section-subtitle,
.isJDRH-uFatZRLWrZ .text_widget,
.isJDRH-uFatZRLWrZ .snq4pd3-section-btn {
  text-align: center;
}
.isJDRH-uFatZRLWrZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.isJDRH-uFdt4k4dta {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.isJDRH-uFdt4k4dta .snq4pd3-text {
  color: #000000;
}
.isJDRH-uFdt4k4dta .snq4pd3-section-subtitle {
  color: #000000;
}
.isJDRH-uFdt4k4dta .snq4pd3-section-title {
  color: #000000;
}
.isJDRH-uFdoBfNtGt {
  background-color: #121826;
}
.isJDRH-uFdoBfNtGt .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdoBfNtGt .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdoBfNtGt .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #dfdfd8;
}
.isJDRH-uFdoBfNtGt .row {
  align-items: center;
}
.isJDRH-uFdoBfNtGt .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.isJDRH-uFdoBfNtGt .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.isJDRH-uFdoBfNtGt .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo img {
  width: auto;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.isJDRH-uFdoBfNtGt .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFdoBfNtGt .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.isJDRH-uFdoBfNtGt .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.isJDRH-uFdoBfNtGt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.isJDRH-uFdoBfNtGt .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isJDRH-uFdoBfNtGt .soc-item .snq4pd3-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.isJDRH-uFdoBfNtGt .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.isJDRH-uFdoBfNtGt .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.isJDRH-uFdoBfNtGt .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.isJDRH-uFdoBfNtGt .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .col-contacts {
    flex-wrap: wrap;
  }
}
.isJDRH-uFdoBfNtGt .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.isJDRH-uFdoBfNtGt .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdoBfNtGt .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdoBfNtGt .contact-container {
    width: 100%;
  }
}
.isJDRH-uFdoBfNtGt .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #00c8ff;
}
.isJDRH-uFdoBfNtGt .iconfont-wrapper .snq4pd3-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.isJDRH-uFdoBfNtGt .contact-item {
  display: flex;
  align-items: flex-start;
}
.isJDRH-uFdoBfNtGt .contact-item:not(:first-child) {
  margin-top: 20px;
}
.isJDRH-uFdoBfNtGt .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.isJDRH-uFdoBfNtGt .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #000000;
}
.isJDRH-uFdoBfNtGt .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.isJDRH-uFdoBfNtGt .copyright {
  color: #efefec;
}
.isJDRH-uFdoBfNtGt .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.isJDRH-uFdoBfNtGt .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFdoBfNtGt .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFdCXQ45Td {
  background-color: transparent;
}
.isJDRH-uFdCXQ45Td .navbar-dropdown {
  background-color: #0a1f44 !important;
  padding: 0;
}
.isJDRH-uFdCXQ45Td .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a1f44 !important;
  background: #0a1f44;
}
.isJDRH-uFdCXQ45Td .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.isJDRH-uFdCXQ45Td .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .isJDRH-uFdCXQ45Td .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .isJDRH-uFdCXQ45Td .menu_box .navbar.opened,
  .isJDRH-uFdCXQ45Td .menu_box .navbar-collapse {
    background-color: #0a1f44 !important;
    transition: all 0s ease 0s;
  }
}
.isJDRH-uFdCXQ45Td .navbar-dropdown {
  position: relative !important;
}
.isJDRH-uFdCXQ45Td .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFdCXQ45Td .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFdCXQ45Td .snq4pd3-section-btn-main {
    margin-top: 1rem;
  }
}
.isJDRH-uFdCXQ45Td .snq4pd3-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .isJDRH-uFdCXQ45Td .snq4pd3-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .isJDRH-uFdCXQ45Td .snq4pd3-section-btn-main .btn {
    margin-left: 0;
  }
}
.isJDRH-uFdCXQ45Td .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.isJDRH-uFdCXQ45Td .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .isJDRH-uFdCXQ45Td .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFdCXQ45Td .nav-item {
    margin: 0 !important;
  }
}
.isJDRH-uFdCXQ45Td .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.isJDRH-uFdCXQ45Td .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00c8ff;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFdCXQ45Td .nav-item .nav-link:hover,
.isJDRH-uFdCXQ45Td .nav-item .nav-link:focus {
  color: #00c8ff !important;
}
.isJDRH-uFdCXQ45Td .nav-item .nav-link:hover::before,
.isJDRH-uFdCXQ45Td .nav-item .nav-link:focus::before {
  width: 100%;
}
.isJDRH-uFdCXQ45Td .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .isJDRH-uFdCXQ45Td .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .isJDRH-uFdCXQ45Td .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFdCXQ45Td .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .isJDRH-uFdCXQ45Td .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .isJDRH-uFdCXQ45Td .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .isJDRH-uFdCXQ45Td .offcanvas_box {
    display: none;
  }
}
.isJDRH-uFdCXQ45Td .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.isJDRH-uFdCXQ45Td .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.isJDRH-uFdCXQ45Td .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.isJDRH-uFdCXQ45Td .container {
  display: flex;
  margin: auto;
}
.isJDRH-uFdCXQ45Td .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.isJDRH-uFdCXQ45Td .iconfont-wrapper:last-child {
  margin-right: 0;
}
.isJDRH-uFdCXQ45Td .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .isJDRH-uFdCXQ45Td .navbar-nav {
    margin: 0;
  }
}
.isJDRH-uFdCXQ45Td .dropdown-menu,
.isJDRH-uFdCXQ45Td .navbar.opened {
  background-color: false !important;
}
.isJDRH-uFdCXQ45Td .nav-item:focus,
.isJDRH-uFdCXQ45Td .nav-link:focus {
  outline: none;
}
.isJDRH-uFdCXQ45Td .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFdCXQ45Td .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.isJDRH-uFdCXQ45Td .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.isJDRH-uFdCXQ45Td .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFdCXQ45Td .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.isJDRH-uFdCXQ45Td .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.isJDRH-uFdCXQ45Td .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFdCXQ45Td .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.isJDRH-uFdCXQ45Td .navbar.opened {
  transition: all 0.3s;
}
.isJDRH-uFdCXQ45Td .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.isJDRH-uFdCXQ45Td .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.isJDRH-uFdCXQ45Td .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.isJDRH-uFdCXQ45Td .navbar.collapsed {
  justify-content: center;
}
.isJDRH-uFdCXQ45Td .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.isJDRH-uFdCXQ45Td .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.isJDRH-uFdCXQ45Td .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.isJDRH-uFdCXQ45Td .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.isJDRH-uFdCXQ45Td .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.isJDRH-uFdCXQ45Td .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.isJDRH-uFdCXQ45Td .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .isJDRH-uFdCXQ45Td .navbar .nav-item {
    padding: .5rem 0;
  }
  .isJDRH-uFdCXQ45Td .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .isJDRH-uFdCXQ45Td .navbar .nav-item .nav-link::before {
    display: none;
  }
  .isJDRH-uFdCXQ45Td .navbar.opened .dropdown-menu {
    top: 0;
  }
  .isJDRH-uFdCXQ45Td .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .isJDRH-uFdCXQ45Td .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .isJDRH-uFdCXQ45Td .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .isJDRH-uFdCXQ45Td .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .isJDRH-uFdCXQ45Td .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .isJDRH-uFdCXQ45Td .navbar ul.navbar-nav li {
    margin: 0;
  }
  .isJDRH-uFdCXQ45Td .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .isJDRH-uFdCXQ45Td .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .isJDRH-uFdCXQ45Td .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .isJDRH-uFdCXQ45Td .navbar .icons-menu {
    padding: 0;
  }
}
.isJDRH-uFdCXQ45Td .navbar.navbar-short {
  min-height: 60px;
}
.isJDRH-uFdCXQ45Td .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.isJDRH-uFdCXQ45Td .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.isJDRH-uFdCXQ45Td .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.isJDRH-uFdCXQ45Td .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.isJDRH-uFdCXQ45Td .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFdCXQ45Td .dropdown-item.active,
.isJDRH-uFdCXQ45Td .dropdown-item:active {
  background-color: transparent;
}
.isJDRH-uFdCXQ45Td .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.isJDRH-uFdCXQ45Td .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.isJDRH-uFdCXQ45Td .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.isJDRH-uFdCXQ45Td .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.isJDRH-uFdCXQ45Td ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.isJDRH-uFdCXQ45Td .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.isJDRH-uFdCXQ45Td button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a1f44;
  background: #c3e8ff;
}
.isJDRH-uFdCXQ45Td button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1f44;
}
.isJDRH-uFdCXQ45Td button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.isJDRH-uFdCXQ45Td button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFdCXQ45Td button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFdCXQ45Td button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.isJDRH-uFdCXQ45Td nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFdCXQ45Td nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.isJDRH-uFdCXQ45Td nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.isJDRH-uFdCXQ45Td nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFdCXQ45Td a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.isJDRH-uFdCXQ45Td .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .isJDRH-uFdCXQ45Td .navbar {
    height: 70px;
  }
  .isJDRH-uFdCXQ45Td .navbar.opened {
    height: auto;
  }
  .isJDRH-uFdCXQ45Td .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.isJDRH-uFdCXQ45Td .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.isJDRH-uFdCXQ45Td .navbar-caption:hover {
  color: #00c8ff;
}
@media (min-width: 992px) {
  .isJDRH-uFdCXQ45Td .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.isJDRH-uFdCXQ45Td .text_widget {
  margin-bottom: 32px;
}
.isJDRH-uFdCXQ45Td .text_widget a {
  transition: all 0.3s ease-out;
}
.isJDRH-uFdCXQ45Td .text_widget a:hover,
.isJDRH-uFdCXQ45Td .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .isJDRH-uFdCXQ45Td .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.isJDRH-uFdCXQ45Td .contacts-wrapper {
  min-width: 200px;
}
.isJDRH-uFdCXQ45Td .contacts-wrapper .snq4pd3-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFdCXQ45Td .contacts-wrapper .snq4pd3-phone:hover,
.isJDRH-uFdCXQ45Td .contacts-wrapper .snq4pd3-phone:focus {
  color: #00c8ff;
}
.isJDRH-uFdCXQ45Td .contacts-wrapper .snq4pd3-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFdCXQ45Td .contacts-wrapper .snq4pd3-email:hover,
.isJDRH-uFdCXQ45Td .contacts-wrapper .snq4pd3-email:focus {
  color: #00c8ff;
}
.isJDRH-uFdCXQ45Td .navbar-caption {
  color: #ff8576;
}
.isJDRH-uFdCXQ45Td .snq4pd3-phone {
  color: #ffffff;
}
.isJDRH-uFdCXQ45Td .snq4pd3-email {
  color: #ffffff;
}
.isJDRH-uFdCXQ45Td .snq4pd3-section-subtitle,
.isJDRH-uFdCXQ45Td .text_widget,
.isJDRH-uFdCXQ45Td .snq4pd3-section-btn {
  text-align: center;
}
.isJDRH-uFdCXQ45Td a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.isJDRH-uFdCXRbKJL {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.isJDRH-uFdCXRbKJL .snq4pd3-text {
  color: #000000;
}
.isJDRH-uFdCXRbKJL .snq4pd3-section-subtitle {
  color: #000000;
}
.isJDRH-uFdCXRbKJL .snq4pd3-section-title {
  color: #000000;
}
.isJDRH-uFdCXRVPTf {
  background-color: #121826;
}
.isJDRH-uFdCXRVPTf .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdCXRVPTf .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdCXRVPTf .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #dfdfd8;
}
.isJDRH-uFdCXRVPTf .row {
  align-items: center;
}
.isJDRH-uFdCXRVPTf .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.isJDRH-uFdCXRVPTf .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdCXRVPTf .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCXRVPTf .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.isJDRH-uFdCXRVPTf .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.isJDRH-uFdCXRVPTf .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.isJDRH-uFdCXRVPTf .navbar-brand .navbar-logo img {
  width: auto;
}
.isJDRH-uFdCXRVPTf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.isJDRH-uFdCXRVPTf .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFdCXRVPTf .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdCXRVPTf .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCXRVPTf .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCXRVPTf .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.isJDRH-uFdCXRVPTf .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.isJDRH-uFdCXRVPTf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.isJDRH-uFdCXRVPTf .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isJDRH-uFdCXRVPTf .soc-item .snq4pd3-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.isJDRH-uFdCXRVPTf .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdCXRVPTf .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCXRVPTf .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.isJDRH-uFdCXRVPTf .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .isJDRH-uFdCXRVPTf .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCXRVPTf .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.isJDRH-uFdCXRVPTf .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFdCXRVPTf .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCXRVPTf .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.isJDRH-uFdCXRVPTf .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdCXRVPTf .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCXRVPTf .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCXRVPTf .col-contacts {
    flex-wrap: wrap;
  }
}
.isJDRH-uFdCXRVPTf .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .isJDRH-uFdCXRVPTf .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCXRVPTf .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.isJDRH-uFdCXRVPTf .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdCXRVPTf .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCXRVPTf .contact-container {
    width: 100%;
  }
}
.isJDRH-uFdCXRVPTf .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #00c8ff;
}
.isJDRH-uFdCXRVPTf .iconfont-wrapper .snq4pd3-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.isJDRH-uFdCXRVPTf .contact-item {
  display: flex;
  align-items: flex-start;
}
.isJDRH-uFdCXRVPTf .contact-item:not(:first-child) {
  margin-top: 20px;
}
.isJDRH-uFdCXRVPTf .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.isJDRH-uFdCXRVPTf .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #000000;
}
.isJDRH-uFdCXRVPTf .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.isJDRH-uFdCXRVPTf .copyright {
  color: #efefec;
}
.isJDRH-uFdCXRVPTf .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.isJDRH-uFdCXRVPTf .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFdCXRVPTf .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFdCYsojCr {
  background-color: transparent;
}
.isJDRH-uFdCYsojCr .navbar-dropdown {
  background-color: #0a1f44 !important;
  padding: 0;
}
.isJDRH-uFdCYsojCr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a1f44 !important;
  background: #0a1f44;
}
.isJDRH-uFdCYsojCr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.isJDRH-uFdCYsojCr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYsojCr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .isJDRH-uFdCYsojCr .menu_box .navbar.opened,
  .isJDRH-uFdCYsojCr .menu_box .navbar-collapse {
    background-color: #0a1f44 !important;
    transition: all 0s ease 0s;
  }
}
.isJDRH-uFdCYsojCr .navbar-dropdown {
  position: relative !important;
}
.isJDRH-uFdCYsojCr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYsojCr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFdCYsojCr .snq4pd3-section-btn-main {
    margin-top: 1rem;
  }
}
.isJDRH-uFdCYsojCr .snq4pd3-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .isJDRH-uFdCYsojCr .snq4pd3-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .isJDRH-uFdCYsojCr .snq4pd3-section-btn-main .btn {
    margin-left: 0;
  }
}
.isJDRH-uFdCYsojCr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.isJDRH-uFdCYsojCr .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .isJDRH-uFdCYsojCr .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFdCYsojCr .nav-item {
    margin: 0 !important;
  }
}
.isJDRH-uFdCYsojCr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.isJDRH-uFdCYsojCr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00c8ff;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFdCYsojCr .nav-item .nav-link:hover,
.isJDRH-uFdCYsojCr .nav-item .nav-link:focus {
  color: #00c8ff !important;
}
.isJDRH-uFdCYsojCr .nav-item .nav-link:hover::before,
.isJDRH-uFdCYsojCr .nav-item .nav-link:focus::before {
  width: 100%;
}
.isJDRH-uFdCYsojCr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .isJDRH-uFdCYsojCr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .isJDRH-uFdCYsojCr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFdCYsojCr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .isJDRH-uFdCYsojCr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .isJDRH-uFdCYsojCr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .isJDRH-uFdCYsojCr .offcanvas_box {
    display: none;
  }
}
.isJDRH-uFdCYsojCr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.isJDRH-uFdCYsojCr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.isJDRH-uFdCYsojCr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.isJDRH-uFdCYsojCr .container {
  display: flex;
  margin: auto;
}
.isJDRH-uFdCYsojCr .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.isJDRH-uFdCYsojCr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.isJDRH-uFdCYsojCr .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .isJDRH-uFdCYsojCr .navbar-nav {
    margin: 0;
  }
}
.isJDRH-uFdCYsojCr .dropdown-menu,
.isJDRH-uFdCYsojCr .navbar.opened {
  background-color: false !important;
}
.isJDRH-uFdCYsojCr .nav-item:focus,
.isJDRH-uFdCYsojCr .nav-link:focus {
  outline: none;
}
.isJDRH-uFdCYsojCr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFdCYsojCr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.isJDRH-uFdCYsojCr .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.isJDRH-uFdCYsojCr .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFdCYsojCr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.isJDRH-uFdCYsojCr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.isJDRH-uFdCYsojCr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFdCYsojCr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.isJDRH-uFdCYsojCr .navbar.opened {
  transition: all 0.3s;
}
.isJDRH-uFdCYsojCr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.isJDRH-uFdCYsojCr .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.isJDRH-uFdCYsojCr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.isJDRH-uFdCYsojCr .navbar.collapsed {
  justify-content: center;
}
.isJDRH-uFdCYsojCr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.isJDRH-uFdCYsojCr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.isJDRH-uFdCYsojCr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.isJDRH-uFdCYsojCr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.isJDRH-uFdCYsojCr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.isJDRH-uFdCYsojCr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.isJDRH-uFdCYsojCr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYsojCr .navbar .nav-item {
    padding: .5rem 0;
  }
  .isJDRH-uFdCYsojCr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .isJDRH-uFdCYsojCr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .isJDRH-uFdCYsojCr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .isJDRH-uFdCYsojCr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .isJDRH-uFdCYsojCr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .isJDRH-uFdCYsojCr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .isJDRH-uFdCYsojCr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .isJDRH-uFdCYsojCr .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .isJDRH-uFdCYsojCr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .isJDRH-uFdCYsojCr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .isJDRH-uFdCYsojCr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .isJDRH-uFdCYsojCr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .isJDRH-uFdCYsojCr .navbar .icons-menu {
    padding: 0;
  }
}
.isJDRH-uFdCYsojCr .navbar.navbar-short {
  min-height: 60px;
}
.isJDRH-uFdCYsojCr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.isJDRH-uFdCYsojCr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.isJDRH-uFdCYsojCr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.isJDRH-uFdCYsojCr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.isJDRH-uFdCYsojCr .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFdCYsojCr .dropdown-item.active,
.isJDRH-uFdCYsojCr .dropdown-item:active {
  background-color: transparent;
}
.isJDRH-uFdCYsojCr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.isJDRH-uFdCYsojCr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.isJDRH-uFdCYsojCr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.isJDRH-uFdCYsojCr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.isJDRH-uFdCYsojCr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.isJDRH-uFdCYsojCr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.isJDRH-uFdCYsojCr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a1f44;
  background: #c3e8ff;
}
.isJDRH-uFdCYsojCr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1f44;
}
.isJDRH-uFdCYsojCr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.isJDRH-uFdCYsojCr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFdCYsojCr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFdCYsojCr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.isJDRH-uFdCYsojCr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFdCYsojCr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.isJDRH-uFdCYsojCr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.isJDRH-uFdCYsojCr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFdCYsojCr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.isJDRH-uFdCYsojCr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .isJDRH-uFdCYsojCr .navbar {
    height: 70px;
  }
  .isJDRH-uFdCYsojCr .navbar.opened {
    height: auto;
  }
  .isJDRH-uFdCYsojCr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.isJDRH-uFdCYsojCr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.isJDRH-uFdCYsojCr .navbar-caption:hover {
  color: #00c8ff;
}
@media (min-width: 992px) {
  .isJDRH-uFdCYsojCr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.isJDRH-uFdCYsojCr .text_widget {
  margin-bottom: 32px;
}
.isJDRH-uFdCYsojCr .text_widget a {
  transition: all 0.3s ease-out;
}
.isJDRH-uFdCYsojCr .text_widget a:hover,
.isJDRH-uFdCYsojCr .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .isJDRH-uFdCYsojCr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.isJDRH-uFdCYsojCr .contacts-wrapper {
  min-width: 200px;
}
.isJDRH-uFdCYsojCr .contacts-wrapper .snq4pd3-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFdCYsojCr .contacts-wrapper .snq4pd3-phone:hover,
.isJDRH-uFdCYsojCr .contacts-wrapper .snq4pd3-phone:focus {
  color: #00c8ff;
}
.isJDRH-uFdCYsojCr .contacts-wrapper .snq4pd3-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFdCYsojCr .contacts-wrapper .snq4pd3-email:hover,
.isJDRH-uFdCYsojCr .contacts-wrapper .snq4pd3-email:focus {
  color: #00c8ff;
}
.isJDRH-uFdCYsojCr .navbar-caption {
  color: #ff8576;
}
.isJDRH-uFdCYsojCr .snq4pd3-phone {
  color: #ffffff;
}
.isJDRH-uFdCYsojCr .snq4pd3-email {
  color: #ffffff;
}
.isJDRH-uFdCYsojCr .snq4pd3-section-subtitle,
.isJDRH-uFdCYsojCr .text_widget,
.isJDRH-uFdCYsojCr .snq4pd3-section-btn {
  text-align: center;
}
.isJDRH-uFdCYsojCr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.isJDRH-uFdCYu1VTN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.isJDRH-uFdCYu1VTN .snq4pd3-text {
  color: #000000;
}
.isJDRH-uFdCYu1VTN .snq4pd3-section-subtitle {
  color: #000000;
}
.isJDRH-uFdCYu1VTN .snq4pd3-section-title {
  color: #000000;
}
.isJDRH-uFdCYw5swm {
  background-color: #121826;
}
.isJDRH-uFdCYw5swm .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdCYw5swm .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdCYw5swm .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #dfdfd8;
}
.isJDRH-uFdCYw5swm .row {
  align-items: center;
}
.isJDRH-uFdCYw5swm .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.isJDRH-uFdCYw5swm .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYw5swm .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYw5swm .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.isJDRH-uFdCYw5swm .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.isJDRH-uFdCYw5swm .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.isJDRH-uFdCYw5swm .navbar-brand .navbar-logo img {
  width: auto;
}
.isJDRH-uFdCYw5swm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.isJDRH-uFdCYw5swm .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFdCYw5swm .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYw5swm .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYw5swm .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCYw5swm .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.isJDRH-uFdCYw5swm .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.isJDRH-uFdCYw5swm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.isJDRH-uFdCYw5swm .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isJDRH-uFdCYw5swm .soc-item .snq4pd3-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.isJDRH-uFdCYw5swm .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYw5swm .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYw5swm .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.isJDRH-uFdCYw5swm .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYw5swm .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYw5swm .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.isJDRH-uFdCYw5swm .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYw5swm .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYw5swm .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.isJDRH-uFdCYw5swm .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYw5swm .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYw5swm .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCYw5swm .col-contacts {
    flex-wrap: wrap;
  }
}
.isJDRH-uFdCYw5swm .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYw5swm .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCYw5swm .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.isJDRH-uFdCYw5swm .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYw5swm .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCYw5swm .contact-container {
    width: 100%;
  }
}
.isJDRH-uFdCYw5swm .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #00c8ff;
}
.isJDRH-uFdCYw5swm .iconfont-wrapper .snq4pd3-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.isJDRH-uFdCYw5swm .contact-item {
  display: flex;
  align-items: flex-start;
}
.isJDRH-uFdCYw5swm .contact-item:not(:first-child) {
  margin-top: 20px;
}
.isJDRH-uFdCYw5swm .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.isJDRH-uFdCYw5swm .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #000000;
}
.isJDRH-uFdCYw5swm .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.isJDRH-uFdCYw5swm .copyright {
  color: #efefec;
}
.isJDRH-uFdCYw5swm .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.isJDRH-uFdCYw5swm .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFdCYw5swm .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFdCYX00SS {
  background-color: transparent;
}
.isJDRH-uFdCYX00SS .navbar-dropdown {
  background-color: #0a1f44 !important;
  padding: 0;
}
.isJDRH-uFdCYX00SS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a1f44 !important;
  background: #0a1f44;
}
.isJDRH-uFdCYX00SS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.isJDRH-uFdCYX00SS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYX00SS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .isJDRH-uFdCYX00SS .menu_box .navbar.opened,
  .isJDRH-uFdCYX00SS .menu_box .navbar-collapse {
    background-color: #0a1f44 !important;
    transition: all 0s ease 0s;
  }
}
.isJDRH-uFdCYX00SS .navbar-dropdown {
  position: relative !important;
}
.isJDRH-uFdCYX00SS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYX00SS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFdCYX00SS .snq4pd3-section-btn-main {
    margin-top: 1rem;
  }
}
.isJDRH-uFdCYX00SS .snq4pd3-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .isJDRH-uFdCYX00SS .snq4pd3-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .isJDRH-uFdCYX00SS .snq4pd3-section-btn-main .btn {
    margin-left: 0;
  }
}
.isJDRH-uFdCYX00SS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.isJDRH-uFdCYX00SS .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .isJDRH-uFdCYX00SS .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFdCYX00SS .nav-item {
    margin: 0 !important;
  }
}
.isJDRH-uFdCYX00SS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.isJDRH-uFdCYX00SS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00c8ff;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFdCYX00SS .nav-item .nav-link:hover,
.isJDRH-uFdCYX00SS .nav-item .nav-link:focus {
  color: #00c8ff !important;
}
.isJDRH-uFdCYX00SS .nav-item .nav-link:hover::before,
.isJDRH-uFdCYX00SS .nav-item .nav-link:focus::before {
  width: 100%;
}
.isJDRH-uFdCYX00SS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .isJDRH-uFdCYX00SS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .isJDRH-uFdCYX00SS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .isJDRH-uFdCYX00SS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .isJDRH-uFdCYX00SS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .isJDRH-uFdCYX00SS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .isJDRH-uFdCYX00SS .offcanvas_box {
    display: none;
  }
}
.isJDRH-uFdCYX00SS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.isJDRH-uFdCYX00SS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.isJDRH-uFdCYX00SS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.isJDRH-uFdCYX00SS .container {
  display: flex;
  margin: auto;
}
.isJDRH-uFdCYX00SS .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.isJDRH-uFdCYX00SS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.isJDRH-uFdCYX00SS .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .isJDRH-uFdCYX00SS .navbar-nav {
    margin: 0;
  }
}
.isJDRH-uFdCYX00SS .dropdown-menu,
.isJDRH-uFdCYX00SS .navbar.opened {
  background-color: false !important;
}
.isJDRH-uFdCYX00SS .nav-item:focus,
.isJDRH-uFdCYX00SS .nav-link:focus {
  outline: none;
}
.isJDRH-uFdCYX00SS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFdCYX00SS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.isJDRH-uFdCYX00SS .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.isJDRH-uFdCYX00SS .dropdown .dropdown-menu .dropdown-item .snq4pd3-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.isJDRH-uFdCYX00SS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.isJDRH-uFdCYX00SS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.isJDRH-uFdCYX00SS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .isJDRH-uFdCYX00SS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.isJDRH-uFdCYX00SS .navbar.opened {
  transition: all 0.3s;
}
.isJDRH-uFdCYX00SS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.isJDRH-uFdCYX00SS .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.isJDRH-uFdCYX00SS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.isJDRH-uFdCYX00SS .navbar.collapsed {
  justify-content: center;
}
.isJDRH-uFdCYX00SS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.isJDRH-uFdCYX00SS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.isJDRH-uFdCYX00SS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.isJDRH-uFdCYX00SS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.isJDRH-uFdCYX00SS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.isJDRH-uFdCYX00SS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.isJDRH-uFdCYX00SS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYX00SS .navbar .nav-item {
    padding: .5rem 0;
  }
  .isJDRH-uFdCYX00SS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .isJDRH-uFdCYX00SS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .isJDRH-uFdCYX00SS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .isJDRH-uFdCYX00SS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .isJDRH-uFdCYX00SS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .isJDRH-uFdCYX00SS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .isJDRH-uFdCYX00SS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .isJDRH-uFdCYX00SS .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .isJDRH-uFdCYX00SS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .isJDRH-uFdCYX00SS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .isJDRH-uFdCYX00SS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .isJDRH-uFdCYX00SS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .isJDRH-uFdCYX00SS .navbar .icons-menu {
    padding: 0;
  }
}
.isJDRH-uFdCYX00SS .navbar.navbar-short {
  min-height: 60px;
}
.isJDRH-uFdCYX00SS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.isJDRH-uFdCYX00SS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.isJDRH-uFdCYX00SS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.isJDRH-uFdCYX00SS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.isJDRH-uFdCYX00SS .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFdCYX00SS .dropdown-item.active,
.isJDRH-uFdCYX00SS .dropdown-item:active {
  background-color: transparent;
}
.isJDRH-uFdCYX00SS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.isJDRH-uFdCYX00SS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.isJDRH-uFdCYX00SS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.isJDRH-uFdCYX00SS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.isJDRH-uFdCYX00SS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.isJDRH-uFdCYX00SS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.isJDRH-uFdCYX00SS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a1f44;
  background: #c3e8ff;
}
.isJDRH-uFdCYX00SS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1f44;
}
.isJDRH-uFdCYX00SS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.isJDRH-uFdCYX00SS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFdCYX00SS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.isJDRH-uFdCYX00SS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.isJDRH-uFdCYX00SS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFdCYX00SS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.isJDRH-uFdCYX00SS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.isJDRH-uFdCYX00SS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.isJDRH-uFdCYX00SS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.isJDRH-uFdCYX00SS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .isJDRH-uFdCYX00SS .navbar {
    height: 70px;
  }
  .isJDRH-uFdCYX00SS .navbar.opened {
    height: auto;
  }
  .isJDRH-uFdCYX00SS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.isJDRH-uFdCYX00SS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.isJDRH-uFdCYX00SS .navbar-caption:hover {
  color: #00c8ff;
}
@media (min-width: 992px) {
  .isJDRH-uFdCYX00SS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.isJDRH-uFdCYX00SS .text_widget {
  margin-bottom: 32px;
}
.isJDRH-uFdCYX00SS .text_widget a {
  transition: all 0.3s ease-out;
}
.isJDRH-uFdCYX00SS .text_widget a:hover,
.isJDRH-uFdCYX00SS .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .isJDRH-uFdCYX00SS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.isJDRH-uFdCYX00SS .contacts-wrapper {
  min-width: 200px;
}
.isJDRH-uFdCYX00SS .contacts-wrapper .snq4pd3-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFdCYX00SS .contacts-wrapper .snq4pd3-phone:hover,
.isJDRH-uFdCYX00SS .contacts-wrapper .snq4pd3-phone:focus {
  color: #00c8ff;
}
.isJDRH-uFdCYX00SS .contacts-wrapper .snq4pd3-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.isJDRH-uFdCYX00SS .contacts-wrapper .snq4pd3-email:hover,
.isJDRH-uFdCYX00SS .contacts-wrapper .snq4pd3-email:focus {
  color: #00c8ff;
}
.isJDRH-uFdCYX00SS .navbar-caption {
  color: #ff8576;
}
.isJDRH-uFdCYX00SS .snq4pd3-phone {
  color: #ffffff;
}
.isJDRH-uFdCYX00SS .snq4pd3-email {
  color: #ffffff;
}
.isJDRH-uFdCYX00SS .snq4pd3-section-subtitle,
.isJDRH-uFdCYX00SS .text_widget,
.isJDRH-uFdCYX00SS .snq4pd3-section-btn {
  text-align: center;
}
.isJDRH-uFdCYX00SS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.isJDRH-uFdCYXYVYW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.isJDRH-uFdCYXYVYW .snq4pd3-text {
  color: #000000;
}
.isJDRH-uFdCYXYVYW .snq4pd3-section-subtitle {
  color: #000000;
}
.isJDRH-uFdCYXYVYW .snq4pd3-section-title {
  color: #000000;
}
.isJDRH-uFdCYYF5vr {
  background-color: #121826;
}
.isJDRH-uFdCYYF5vr .snq4pd3-fallback-image.disabled {
  display: none;
}
.isJDRH-uFdCYYF5vr .snq4pd3-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.isJDRH-uFdCYYF5vr .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #dfdfd8;
}
.isJDRH-uFdCYYF5vr .row {
  align-items: center;
}
.isJDRH-uFdCYYF5vr .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.isJDRH-uFdCYYF5vr .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYYF5vr .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYYF5vr .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.isJDRH-uFdCYYF5vr .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.isJDRH-uFdCYYF5vr .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.isJDRH-uFdCYYF5vr .navbar-brand .navbar-logo img {
  width: auto;
}
.isJDRH-uFdCYYF5vr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.isJDRH-uFdCYYF5vr .navbar-brand .navbar-logo a {
  outline: none;
}
.isJDRH-uFdCYYF5vr .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYYF5vr .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYYF5vr .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCYYF5vr .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.isJDRH-uFdCYYF5vr .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.isJDRH-uFdCYYF5vr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.isJDRH-uFdCYYF5vr .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isJDRH-uFdCYYF5vr .soc-item .snq4pd3-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.isJDRH-uFdCYYF5vr .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYYF5vr .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYYF5vr .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.isJDRH-uFdCYYF5vr .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYYF5vr .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYYF5vr .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.isJDRH-uFdCYYF5vr .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYYF5vr .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYYF5vr .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.isJDRH-uFdCYYF5vr .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYYF5vr .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .isJDRH-uFdCYYF5vr .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCYYF5vr .col-contacts {
    flex-wrap: wrap;
  }
}
.isJDRH-uFdCYYF5vr .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYYF5vr .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCYYF5vr .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.isJDRH-uFdCYYF5vr .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .isJDRH-uFdCYYF5vr .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .isJDRH-uFdCYYF5vr .contact-container {
    width: 100%;
  }
}
.isJDRH-uFdCYYF5vr .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #00c8ff;
}
.isJDRH-uFdCYYF5vr .iconfont-wrapper .snq4pd3-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.isJDRH-uFdCYYF5vr .contact-item {
  display: flex;
  align-items: flex-start;
}
.isJDRH-uFdCYYF5vr .contact-item:not(:first-child) {
  margin-top: 20px;
}
.isJDRH-uFdCYYF5vr .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.isJDRH-uFdCYYF5vr .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #000000;
}
.isJDRH-uFdCYYF5vr .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.isJDRH-uFdCYYF5vr .copyright {
  color: #efefec;
}
.isJDRH-uFdCYYF5vr .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.isJDRH-uFdCYYF5vr .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}
.isJDRH-uFdCYYF5vr .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #00c8ff 27%, #00c8ff 50%, #00c8ff 79%);
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: fadeOut 0.3s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */

.ttc-form {
  background: #e0e5ec;
  padding: 40px;
  border-radius: 20px;
  box-shadow:  9px 9px 16px #a3b1c6, -9px -9px 16px #ffffff;
  font-family: 'Segoe UI', sans-serif;
}
.ttc-form input,
.ttc-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: none;
  border-radius: 10px;
  background: #e0e5ec;
  box-shadow: inset 5px 5px 10px #a3b1c6, inset -5px -5px 10px #ffffff;
  font-size: 15px;
}
.ttc-form input:focus,
.ttc-form textarea:focus {
  box-shadow: inset 3px 3px 6px #a3b1c6, inset -3px -3px 6px #ffffff;
  outline: none;
}
.ttc-form button {
  background: #e0e5ec;
  color: #333;
  border: none;
  padding: 15px 30px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #a3b1c6, -5px -5px 10px #ffffff;
  cursor: pointer;
}
.ttc-form button:hover {
  box-shadow: inset 5px 5px 10px #a3b1c6, inset -5px -5px 10px #ffffff;
}