.btn {
  border-width: 2px;
}
body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .template-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.2rem;
  line-height: 1.3;
}
.display-2 > .template-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .template-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .template-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .template-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #efffff !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #029a9a !important;
}
.bg-warning {
  background-color: #61f4f4 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #94f8f8 !important;
  border-color: #94f8f8 !important;
  color: #000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #009898 !important;
  background-color: #98ffff !important;
  border-color: #98ffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #00efef !important;
  background-color: #98ffff !important;
  border-color: #98ffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #94f8f8 !important;
  border-color: #94f8f8 !important;
  color: #098484 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #033333 !important;
  background-color: #43f3f3 !important;
  border-color: #43f3f3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #098484 !important;
  background-color: #43f3f3 !important;
  border-color: #43f3f3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #029a9a !important;
  border-color: #029a9a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #014444 !important;
  border-color: #014444 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #014444 !important;
  border-color: #014444 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #61f4f4 !important;
  border-color: #61f4f4 !important;
  color: #065050 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #11eeee !important;
  border-color: #11eeee !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #065050 !important;
  background-color: #11eeee !important;
  border-color: #11eeee !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #efffff;
  color: #efffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #98ffff !important;
  background-color: transparent!important;
  border-color: #98ffff !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #00efef !important;
  background-color: #efffff !important;
  border-color: #efffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #94f8f8;
  color: #94f8f8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #43f3f3 !important;
  background-color: transparent!important;
  border-color: #43f3f3 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #098484 !important;
  background-color: #94f8f8 !important;
  border-color: #94f8f8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #029a9a;
  color: #029a9a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #014444 !important;
  background-color: transparent!important;
  border-color: #014444 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #029a9a !important;
  border-color: #029a9a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #61f4f4;
  color: #61f4f4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #11eeee !important;
  background-color: transparent!important;
  border-color: #11eeee !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #065050 !important;
  background-color: #61f4f4 !important;
  border-color: #61f4f4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #efffff !important;
}
.text-secondary {
  color: #94f8f8 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #029a9a !important;
}
.text-warning {
  color: #61f4f4 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #89ffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #34f2f2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #013535 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #10dfdf !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #efffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #029a9a;
}
.alert-warning {
  background-color: #61f4f4;
}
.alert-danger {
  background-color: #000000;
}
.template-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.template-gallery-filter li a {
  border-radius: 100px !important;
}
.template-gallery-filter li.active .btn {
  background-color: #efffff;
  border-color: #efffff;
  color: #09ffff;
}
.template-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #efffff;
}
.template-plan-header.bg-primary .template-plan-subtitle,
.template-plan-header.bg-primary .template-plan-price-desc {
  color: #ffffff;
}
.template-plan-header.bg-success .template-plan-subtitle,
.template-plan-header.bg-success .template-plan-price-desc {
  color: #ffffff;
}
.template-plan-header.bg-info .template-plan-subtitle,
.template-plan-header.bg-info .template-plan-price-desc {
  color: #1ffcfc;
}
.template-plan-header.bg-warning .template-plan-subtitle,
.template-plan-header.bg-warning .template-plan-price-desc {
  color: #ffffff;
}
.template-plan-header.bg-danger .template-plan-subtitle,
.template-plan-header.bg-danger .template-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .template-iconfont {
  font-size: 1.5rem;
}
.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: #efffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .template-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #efffff;
}
/* Forms */
.template-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.template-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.template-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.template-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: #efffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #efffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #efffff;
  border-bottom-color: #efffff;
}
.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: #efffff !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: #94f8f8 !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='%23efffff' %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;
}
.template-section-btn .btn,
.template-section-btn-main .btn {
  max-height: 57px;
  padding: 12px 36px 12px;
  transition: all .3s ease;
}
.template-section-btn .btn-primary-outline,
.template-section-btn-main .btn-primary-outline {
  border: 1px solid #efffff;
}
.template-section-btn .btn-primary-outline:hover,
.template-section-btn-main .btn-primary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #efffff !important;
  color: #029a9a !important;
}
.template-section-btn .btn-secondary-outline,
.template-section-btn-main .btn-secondary-outline {
  border: 1px solid #94f8f8;
}
.template-section-btn .btn-secondary-outline:hover,
.template-section-btn-main .btn-secondary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #94f8f8 !important;
  color: #efffff !important;
}
.template-section-btn .btn-success-outline,
.template-section-btn-main .btn-success-outline {
  border: 1px solid #ffffff;
}
.template-section-btn .btn-success-outline:hover,
.template-section-btn-main .btn-success-outline:hover {
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
  color: #efffff !important;
}
.template-section-btn .btn-info-outline,
.template-section-btn-main .btn-info-outline {
  border: 1px solid #029a9a;
}
.template-section-btn .btn-info-outline:hover,
.template-section-btn-main .btn-info-outline:hover {
  box-shadow: inset 0 -100px 0 0 #029a9a !important;
  color: #efffff !important;
}
.template-section-btn .btn-warning-outline,
.template-section-btn-main .btn-warning-outline {
  border: 1px solid #61f4f4;
}
.template-section-btn .btn-warning-outline:hover,
.template-section-btn-main .btn-warning-outline:hover {
  box-shadow: inset 0 -100px 0 0 #61f4f4 !important;
  color: #029a9a !important;
}
.template-section-btn .btn-danger-outline,
.template-section-btn-main .btn-danger-outline {
  border: 1px solid #000000;
}
.template-section-btn .btn-danger-outline:hover,
.template-section-btn-main .btn-danger-outline:hover {
  box-shadow: inset 0 -100px 0 0 #000000 !important;
  color: #efffff !important;
}
.SSBZyd-uO2h4SqQYh .navbar-dropdown {
  position: relative !important;
}
.SSBZyd-uO2h4SqQYh .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .SSBZyd-uO2h4SqQYh .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.SSBZyd-uO2h4SqQYh .iconfont-wrapper {
  color: #029a9a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .SSBZyd-uO2h4SqQYh .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.SSBZyd-uO2h4SqQYh .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .SSBZyd-uO2h4SqQYh .container {
    padding: 0 1rem;
  }
}
.SSBZyd-uO2h4SqQYh .menu-tite {
  background: #efffff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #029a9a;
}
.SSBZyd-uO2h4SqQYh .nav-link {
  position: relative;
}
.SSBZyd-uO2h4SqQYh .nav-link:hover {
  color: #029a9a !important;
}
.SSBZyd-uO2h4SqQYh .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.SSBZyd-uO2h4SqQYh .navbar.opened {
  transition: all 0.3s;
}
.SSBZyd-uO2h4SqQYh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.SSBZyd-uO2h4SqQYh .navbar .navbar-logo img {
  width: auto;
}
.SSBZyd-uO2h4SqQYh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed {
  justify-content: center;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .SSBZyd-uO2h4SqQYh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .SSBZyd-uO2h4SqQYh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SSBZyd-uO2h4SqQYh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SSBZyd-uO2h4SqQYh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short {
  min-height: 60px;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:before {
  font-family: contrast2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.SSBZyd-uO2h4SqQYh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:hover,
.SSBZyd-uO2h4SqQYh .dropdown-item:focus {
  background: #efffff !important;
  color: white !important;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.SSBZyd-uO2h4SqQYh .dropdown-menu,
.SSBZyd-uO2h4SqQYh .navbar.opened {
  background: #ffffff !important;
}
.SSBZyd-uO2h4SqQYh .nav-item:focus,
.SSBZyd-uO2h4SqQYh .nav-link:focus {
  outline: none;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item .template-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item .template-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SSBZyd-uO2h4SqQYh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SSBZyd-uO2h4SqQYh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.SSBZyd-uO2h4SqQYh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.SSBZyd-uO2h4SqQYh .navbar-brand .navbar-logo a {
  outline: none;
}
.SSBZyd-uO2h4SqQYh .dropdown-item.active,
.SSBZyd-uO2h4SqQYh .dropdown-item:active {
  background-color: transparent;
}
.SSBZyd-uO2h4SqQYh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SSBZyd-uO2h4SqQYh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SSBZyd-uO2h4SqQYh ul.navbar-nav {
  flex-wrap: wrap;
}
.SSBZyd-uO2h4SqQYh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh .navbar-dropdown {
  padding: 0 1rem;
}
.SSBZyd-uO2h4SqQYh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSBZyd-uO2h4SqQYh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .SSBZyd-uO2h4SqQYh .navbar {
    height: 70px;
  }
  .SSBZyd-uO2h4SqQYh .navbar.opened {
    height: auto;
  }
  .SSBZyd-uO2h4SqQYh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SSBZyd-uO2hbKTzCE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efffff;
}
.SSBZyd-uO2hbKTzCE .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2hbKTzCE .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2hbKTzCE .container {
  padding-left: 10px;
  padding-right: 10px;
}
.SSBZyd-uO2hbKTzCE .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.SSBZyd-uO2hbKTzCE .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.SSBZyd-uO2hbKTzCE .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .SSBZyd-uO2hbKTzCE .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .SSBZyd-uO2hbKTzCE .col-img {
    padding: 30px !important;
  }
}
.SSBZyd-uO2hbKTzCE .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.SSBZyd-uO2hbKTzCE .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .SSBZyd-uO2hbKTzCE .text-wrapper {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO2hbKTzCE .template-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.SSBZyd-uO2hbKTzCE .template-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
  text-align: center;
}
.SSBZyd-uO2hbKTzCE .template-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.SSBZyd-uO2hbKTzCE .template-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .SSBZyd-uO2hbKTzCE .template-text {
    padding-right: 0;
  }
}
.SSBZyd-uO2hbKTzCE .template-section-btn {
  margin-top: 20px;
}
.SSBZyd-uO2hbKTzCE .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .SSBZyd-uO2hbKTzCE .social-container {
    padding-top: 40px;
  }
}
.SSBZyd-uO2hbKTzCE .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.SSBZyd-uO2hbKTzCE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.SSBZyd-uO2hbKTzCE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  transition: 0.4s all;
}
.SSBZyd-uO2hbKTzCE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.SSBZyd-uO2hbKTzCE .soc-item .template-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.SSBZyd-uO2hbKTzCE .soc-item:hover {
  transform: translateY(-3px);
}
.SSBZyd-uO2hbKTzCE .soc-item:hover:before {
  opacity: 1;
}
.SSBZyd-uO2hbKTzCE .soc-item a {
  animation: none;
}
.SSBZyd-uO2hbKTzCE .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #94f8f8, #0fe9e9);
  box-shadow: 10px 10px 19px #bbbbbb, -10px -10px 19px #bbbbbb;
}
.SSBZyd-uO2hbKTzCE .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.SSBZyd-uO2hbKTzCE .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.SSBZyd-uO2hbKTzCE .template-text,
.SSBZyd-uO2hbKTzCE .template-section-btn {
  color: #000000;
  text-align: center;
}
.SSBZyd-uO2iHnzs1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efffff;
  background-image: linear-gradient(135deg, #94f8f8 10%, #efffff 80%, #ffffff 130%);
}
.SSBZyd-uO2iHnzs1k .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2iHnzs1k .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2iHnzs1k .row {
  justify-content: center;
}
.SSBZyd-uO2iHnzs1k .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.SSBZyd-uO2iHnzs1k .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.SSBZyd-uO2iHnzs1k .content-wrapper .template-section-title {
  margin-bottom: 22px;
}
.SSBZyd-uO2iHnzs1k .content-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .SSBZyd-uO2iHnzs1k .content-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO2iHnzs1k .content-wrapper .template-section-btn {
  margin-top: 32px;
}
.SSBZyd-uO2iHnzs1k .content-wrapper .template-section-btn .template-section-title {
  margin-top: 22px;
}
.SSBZyd-uO2iHnzs1k .template-section-title {
  color: #ffffff;
}
.SSBZyd-uO2iHnzs1k .template-text,
.SSBZyd-uO2iHnzs1k .text-wrapper {
  color: #000000;
  text-align: center;
}
.SSBZyd-uO2iHnzs1k .template-section-title,
.SSBZyd-uO2iHnzs1k .template-section-btn,
.SSBZyd-uO2iHnzs1k .logo-wrapper {
  text-align: center;
  color: #000000;
}
.SSBZyd-uO2hB4FDGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.SSBZyd-uO2hB4FDGr::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#94f8f8 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.SSBZyd-uO2hB4FDGr .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2hB4FDGr .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2hB4FDGr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2hB4FDGr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO2hB4FDGr .container {
    padding: 0 24px;
  }
}
.SSBZyd-uO2hB4FDGr .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.SSBZyd-uO2hB4FDGr .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2hB4FDGr .title-wrapper {
    margin-bottom: 32px;
  }
}
.SSBZyd-uO2hB4FDGr .title-wrapper .template-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .SSBZyd-uO2hB4FDGr .title-wrapper .template-section-title {
    width: 100%;
  }
}
.SSBZyd-uO2hB4FDGr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2hB4FDGr .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO2hB4FDGr .items-wrapper .item {
    margin-bottom: 48px;
  }
  .SSBZyd-uO2hB4FDGr .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.SSBZyd-uO2hB4FDGr .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.SSBZyd-uO2hB4FDGr .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.SSBZyd-uO2hB4FDGr .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-bottom: 24px;
}
.SSBZyd-uO2hB4FDGr .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.SSBZyd-uO2hB4FDGr .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.SSBZyd-uO2hB4FDGr .template-section-title {
  color: #141414;
}
.SSBZyd-uO2hB4FDGr .card-price {
  color: #029a9a;
  text-align: center;
}
.SSBZyd-uO2hB4FDGr .card-title {
  color: #141414;
}
.SSBZyd-uO2hB4FDGr .card-text {
  color: #141414;
  text-align: center;
}
.SSBZyd-uO2hB4FDGr .card-title,
.SSBZyd-uO2hB4FDGr .template-section-btn {
  text-align: center;
}
.SSBZyd-uO2hB4FDGr .template-section-title,
.SSBZyd-uO2hB4FDGr .title-wrapper {
  text-align: left;
}
.SSBZyd-uO2i5JnsW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efffff;
}
.SSBZyd-uO2i5JnsW4 .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2i5JnsW4 .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .SSBZyd-uO2i5JnsW4 .container {
    padding: 0 20px;
  }
}
.SSBZyd-uO2i5JnsW4 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .SSBZyd-uO2i5JnsW4 .title-wrapper {
    margin-bottom: 50px;
  }
}
.SSBZyd-uO2i5JnsW4 .title-wrapper .template-section-title {
  padding-right: 80px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2i5JnsW4 .title-wrapper .template-section-title {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.SSBZyd-uO2i5JnsW4 .title-wrapper .image-wrapper {
  position: relative;
}
.SSBZyd-uO2i5JnsW4 .title-wrapper .image-wrapper .blur-wrap {
  position: absolute;
  top: 2rem;
  left: 0;
  background-image: linear-gradient(-120deg, #efffff 50%, #61f4f4 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.SSBZyd-uO2i5JnsW4 .title-wrapper .image-wrapper img {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .SSBZyd-uO2i5JnsW4 .title-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.SSBZyd-uO2i5JnsW4 .text-wrapper .template-text {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2i5JnsW4 .text-wrapper .template-text {
    margin-bottom: 50px;
  }
}
.SSBZyd-uO2i5JnsW4 .row.cards .card {
  margin-bottom: 50px;
  padding-left: 0;
}
.SSBZyd-uO2i5JnsW4 .row.cards .card:first-child {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2i5JnsW4 .row.cards .card:first-child {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO2i5JnsW4 .row.cards .card {
    margin-bottom: 32px;
  }
}
.SSBZyd-uO2i5JnsW4 .row.cards .card .card-wrap .template-number {
  margin-bottom: 16px;
}
.SSBZyd-uO2i5JnsW4 .row.cards .card .card-wrap .template-desc {
  margin-bottom: 0;
}
.SSBZyd-uO2i5JnsW4 .row.cards .card .card-wrap a:hover .template-link {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.SSBZyd-uO2i5JnsW4 .row.cards .card .card-wrap a .template-link {
  opacity: .5;
  margin-bottom: 0;
}
.SSBZyd-uO2i5JnsW4 .template-section-title {
  color: #000000;
}
.SSBZyd-uO2i5JnsW4 .template-text {
  color: #000000;
}
.SSBZyd-uO2i5JnsW4 .template-number {
  color: #029a9a;
  text-align: center;
}
.SSBZyd-uO2i5JnsW4 .template-desc {
  color: #000000;
}
.SSBZyd-uO2i5JnsW4 .template-link {
  color: #000000;
}
.SSBZyd-uO2mi4I8D8 {
  overflow: hidden;
  background-color: #ffffff;
}
.SSBZyd-uO2mi4I8D8 .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2mi4I8D8 .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2mi4I8D8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2mi4I8D8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO2mi4I8D8 .container {
    padding: 0 24px;
  }
}
.SSBZyd-uO2mi4I8D8 .row {
  justify-content: center;
}
.SSBZyd-uO2mi4I8D8 .content-wrapper {
  position: relative;
  z-index: 1;
}
.SSBZyd-uO2mi4I8D8 .content-wrapper .template-section-title {
  margin-bottom: 32px;
}
.SSBZyd-uO2mi4I8D8 .content-wrapper .text-wrapper .template-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .SSBZyd-uO2mi4I8D8 .content-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO2mi4I8D8 .content-wrapper .template-section-btn {
  margin-top: 22px;
}
.SSBZyd-uO2mi4I8D8 .content-wrapper .template-section-btn .btn::before {
  background-image: linear-gradient(90deg, #94f8f8 0%, transparent 100%);
}
.SSBZyd-uO2mi4I8D8 .content-wrapper .template-section-btn .btn:hover,
.SSBZyd-uO2mi4I8D8 .content-wrapper .template-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #0fe9e9 !important;
  border-color: #0fe9e9 !important;
}
.SSBZyd-uO2mi4I8D8 .decor-wrapper {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.SSBZyd-uO2mi4I8D8 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.SSBZyd-uO2mi4I8D8 .decor-wrapper .decor_1 {
  background-color: #efffff;
}
.SSBZyd-uO2mi4I8D8 .decor-wrapper .decor_2 {
  background-color: #ffffff;
}
.SSBZyd-uO2mi4I8D8 .decor-wrapper .decor_3 {
  background-color: #efffff;
}
.SSBZyd-uO2mi4I8D8 .decor-wrapper .decor_4 {
  background-color: #efffff;
}
.SSBZyd-uO2mi4I8D8 .image-wrapper {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2mi4I8D8 .image-wrapper {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.SSBZyd-uO2mi4I8D8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
.SSBZyd-uO2mi4I8D8 .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  border-radius: .75rem;
  pointer-events: none;
}
.SSBZyd-uO2mi4I8D8 .template-section-title {
  color: #141414;
}
.SSBZyd-uO2mi4I8D8 .template-text {
  color: #141414;
}
.SSBZyd-uO2mi4I8D8 .template-text,
.SSBZyd-uO2mi4I8D8 .text-wrapper {
  color: #000000;
}
.SSBZyd-uO2mi4I8D8 .template-section-title,
.SSBZyd-uO2mi4I8D8 .template-section-btn {
  color: #000000;
}
.SSBZyd-uO2mJEtfXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efffff;
}
.SSBZyd-uO2mJEtfXp .row {
  position: relative;
}
.SSBZyd-uO2mJEtfXp .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #94f8f8 50%, #efffff);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .SSBZyd-uO2mJEtfXp .row .blur-circle {
    display: none;
  }
}
.SSBZyd-uO2mJEtfXp .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2mJEtfXp .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2mJEtfXp .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2mJEtfXp .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .SSBZyd-uO2mJEtfXp .row {
    padding: 0 24px;
  }
}
.SSBZyd-uO2mJEtfXp .title {
  display: flex;
  align-items: center;
}
.SSBZyd-uO2mJEtfXp .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .SSBZyd-uO2mJEtfXp .title-wrapper {
    margin-bottom: 32px;
  }
}
.SSBZyd-uO2mJEtfXp .title-wrapper .template-section-title {
  margin-bottom: 10px;
}
.SSBZyd-uO2mJEtfXp .title-wrapper .template-section-title span {
  position: relative;
  z-index: 1;
}
.SSBZyd-uO2mJEtfXp .title-wrapper .template-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #94f8f8;
  z-index: -1;
}
.SSBZyd-uO2mJEtfXp .title-wrapper .template-text {
  margin-bottom: 0;
}
.SSBZyd-uO2mJEtfXp .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #ffffff;
  z-index: 2;
}
.SSBZyd-uO2mJEtfXp .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #efffff;
  border-radius: 100%;
  margin-right: 16px;
}
.SSBZyd-uO2mJEtfXp .card .card-number .template-number {
  margin-bottom: 0;
}
.SSBZyd-uO2mJEtfXp .card .template-card-title {
  margin-bottom: 0;
  width: 80%;
}
.SSBZyd-uO2mJEtfXp .template-section-title {
  color: #f4efe8;
}
.SSBZyd-uO2mJEtfXp .template-text {
  color: #000000;
  text-align: center;
}
.SSBZyd-uO2mJEtfXp .template-number {
  color: #111111;
}
.SSBZyd-uO2mJEtfXp .template-card-title {
  color: #111111;
}
.SSBZyd-uO2mJEtfXp .template-section-btn {
  margin-top: 20px;
}
.SSBZyd-uO2mJEtfXp .template-section-title,
.SSBZyd-uO2mJEtfXp .template-section-btn {
  color: #000000;
  text-align: center;
}
.SSBZyd-uO4FUxzYR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #adffff;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO4FUxzYR6 .row {
  justify-content: center;
}
.SSBZyd-uO4FUxzYR6 .main-content {
  background-color: #efffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO4FUxzYR6 .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:hover,
.SSBZyd-uO4FUxzYR6 .list .item-wrap:focus {
  transform: translateX(14px);
}
.SSBZyd-uO4FUxzYR6 .template-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.SSBZyd-uO4FUxzYR6 .template-section-title {
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .template-text {
  color: #151e11;
}
.SSBZyd-uO2h4SqQYh .navbar-dropdown {
  position: relative !important;
}
.SSBZyd-uO2h4SqQYh .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .SSBZyd-uO2h4SqQYh .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.SSBZyd-uO2h4SqQYh .iconfont-wrapper {
  color: #029a9a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .SSBZyd-uO2h4SqQYh .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.SSBZyd-uO2h4SqQYh .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .SSBZyd-uO2h4SqQYh .container {
    padding: 0 1rem;
  }
}
.SSBZyd-uO2h4SqQYh .menu-tite {
  background: #efffff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #029a9a;
}
.SSBZyd-uO2h4SqQYh .nav-link {
  position: relative;
}
.SSBZyd-uO2h4SqQYh .nav-link:hover {
  color: #029a9a !important;
}
.SSBZyd-uO2h4SqQYh .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.SSBZyd-uO2h4SqQYh .navbar.opened {
  transition: all 0.3s;
}
.SSBZyd-uO2h4SqQYh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.SSBZyd-uO2h4SqQYh .navbar .navbar-logo img {
  width: auto;
}
.SSBZyd-uO2h4SqQYh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed {
  justify-content: center;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .SSBZyd-uO2h4SqQYh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .SSBZyd-uO2h4SqQYh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SSBZyd-uO2h4SqQYh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SSBZyd-uO2h4SqQYh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short {
  min-height: 60px;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:before {
  font-family: contrast2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.SSBZyd-uO2h4SqQYh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:hover,
.SSBZyd-uO2h4SqQYh .dropdown-item:focus {
  background: #efffff !important;
  color: white !important;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.SSBZyd-uO2h4SqQYh .dropdown-menu,
.SSBZyd-uO2h4SqQYh .navbar.opened {
  background: #ffffff !important;
}
.SSBZyd-uO2h4SqQYh .nav-item:focus,
.SSBZyd-uO2h4SqQYh .nav-link:focus {
  outline: none;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item .template-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item .template-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SSBZyd-uO2h4SqQYh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SSBZyd-uO2h4SqQYh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.SSBZyd-uO2h4SqQYh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.SSBZyd-uO2h4SqQYh .navbar-brand .navbar-logo a {
  outline: none;
}
.SSBZyd-uO2h4SqQYh .dropdown-item.active,
.SSBZyd-uO2h4SqQYh .dropdown-item:active {
  background-color: transparent;
}
.SSBZyd-uO2h4SqQYh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SSBZyd-uO2h4SqQYh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SSBZyd-uO2h4SqQYh ul.navbar-nav {
  flex-wrap: wrap;
}
.SSBZyd-uO2h4SqQYh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh .navbar-dropdown {
  padding: 0 1rem;
}
.SSBZyd-uO2h4SqQYh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSBZyd-uO2h4SqQYh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .SSBZyd-uO2h4SqQYh .navbar {
    height: 70px;
  }
  .SSBZyd-uO2h4SqQYh .navbar.opened {
    height: auto;
  }
  .SSBZyd-uO2h4SqQYh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SSBZyd-uO2rbwoprB {
  background-color: #efffff;
}
.SSBZyd-uO2rbwoprB .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2rbwoprB .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2rbwoprB .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .SSBZyd-uO2rbwoprB .content-wrapper {
    margin-bottom: 32px;
  }
}
.SSBZyd-uO2rbwoprB .content-wrapper .template-section-title {
  margin-bottom: 32px;
}
.SSBZyd-uO2rbwoprB .content-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2rbwoprB .content-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO2rbwoprB .content-wrapper .subtitle-wrapper {
  margin-bottom: 32px;
}
.SSBZyd-uO2rbwoprB .content-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .SSBZyd-uO2rbwoprB .content-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.SSBZyd-uO2rbwoprB .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #94f8f8;
}
@media (max-width: 992px) {
  .SSBZyd-uO2rbwoprB .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
    width: 4px;
  }
}
.SSBZyd-uO2rbwoprB .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap {
  padding: 10px 0;
}
.SSBZyd-uO2rbwoprB .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .template-section-subtitle {
  margin-bottom: 4px;
}
.SSBZyd-uO2rbwoprB .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .template-desc {
  margin-bottom: 0;
}
.SSBZyd-uO2rbwoprB .image-wrapper {
  position: relative;
}
.SSBZyd-uO2rbwoprB .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #94f8f8;
  pointer-events: none;
  transform: rotate(5deg);
  z-index: 2;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.SSBZyd-uO2rbwoprB .image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0fe9e9;
  pointer-events: none;
  transform: rotate(2deg);
  z-index: 1;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.SSBZyd-uO2rbwoprB .image-wrapper img {
  position: relative;
  height: 500px;
  object-fit: cover;
  z-index: 3;
}
@media (max-width: 992px) {
  .SSBZyd-uO2rbwoprB .image-wrapper img {
    height: 300px;
  }
}
.SSBZyd-uO2rbwoprB .template-section-title {
  color: #000c3f;
}
.SSBZyd-uO2rbwoprB .template-text,
.SSBZyd-uO2rbwoprB .text-wrapper {
  color: #000000;
  text-align: center;
}
.SSBZyd-uO2rbwoprB .template-section-subtitle {
  color: #000000;
  text-align: center;
}
.SSBZyd-uO2rbwoprB .template-desc {
  color: #000c3f;
  text-align: left;
}
.SSBZyd-uO2rbwoprB .template-section-title,
.SSBZyd-uO2rbwoprB .template-section-btn,
.SSBZyd-uO2rbwoprB .address-wrapper {
  color: #000000;
  text-align: center;
}
.SSBZyd-uO2rwYIknJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.SSBZyd-uO2rwYIknJ .row {
  position: relative;
}
.SSBZyd-uO2rwYIknJ .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #94f8f8 50%, #ffffff);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .SSBZyd-uO2rwYIknJ .row .blur-circle {
    display: none;
  }
}
.SSBZyd-uO2rwYIknJ .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2rwYIknJ .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2rwYIknJ .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2rwYIknJ .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .SSBZyd-uO2rwYIknJ .row {
    padding: 0 24px;
  }
}
.SSBZyd-uO2rwYIknJ .row {
  justify-content: center;
}
.SSBZyd-uO2rwYIknJ .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2rwYIknJ .title-wrapper {
    margin-bottom: 32px;
  }
}
.SSBZyd-uO2rwYIknJ .title-wrapper .template-section-title {
  margin-bottom: 10px;
}
.SSBZyd-uO2rwYIknJ .title-wrapper .template-section-title span {
  position: relative;
  z-index: 1;
}
.SSBZyd-uO2rwYIknJ .title-wrapper .template-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #94f8f8;
  z-index: -1;
}
.SSBZyd-uO2rwYIknJ .title-wrapper .template-text {
  margin-bottom: 0;
}
.SSBZyd-uO2rwYIknJ .card {
  position: relative;
  z-index: 1;
  padding: 64px;
  border-radius: 0;
}
.SSBZyd-uO2rwYIknJ .card .template-card-title {
  margin-bottom: 30px;
}
.SSBZyd-uO2rwYIknJ .card .template-card-text {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .SSBZyd-uO2rwYIknJ .card {
    padding: 32px;
  }
}
.SSBZyd-uO2rwYIknJ .card.first {
  border-right: 2px solid #029a9a;
  border-bottom: 2px solid #029a9a;
  border-bottom-right-radius: 16px;
}
.SSBZyd-uO2rwYIknJ .card.last {
  border-left: 2px solid #029a9a;
  border-top: 2px solid #029a9a;
  border-top-left-radius: 16px;
}
.SSBZyd-uO2rwYIknJ .template-section-title {
  color: #111111;
  text-align: center;
}
.SSBZyd-uO2rwYIknJ .template-text {
  color: #111111;
  text-align: center;
}
.SSBZyd-uO2rwYIknJ .template-card-title {
  color: #111111;
}
.SSBZyd-uO2rwYIknJ .template-card-text {
  color: #000000;
  text-align: center;
}
.SSBZyd-uO2rwYIknJ .template-card-title,
.SSBZyd-uO2rwYIknJ .template-section-btn {
  text-align: center;
}
.SSBZyd-uO2rtbwQRC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efffff;
}
.SSBZyd-uO2rtbwQRC .row {
  position: relative;
}
.SSBZyd-uO2rtbwQRC .row .blur-circle {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #adffff 50%, #ffffff);
  filter: blur(64px) blur(64px);
  z-index: 1;
  left: auto;
  right: 10%;
}
@media (max-width: 768px) {
  .SSBZyd-uO2rtbwQRC .row .blur-circle {
    display: none;
  }
}
.SSBZyd-uO2rtbwQRC .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2rtbwQRC .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2rtbwQRC .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2rtbwQRC .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .SSBZyd-uO2rtbwQRC .row {
    padding: 0 24px;
  }
}
.SSBZyd-uO2rtbwQRC .title {
  display: flex;
  align-items: center;
}
.SSBZyd-uO2rtbwQRC .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .SSBZyd-uO2rtbwQRC .title-wrapper {
    margin-bottom: 32px;
  }
}
.SSBZyd-uO2rtbwQRC .title-wrapper .template-section-title {
  margin-bottom: 32px;
}
.SSBZyd-uO2rtbwQRC .title-wrapper .template-section-title span {
  position: relative;
  z-index: 1;
}
.SSBZyd-uO2rtbwQRC .title-wrapper .template-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #94f8f8;
  z-index: -1;
}
.SSBZyd-uO2rtbwQRC .title-wrapper .template-text {
  margin: 0;
}
.SSBZyd-uO2rtbwQRC .image-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .SSBZyd-uO2rtbwQRC .image-wrapper {
    margin-bottom: 32px;
  }
}
.SSBZyd-uO2rtbwQRC .image-wrapper img {
  max-height: 500px;
  width: 70%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .SSBZyd-uO2rtbwQRC .image-wrapper img {
    width: 100%;
  }
}
.SSBZyd-uO2rtbwQRC .template-section-title {
  color: #000000;
  text-align: center;
}
.SSBZyd-uO2rtbwQRC .template-text {
  color: #000000;
}
.SSBZyd-uO2rzMrqHl {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.SSBZyd-uO2rzMrqHl .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2rzMrqHl .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2rzMrqHl .row {
  justify-content: space-between;
  background: linear-gradient(to top, #efffff, #94f8f8);
  align-items: center;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .SSBZyd-uO2rzMrqHl .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .SSBZyd-uO2rzMrqHl .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.SSBZyd-uO2rzMrqHl .container-fluid,
.SSBZyd-uO2rzMrqHl .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .SSBZyd-uO2rzMrqHl .container-fluid,
  .SSBZyd-uO2rzMrqHl .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .SSBZyd-uO2rzMrqHl .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.SSBZyd-uO2rzMrqHl .template-section-btn,
.SSBZyd-uO2rzMrqHl .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .SSBZyd-uO2rzMrqHl .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .SSBZyd-uO2rzMrqHl .image-wrapper {
    padding: 1.5rem;
  }
}
.SSBZyd-uO2rzMrqHl .template-section-title {
  color: #000000;
}
.SSBZyd-uO2rzMrqHl .template-text,
.SSBZyd-uO2rzMrqHl .template-section-btn {
  color: #000000;
}
.SSBZyd-uO2rzMrqHl .template-section-subtitle {
  color: #ffffff;
}
.SSBZyd-uO4FUxzYR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #adffff;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO4FUxzYR6 .row {
  justify-content: center;
}
.SSBZyd-uO4FUxzYR6 .main-content {
  background-color: #efffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO4FUxzYR6 .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:hover,
.SSBZyd-uO4FUxzYR6 .list .item-wrap:focus {
  transform: translateX(14px);
}
.SSBZyd-uO4FUxzYR6 .template-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.SSBZyd-uO4FUxzYR6 .template-section-title {
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .template-text {
  color: #151e11;
}
.SSBZyd-uO2h4SqQYh .navbar-dropdown {
  position: relative !important;
}
.SSBZyd-uO2h4SqQYh .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .SSBZyd-uO2h4SqQYh .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.SSBZyd-uO2h4SqQYh .iconfont-wrapper {
  color: #029a9a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .SSBZyd-uO2h4SqQYh .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.SSBZyd-uO2h4SqQYh .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .SSBZyd-uO2h4SqQYh .container {
    padding: 0 1rem;
  }
}
.SSBZyd-uO2h4SqQYh .menu-tite {
  background: #efffff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #029a9a;
}
.SSBZyd-uO2h4SqQYh .nav-link {
  position: relative;
}
.SSBZyd-uO2h4SqQYh .nav-link:hover {
  color: #029a9a !important;
}
.SSBZyd-uO2h4SqQYh .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.SSBZyd-uO2h4SqQYh .navbar.opened {
  transition: all 0.3s;
}
.SSBZyd-uO2h4SqQYh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.SSBZyd-uO2h4SqQYh .navbar .navbar-logo img {
  width: auto;
}
.SSBZyd-uO2h4SqQYh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed {
  justify-content: center;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .SSBZyd-uO2h4SqQYh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .SSBZyd-uO2h4SqQYh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SSBZyd-uO2h4SqQYh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SSBZyd-uO2h4SqQYh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short {
  min-height: 60px;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:before {
  font-family: contrast2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.SSBZyd-uO2h4SqQYh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:hover,
.SSBZyd-uO2h4SqQYh .dropdown-item:focus {
  background: #efffff !important;
  color: white !important;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.SSBZyd-uO2h4SqQYh .dropdown-menu,
.SSBZyd-uO2h4SqQYh .navbar.opened {
  background: #ffffff !important;
}
.SSBZyd-uO2h4SqQYh .nav-item:focus,
.SSBZyd-uO2h4SqQYh .nav-link:focus {
  outline: none;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item .template-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item .template-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SSBZyd-uO2h4SqQYh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SSBZyd-uO2h4SqQYh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.SSBZyd-uO2h4SqQYh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.SSBZyd-uO2h4SqQYh .navbar-brand .navbar-logo a {
  outline: none;
}
.SSBZyd-uO2h4SqQYh .dropdown-item.active,
.SSBZyd-uO2h4SqQYh .dropdown-item:active {
  background-color: transparent;
}
.SSBZyd-uO2h4SqQYh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SSBZyd-uO2h4SqQYh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SSBZyd-uO2h4SqQYh ul.navbar-nav {
  flex-wrap: wrap;
}
.SSBZyd-uO2h4SqQYh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh .navbar-dropdown {
  padding: 0 1rem;
}
.SSBZyd-uO2h4SqQYh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSBZyd-uO2h4SqQYh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .SSBZyd-uO2h4SqQYh .navbar {
    height: 70px;
  }
  .SSBZyd-uO2h4SqQYh .navbar.opened {
    height: auto;
  }
  .SSBZyd-uO2h4SqQYh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SSBZyd-uO2tn0xKZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efffff;
}
.SSBZyd-uO2tn0xKZQ .row {
  position: relative;
}
.SSBZyd-uO2tn0xKZQ .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #38f0f0 50%, #ffffff);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .SSBZyd-uO2tn0xKZQ .row .blur-circle {
    display: none;
  }
}
.SSBZyd-uO2tn0xKZQ .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2tn0xKZQ .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2tn0xKZQ .row {
  justify-content: center;
}
.SSBZyd-uO2tn0xKZQ .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2tn0xKZQ .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .SSBZyd-uO2tn0xKZQ .row {
    padding: 0 24px;
  }
}
.SSBZyd-uO2tn0xKZQ .image-card {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2tn0xKZQ .image-card {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.SSBZyd-uO2tn0xKZQ .text-card {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2tn0xKZQ .text-card {
    padding: 0 12px;
  }
}
.SSBZyd-uO2tn0xKZQ .row.row-wrapper {
  padding: 64px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.SSBZyd-uO2tn0xKZQ .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #029a9a;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .SSBZyd-uO2tn0xKZQ .row.row-wrapper {
    padding: 32px;
  }
}
.SSBZyd-uO2tn0xKZQ .row.row-wrapper .image-wrapper img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.SSBZyd-uO2tn0xKZQ .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .SSBZyd-uO2tn0xKZQ .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}
.SSBZyd-uO2tn0xKZQ .row.row-wrapper .text-wrapper .template-section-title {
  margin-bottom: 0;
}
.SSBZyd-uO2tn0xKZQ .row.row-wrapper .text-wrapper .template-section-title span {
  position: relative;
  z-index: 1;
}
.SSBZyd-uO2tn0xKZQ .row.row-wrapper .text-wrapper .template-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #94f8f8;
  z-index: -1;
}
.SSBZyd-uO2tn0xKZQ .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.SSBZyd-uO2tn0xKZQ .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.SSBZyd-uO2tn0xKZQ .row.row-wrapper .text-wrapper .link-wrapper .template-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.SSBZyd-uO2tn0xKZQ .row.row-wrapper .text-wrapper .template-text {
  margin: 30px 0 0 0;
}
.SSBZyd-uO2tn0xKZQ .template-section-title {
  color: #000000;
  text-align: center;
}
.SSBZyd-uO2tn0xKZQ .template-link {
  color: #029a9a;
}
.SSBZyd-uO2tn0xKZQ .template-text {
  color: #000000;
}
.SSBZyd-uO4yuAW99D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.SSBZyd-uO4yuAW99D::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#94f8f8 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.SSBZyd-uO4yuAW99D .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO4yuAW99D .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO4yuAW99D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4yuAW99D .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO4yuAW99D .container {
    padding: 0 24px;
  }
}
.SSBZyd-uO4yuAW99D .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.SSBZyd-uO4yuAW99D .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4yuAW99D .title-wrapper {
    margin-bottom: 32px;
  }
}
.SSBZyd-uO4yuAW99D .title-wrapper .template-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .SSBZyd-uO4yuAW99D .title-wrapper .template-section-title {
    width: 100%;
  }
}
.SSBZyd-uO4yuAW99D .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4yuAW99D .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO4yuAW99D .items-wrapper .item {
    margin-bottom: 48px;
  }
  .SSBZyd-uO4yuAW99D .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.SSBZyd-uO4yuAW99D .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.SSBZyd-uO4yuAW99D .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.SSBZyd-uO4yuAW99D .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-bottom: 24px;
}
.SSBZyd-uO4yuAW99D .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.SSBZyd-uO4yuAW99D .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.SSBZyd-uO4yuAW99D .template-section-title {
  color: #141414;
}
.SSBZyd-uO4yuAW99D .card-price {
  color: #029a9a;
  text-align: center;
}
.SSBZyd-uO4yuAW99D .card-title {
  color: #141414;
}
.SSBZyd-uO4yuAW99D .card-text {
  color: #141414;
  text-align: center;
}
.SSBZyd-uO4yuAW99D .card-title,
.SSBZyd-uO4yuAW99D .template-section-btn {
  text-align: center;
}
.SSBZyd-uO4yuAW99D .template-section-title,
.SSBZyd-uO4yuAW99D .title-wrapper {
  text-align: left;
}
.SSBZyd-uO4FUxzYR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #adffff;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO4FUxzYR6 .row {
  justify-content: center;
}
.SSBZyd-uO4FUxzYR6 .main-content {
  background-color: #efffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO4FUxzYR6 .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:hover,
.SSBZyd-uO4FUxzYR6 .list .item-wrap:focus {
  transform: translateX(14px);
}
.SSBZyd-uO4FUxzYR6 .template-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.SSBZyd-uO4FUxzYR6 .template-section-title {
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .template-text {
  color: #151e11;
}
.SSBZyd-uO2h4SqQYh .navbar-dropdown {
  position: relative !important;
}
.SSBZyd-uO2h4SqQYh .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .SSBZyd-uO2h4SqQYh .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.SSBZyd-uO2h4SqQYh .iconfont-wrapper {
  color: #029a9a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .SSBZyd-uO2h4SqQYh .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.SSBZyd-uO2h4SqQYh .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .SSBZyd-uO2h4SqQYh .container {
    padding: 0 1rem;
  }
}
.SSBZyd-uO2h4SqQYh .menu-tite {
  background: #efffff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #029a9a;
}
.SSBZyd-uO2h4SqQYh .nav-link {
  position: relative;
}
.SSBZyd-uO2h4SqQYh .nav-link:hover {
  color: #029a9a !important;
}
.SSBZyd-uO2h4SqQYh .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.SSBZyd-uO2h4SqQYh .navbar.opened {
  transition: all 0.3s;
}
.SSBZyd-uO2h4SqQYh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.SSBZyd-uO2h4SqQYh .navbar .navbar-logo img {
  width: auto;
}
.SSBZyd-uO2h4SqQYh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed {
  justify-content: center;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .SSBZyd-uO2h4SqQYh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .SSBZyd-uO2h4SqQYh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SSBZyd-uO2h4SqQYh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SSBZyd-uO2h4SqQYh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short {
  min-height: 60px;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:before {
  font-family: contrast2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.SSBZyd-uO2h4SqQYh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:hover,
.SSBZyd-uO2h4SqQYh .dropdown-item:focus {
  background: #efffff !important;
  color: white !important;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.SSBZyd-uO2h4SqQYh .dropdown-menu,
.SSBZyd-uO2h4SqQYh .navbar.opened {
  background: #ffffff !important;
}
.SSBZyd-uO2h4SqQYh .nav-item:focus,
.SSBZyd-uO2h4SqQYh .nav-link:focus {
  outline: none;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item .template-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item .template-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SSBZyd-uO2h4SqQYh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SSBZyd-uO2h4SqQYh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.SSBZyd-uO2h4SqQYh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.SSBZyd-uO2h4SqQYh .navbar-brand .navbar-logo a {
  outline: none;
}
.SSBZyd-uO2h4SqQYh .dropdown-item.active,
.SSBZyd-uO2h4SqQYh .dropdown-item:active {
  background-color: transparent;
}
.SSBZyd-uO2h4SqQYh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SSBZyd-uO2h4SqQYh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SSBZyd-uO2h4SqQYh ul.navbar-nav {
  flex-wrap: wrap;
}
.SSBZyd-uO2h4SqQYh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh .navbar-dropdown {
  padding: 0 1rem;
}
.SSBZyd-uO2h4SqQYh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSBZyd-uO2h4SqQYh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .SSBZyd-uO2h4SqQYh .navbar {
    height: 70px;
  }
  .SSBZyd-uO2h4SqQYh .navbar.opened {
    height: auto;
  }
  .SSBZyd-uO2h4SqQYh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SSBZyd-uO2tKcFC3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efffff;
  position: relative;
  overflow: hidden;
}
.SSBZyd-uO2tKcFC3w::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #94f8f8 -10%, transparent 80%);
  z-index: 1;
}
.SSBZyd-uO2tKcFC3w .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2tKcFC3w .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .SSBZyd-uO2tKcFC3w .container {
    padding: 0 16px;
  }
}
.SSBZyd-uO2tKcFC3w .row {
  position: relative;
  justify-content: space-between;
}
.SSBZyd-uO2tKcFC3w .row .card {
  justify-content: space-between;
}
.SSBZyd-uO2tKcFC3w .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.SSBZyd-uO2tKcFC3w .title-wrapper .template-section-title {
  margin-bottom: 24px;
}
.SSBZyd-uO2tKcFC3w .title-wrapper .template-section-title span {
  color: #029a9a;
}
.SSBZyd-uO2tKcFC3w .title-wrapper .template-text {
  margin-bottom: 0;
}
.SSBZyd-uO2tKcFC3w .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.SSBZyd-uO2tKcFC3w .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.SSBZyd-uO2tKcFC3w .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.SSBZyd-uO2tKcFC3w .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.SSBZyd-uO2tKcFC3w .contacts-wrapper .item-wrapper .contact-wrap:hover .template-contact,
.SSBZyd-uO2tKcFC3w .contacts-wrapper .item-wrapper .contact-wrap:focus .template-contact {
  color: #029a9a;
}
.SSBZyd-uO2tKcFC3w .contacts-wrapper .item-wrapper .contact-wrap .template-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #029a9a;
  margin-right: 20px;
}
.SSBZyd-uO2tKcFC3w .contacts-wrapper .item-wrapper .contact-wrap .template-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.SSBZyd-uO2tKcFC3w .dragArea.row {
  position: relative;
  z-index: 1;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .template-section-title {
  margin-bottom: 24px !important;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .template-text {
  margin-bottom: 24px !important;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #94f8f8;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .form-group .form-control:hover,
.SSBZyd-uO2tKcFC3w .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .form-group .form-control::placeholder {
  color: #000;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .form-group textarea {
  min-height: 250px;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .form-group .form-check .form-check-input {
  background-color: #94f8f8;
  border-color: #94f8f8;
  border-radius: 0;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .template-section-btn {
  width: 100%;
}
.SSBZyd-uO2tKcFC3w .dragArea.row .template-section-btn .btn {
  margin-top: 0;
}
.SSBZyd-uO2tKcFC3w .template-section-title {
  color: #000000;
}
.SSBZyd-uO2tKcFC3w .template-text {
  color: #000000;
}
.SSBZyd-uO2tKcFC3w .template-contact {
  color: #000000;
}
.SSBZyd-uO2tKcFC3w label {
  color: #000000;
}
.SSBZyd-uO4FUxzYR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #adffff;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO4FUxzYR6 .row {
  justify-content: center;
}
.SSBZyd-uO4FUxzYR6 .main-content {
  background-color: #efffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO4FUxzYR6 .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:hover,
.SSBZyd-uO4FUxzYR6 .list .item-wrap:focus {
  transform: translateX(14px);
}
.SSBZyd-uO4FUxzYR6 .template-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.SSBZyd-uO4FUxzYR6 .template-section-title {
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .template-text {
  color: #151e11;
}
.SSBZyd-uO2h4SqQYh .navbar-dropdown {
  position: relative !important;
}
.SSBZyd-uO2h4SqQYh .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .SSBZyd-uO2h4SqQYh .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.SSBZyd-uO2h4SqQYh .iconfont-wrapper {
  color: #029a9a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .SSBZyd-uO2h4SqQYh .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.SSBZyd-uO2h4SqQYh .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .SSBZyd-uO2h4SqQYh .container {
    padding: 0 1rem;
  }
}
.SSBZyd-uO2h4SqQYh .menu-tite {
  background: #efffff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #029a9a;
}
.SSBZyd-uO2h4SqQYh .nav-link {
  position: relative;
}
.SSBZyd-uO2h4SqQYh .nav-link:hover {
  color: #029a9a !important;
}
.SSBZyd-uO2h4SqQYh .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.SSBZyd-uO2h4SqQYh .navbar.opened {
  transition: all 0.3s;
}
.SSBZyd-uO2h4SqQYh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.SSBZyd-uO2h4SqQYh .navbar .navbar-logo img {
  width: auto;
}
.SSBZyd-uO2h4SqQYh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed {
  justify-content: center;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .SSBZyd-uO2h4SqQYh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.SSBZyd-uO2h4SqQYh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .SSBZyd-uO2h4SqQYh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SSBZyd-uO2h4SqQYh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SSBZyd-uO2h4SqQYh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .SSBZyd-uO2h4SqQYh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SSBZyd-uO2h4SqQYh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short {
  min-height: 60px;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:before {
  font-family: contrast2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.SSBZyd-uO2h4SqQYh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:hover,
.SSBZyd-uO2h4SqQYh .dropdown-item:focus {
  background: #efffff !important;
  color: white !important;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.SSBZyd-uO2h4SqQYh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.SSBZyd-uO2h4SqQYh .dropdown-menu,
.SSBZyd-uO2h4SqQYh .navbar.opened {
  background: #ffffff !important;
}
.SSBZyd-uO2h4SqQYh .nav-item:focus,
.SSBZyd-uO2h4SqQYh .nav-link:focus {
  outline: none;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item .template-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SSBZyd-uO2h4SqQYh .dropdown .dropdown-menu .dropdown-item .template-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2h4SqQYh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SSBZyd-uO2h4SqQYh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SSBZyd-uO2h4SqQYh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.SSBZyd-uO2h4SqQYh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.SSBZyd-uO2h4SqQYh .navbar-brand .navbar-logo a {
  outline: none;
}
.SSBZyd-uO2h4SqQYh .dropdown-item.active,
.SSBZyd-uO2h4SqQYh .dropdown-item:active {
  background-color: transparent;
}
.SSBZyd-uO2h4SqQYh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SSBZyd-uO2h4SqQYh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.SSBZyd-uO2h4SqQYh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SSBZyd-uO2h4SqQYh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SSBZyd-uO2h4SqQYh ul.navbar-nav {
  flex-wrap: wrap;
}
.SSBZyd-uO2h4SqQYh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2h4SqQYh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2h4SqQYh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2h4SqQYh .navbar-dropdown {
  padding: 0 1rem;
}
.SSBZyd-uO2h4SqQYh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSBZyd-uO2h4SqQYh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .SSBZyd-uO2h4SqQYh .navbar {
    height: 70px;
  }
  .SSBZyd-uO2h4SqQYh .navbar.opened {
    height: auto;
  }
  .SSBZyd-uO2h4SqQYh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SSBZyd-uO2vksxhFB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efffff;
  background-image: linear-gradient(135deg, #ffffff 10%, #efffff 80%, #94f8f8 130%);
}
.SSBZyd-uO2vksxhFB .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2vksxhFB .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2vksxhFB .row {
  justify-content: center;
}
.SSBZyd-uO2vksxhFB .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.SSBZyd-uO2vksxhFB .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.SSBZyd-uO2vksxhFB .content-wrapper .template-section-title {
  margin-bottom: 22px;
}
.SSBZyd-uO2vksxhFB .content-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .SSBZyd-uO2vksxhFB .content-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO2vksxhFB .content-wrapper .template-section-btn {
  margin-top: 32px;
}
.SSBZyd-uO2vksxhFB .content-wrapper .template-section-btn .template-section-title {
  margin-top: 22px;
}
.SSBZyd-uO2vksxhFB .template-section-title {
  color: #ffffff;
}
.SSBZyd-uO2vksxhFB .template-text,
.SSBZyd-uO2vksxhFB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.SSBZyd-uO2vksxhFB .template-section-title,
.SSBZyd-uO2vksxhFB .template-section-btn,
.SSBZyd-uO2vksxhFB .logo-wrapper {
  text-align: center;
  color: #000000;
}
.SSBZyd-uO2vWpWE6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #efffff 110%);
}
.SSBZyd-uO2vWpWE6k .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2vWpWE6k .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2vWpWE6k .row {
  justify-content: center;
}
.SSBZyd-uO2vWpWE6k .content-wrapper {
  position: relative;
  z-index: 2;
}
.SSBZyd-uO2vWpWE6k .content-wrapper .template-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .SSBZyd-uO2vWpWE6k .content-wrapper .template-section-title {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2vWpWE6k .content-wrapper .template-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2vWpWE6k .content-wrapper .template-text {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2vWpWE6k .content-wrapper .template-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2vWpWE6k .content-wrapper .template-desc {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2vWpWE6k .template-section-title {
  color: #ffffff;
}
.SSBZyd-uO2vWpWE6k .template-text {
  color: #000000;
}
.SSBZyd-uO2vWpWE6k .template-desc {
  color: #ffffff;
}
.SSBZyd-uO4FUxzYR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #adffff;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO4FUxzYR6 .row {
  justify-content: center;
}
.SSBZyd-uO4FUxzYR6 .main-content {
  background-color: #efffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO4FUxzYR6 .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:hover,
.SSBZyd-uO4FUxzYR6 .list .item-wrap:focus {
  transform: translateX(14px);
}
.SSBZyd-uO4FUxzYR6 .template-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.SSBZyd-uO4FUxzYR6 .template-section-title {
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .template-text {
  color: #151e11;
}
.SSBZyd-uO2wcaJmWM .navbar-dropdown {
  position: relative !important;
}
.SSBZyd-uO2wcaJmWM .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wcaJmWM .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.SSBZyd-uO2wcaJmWM .iconfont-wrapper {
  color: #029a9a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wcaJmWM .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.SSBZyd-uO2wcaJmWM .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .SSBZyd-uO2wcaJmWM .container {
    padding: 0 1rem;
  }
}
.SSBZyd-uO2wcaJmWM .menu-tite {
  background: #efffff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #029a9a;
}
.SSBZyd-uO2wcaJmWM .nav-link {
  position: relative;
}
.SSBZyd-uO2wcaJmWM .nav-link:hover {
  color: #029a9a !important;
}
.SSBZyd-uO2wcaJmWM .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.SSBZyd-uO2wcaJmWM .navbar.opened {
  transition: all 0.3s;
}
.SSBZyd-uO2wcaJmWM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.SSBZyd-uO2wcaJmWM .navbar .navbar-logo img {
  width: auto;
}
.SSBZyd-uO2wcaJmWM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.SSBZyd-uO2wcaJmWM .navbar.collapsed {
  justify-content: center;
}
.SSBZyd-uO2wcaJmWM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SSBZyd-uO2wcaJmWM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .SSBZyd-uO2wcaJmWM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.SSBZyd-uO2wcaJmWM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SSBZyd-uO2wcaJmWM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SSBZyd-uO2wcaJmWM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.SSBZyd-uO2wcaJmWM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SSBZyd-uO2wcaJmWM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.SSBZyd-uO2wcaJmWM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .SSBZyd-uO2wcaJmWM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SSBZyd-uO2wcaJmWM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SSBZyd-uO2wcaJmWM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SSBZyd-uO2wcaJmWM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .SSBZyd-uO2wcaJmWM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .SSBZyd-uO2wcaJmWM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SSBZyd-uO2wcaJmWM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .SSBZyd-uO2wcaJmWM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .SSBZyd-uO2wcaJmWM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .SSBZyd-uO2wcaJmWM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SSBZyd-uO2wcaJmWM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.SSBZyd-uO2wcaJmWM .navbar.navbar-short {
  min-height: 60px;
}
.SSBZyd-uO2wcaJmWM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SSBZyd-uO2wcaJmWM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SSBZyd-uO2wcaJmWM .dropdown-item:before {
  font-family: contrast2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2wcaJmWM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.SSBZyd-uO2wcaJmWM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.SSBZyd-uO2wcaJmWM .dropdown-item:hover,
.SSBZyd-uO2wcaJmWM .dropdown-item:focus {
  background: #efffff !important;
  color: white !important;
}
.SSBZyd-uO2wcaJmWM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.SSBZyd-uO2wcaJmWM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.SSBZyd-uO2wcaJmWM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.SSBZyd-uO2wcaJmWM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.SSBZyd-uO2wcaJmWM .dropdown-menu,
.SSBZyd-uO2wcaJmWM .navbar.opened {
  background: #ffffff !important;
}
.SSBZyd-uO2wcaJmWM .nav-item:focus,
.SSBZyd-uO2wcaJmWM .nav-link:focus {
  outline: none;
}
.SSBZyd-uO2wcaJmWM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2wcaJmWM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SSBZyd-uO2wcaJmWM .dropdown .dropdown-menu .dropdown-item .template-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SSBZyd-uO2wcaJmWM .dropdown .dropdown-menu .dropdown-item .template-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2wcaJmWM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SSBZyd-uO2wcaJmWM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SSBZyd-uO2wcaJmWM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.SSBZyd-uO2wcaJmWM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.SSBZyd-uO2wcaJmWM .navbar-brand .navbar-logo a {
  outline: none;
}
.SSBZyd-uO2wcaJmWM .dropdown-item.active,
.SSBZyd-uO2wcaJmWM .dropdown-item:active {
  background-color: transparent;
}
.SSBZyd-uO2wcaJmWM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.SSBZyd-uO2wcaJmWM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SSBZyd-uO2wcaJmWM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SSBZyd-uO2wcaJmWM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.SSBZyd-uO2wcaJmWM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SSBZyd-uO2wcaJmWM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SSBZyd-uO2wcaJmWM ul.navbar-nav {
  flex-wrap: wrap;
}
.SSBZyd-uO2wcaJmWM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SSBZyd-uO2wcaJmWM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.SSBZyd-uO2wcaJmWM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.SSBZyd-uO2wcaJmWM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SSBZyd-uO2wcaJmWM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2wcaJmWM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2wcaJmWM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SSBZyd-uO2wcaJmWM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2wcaJmWM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2wcaJmWM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2wcaJmWM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2wcaJmWM .navbar-dropdown {
  padding: 0 1rem;
}
.SSBZyd-uO2wcaJmWM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSBZyd-uO2wcaJmWM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .SSBZyd-uO2wcaJmWM .navbar {
    height: 70px;
  }
  .SSBZyd-uO2wcaJmWM .navbar.opened {
    height: auto;
  }
  .SSBZyd-uO2wcaJmWM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SSBZyd-uO2wcbxFDG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efffff;
  background-image: linear-gradient(135deg, #ffffff 10%, #efffff 80%, #94f8f8 130%);
}
.SSBZyd-uO2wcbxFDG .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2wcbxFDG .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2wcbxFDG .row {
  justify-content: center;
}
.SSBZyd-uO2wcbxFDG .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.SSBZyd-uO2wcbxFDG .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.SSBZyd-uO2wcbxFDG .content-wrapper .template-section-title {
  margin-bottom: 22px;
}
.SSBZyd-uO2wcbxFDG .content-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wcbxFDG .content-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO2wcbxFDG .content-wrapper .template-section-btn {
  margin-top: 32px;
}
.SSBZyd-uO2wcbxFDG .content-wrapper .template-section-btn .template-section-title {
  margin-top: 22px;
}
.SSBZyd-uO2wcbxFDG .template-section-title {
  color: #ffffff;
}
.SSBZyd-uO2wcbxFDG .template-text,
.SSBZyd-uO2wcbxFDG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.SSBZyd-uO2wcbxFDG .template-section-title,
.SSBZyd-uO2wcbxFDG .template-section-btn,
.SSBZyd-uO2wcbxFDG .logo-wrapper {
  text-align: center;
  color: #000000;
}
.SSBZyd-uO2wccchcg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #efffff 110%);
}
.SSBZyd-uO2wccchcg .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2wccchcg .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2wccchcg .row {
  justify-content: center;
}
.SSBZyd-uO2wccchcg .content-wrapper {
  position: relative;
  z-index: 2;
}
.SSBZyd-uO2wccchcg .content-wrapper .template-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wccchcg .content-wrapper .template-section-title {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2wccchcg .content-wrapper .template-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wccchcg .content-wrapper .template-text {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2wccchcg .content-wrapper .template-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wccchcg .content-wrapper .template-desc {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2wccchcg .template-section-title {
  color: #ffffff;
}
.SSBZyd-uO2wccchcg .template-text {
  color: #000000;
}
.SSBZyd-uO2wccchcg .template-desc {
  color: #ffffff;
}
.SSBZyd-uO4FUxzYR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #adffff;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO4FUxzYR6 .row {
  justify-content: center;
}
.SSBZyd-uO4FUxzYR6 .main-content {
  background-color: #efffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO4FUxzYR6 .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:hover,
.SSBZyd-uO4FUxzYR6 .list .item-wrap:focus {
  transform: translateX(14px);
}
.SSBZyd-uO4FUxzYR6 .template-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.SSBZyd-uO4FUxzYR6 .template-section-title {
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .template-text {
  color: #151e11;
}
.SSBZyd-uO2wfab7oq .navbar-dropdown {
  position: relative !important;
}
.SSBZyd-uO2wfab7oq .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wfab7oq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.SSBZyd-uO2wfab7oq .iconfont-wrapper {
  color: #029a9a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wfab7oq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.SSBZyd-uO2wfab7oq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .SSBZyd-uO2wfab7oq .container {
    padding: 0 1rem;
  }
}
.SSBZyd-uO2wfab7oq .menu-tite {
  background: #efffff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #029a9a;
}
.SSBZyd-uO2wfab7oq .nav-link {
  position: relative;
}
.SSBZyd-uO2wfab7oq .nav-link:hover {
  color: #029a9a !important;
}
.SSBZyd-uO2wfab7oq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.SSBZyd-uO2wfab7oq .navbar.opened {
  transition: all 0.3s;
}
.SSBZyd-uO2wfab7oq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.SSBZyd-uO2wfab7oq .navbar .navbar-logo img {
  width: auto;
}
.SSBZyd-uO2wfab7oq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.SSBZyd-uO2wfab7oq .navbar.collapsed {
  justify-content: center;
}
.SSBZyd-uO2wfab7oq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SSBZyd-uO2wfab7oq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .SSBZyd-uO2wfab7oq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.SSBZyd-uO2wfab7oq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SSBZyd-uO2wfab7oq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SSBZyd-uO2wfab7oq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.SSBZyd-uO2wfab7oq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SSBZyd-uO2wfab7oq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.SSBZyd-uO2wfab7oq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .SSBZyd-uO2wfab7oq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SSBZyd-uO2wfab7oq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SSBZyd-uO2wfab7oq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SSBZyd-uO2wfab7oq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .SSBZyd-uO2wfab7oq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .SSBZyd-uO2wfab7oq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SSBZyd-uO2wfab7oq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .SSBZyd-uO2wfab7oq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .SSBZyd-uO2wfab7oq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .SSBZyd-uO2wfab7oq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SSBZyd-uO2wfab7oq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.SSBZyd-uO2wfab7oq .navbar.navbar-short {
  min-height: 60px;
}
.SSBZyd-uO2wfab7oq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SSBZyd-uO2wfab7oq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SSBZyd-uO2wfab7oq .dropdown-item:before {
  font-family: contrast2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2wfab7oq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.SSBZyd-uO2wfab7oq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.SSBZyd-uO2wfab7oq .dropdown-item:hover,
.SSBZyd-uO2wfab7oq .dropdown-item:focus {
  background: #efffff !important;
  color: white !important;
}
.SSBZyd-uO2wfab7oq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.SSBZyd-uO2wfab7oq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.SSBZyd-uO2wfab7oq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.SSBZyd-uO2wfab7oq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.SSBZyd-uO2wfab7oq .dropdown-menu,
.SSBZyd-uO2wfab7oq .navbar.opened {
  background: #ffffff !important;
}
.SSBZyd-uO2wfab7oq .nav-item:focus,
.SSBZyd-uO2wfab7oq .nav-link:focus {
  outline: none;
}
.SSBZyd-uO2wfab7oq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2wfab7oq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SSBZyd-uO2wfab7oq .dropdown .dropdown-menu .dropdown-item .template-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SSBZyd-uO2wfab7oq .dropdown .dropdown-menu .dropdown-item .template-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2wfab7oq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SSBZyd-uO2wfab7oq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SSBZyd-uO2wfab7oq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.SSBZyd-uO2wfab7oq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.SSBZyd-uO2wfab7oq .navbar-brand .navbar-logo a {
  outline: none;
}
.SSBZyd-uO2wfab7oq .dropdown-item.active,
.SSBZyd-uO2wfab7oq .dropdown-item:active {
  background-color: transparent;
}
.SSBZyd-uO2wfab7oq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.SSBZyd-uO2wfab7oq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SSBZyd-uO2wfab7oq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SSBZyd-uO2wfab7oq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.SSBZyd-uO2wfab7oq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SSBZyd-uO2wfab7oq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SSBZyd-uO2wfab7oq ul.navbar-nav {
  flex-wrap: wrap;
}
.SSBZyd-uO2wfab7oq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SSBZyd-uO2wfab7oq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.SSBZyd-uO2wfab7oq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.SSBZyd-uO2wfab7oq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SSBZyd-uO2wfab7oq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2wfab7oq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2wfab7oq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SSBZyd-uO2wfab7oq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2wfab7oq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2wfab7oq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2wfab7oq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2wfab7oq .navbar-dropdown {
  padding: 0 1rem;
}
.SSBZyd-uO2wfab7oq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSBZyd-uO2wfab7oq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .SSBZyd-uO2wfab7oq .navbar {
    height: 70px;
  }
  .SSBZyd-uO2wfab7oq .navbar.opened {
    height: auto;
  }
  .SSBZyd-uO2wfab7oq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SSBZyd-uO2wfb5dMX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efffff;
  background-image: linear-gradient(135deg, #ffffff 10%, #efffff 80%, #94f8f8 130%);
}
.SSBZyd-uO2wfb5dMX .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2wfb5dMX .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2wfb5dMX .row {
  justify-content: center;
}
.SSBZyd-uO2wfb5dMX .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.SSBZyd-uO2wfb5dMX .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.SSBZyd-uO2wfb5dMX .content-wrapper .template-section-title {
  margin-bottom: 22px;
}
.SSBZyd-uO2wfb5dMX .content-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wfb5dMX .content-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO2wfb5dMX .content-wrapper .template-section-btn {
  margin-top: 32px;
}
.SSBZyd-uO2wfb5dMX .content-wrapper .template-section-btn .template-section-title {
  margin-top: 22px;
}
.SSBZyd-uO2wfb5dMX .template-section-title {
  color: #ffffff;
}
.SSBZyd-uO2wfb5dMX .template-text,
.SSBZyd-uO2wfb5dMX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.SSBZyd-uO2wfb5dMX .template-section-title,
.SSBZyd-uO2wfb5dMX .template-section-btn,
.SSBZyd-uO2wfb5dMX .logo-wrapper {
  text-align: center;
  color: #000000;
}
.SSBZyd-uO2wfbJgVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #efffff 110%);
}
.SSBZyd-uO2wfbJgVY .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2wfbJgVY .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2wfbJgVY .row {
  justify-content: center;
}
.SSBZyd-uO2wfbJgVY .content-wrapper {
  position: relative;
  z-index: 2;
}
.SSBZyd-uO2wfbJgVY .content-wrapper .template-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wfbJgVY .content-wrapper .template-section-title {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2wfbJgVY .content-wrapper .template-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wfbJgVY .content-wrapper .template-text {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2wfbJgVY .content-wrapper .template-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2wfbJgVY .content-wrapper .template-desc {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2wfbJgVY .template-section-title {
  color: #ffffff;
}
.SSBZyd-uO2wfbJgVY .template-text {
  color: #000000;
}
.SSBZyd-uO2wfbJgVY .template-desc {
  color: #ffffff;
}
.SSBZyd-uO4FUxzYR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #adffff;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO4FUxzYR6 .row {
  justify-content: center;
}
.SSBZyd-uO4FUxzYR6 .main-content {
  background-color: #efffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO4FUxzYR6 .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:hover,
.SSBZyd-uO4FUxzYR6 .list .item-wrap:focus {
  transform: translateX(14px);
}
.SSBZyd-uO4FUxzYR6 .template-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.SSBZyd-uO4FUxzYR6 .template-section-title {
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .template-text {
  color: #151e11;
}
.SSBZyd-uO2whNascV .navbar-dropdown {
  position: relative !important;
}
.SSBZyd-uO2whNascV .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .SSBZyd-uO2whNascV .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.SSBZyd-uO2whNascV .iconfont-wrapper {
  color: #029a9a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .SSBZyd-uO2whNascV .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.SSBZyd-uO2whNascV .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .SSBZyd-uO2whNascV .container {
    padding: 0 1rem;
  }
}
.SSBZyd-uO2whNascV .menu-tite {
  background: #efffff;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #029a9a;
}
.SSBZyd-uO2whNascV .nav-link {
  position: relative;
}
.SSBZyd-uO2whNascV .nav-link:hover {
  color: #029a9a !important;
}
.SSBZyd-uO2whNascV .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.SSBZyd-uO2whNascV .navbar.opened {
  transition: all 0.3s;
}
.SSBZyd-uO2whNascV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.SSBZyd-uO2whNascV .navbar .navbar-logo img {
  width: auto;
}
.SSBZyd-uO2whNascV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.SSBZyd-uO2whNascV .navbar.collapsed {
  justify-content: center;
}
.SSBZyd-uO2whNascV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SSBZyd-uO2whNascV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .SSBZyd-uO2whNascV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.SSBZyd-uO2whNascV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SSBZyd-uO2whNascV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SSBZyd-uO2whNascV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.SSBZyd-uO2whNascV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SSBZyd-uO2whNascV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.SSBZyd-uO2whNascV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .SSBZyd-uO2whNascV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SSBZyd-uO2whNascV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SSBZyd-uO2whNascV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SSBZyd-uO2whNascV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .SSBZyd-uO2whNascV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .SSBZyd-uO2whNascV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SSBZyd-uO2whNascV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .SSBZyd-uO2whNascV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .SSBZyd-uO2whNascV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .SSBZyd-uO2whNascV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SSBZyd-uO2whNascV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.SSBZyd-uO2whNascV .navbar.navbar-short {
  min-height: 60px;
}
.SSBZyd-uO2whNascV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SSBZyd-uO2whNascV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SSBZyd-uO2whNascV .dropdown-item:before {
  font-family: contrast2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2whNascV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.SSBZyd-uO2whNascV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.SSBZyd-uO2whNascV .dropdown-item:hover,
.SSBZyd-uO2whNascV .dropdown-item:focus {
  background: #efffff !important;
  color: white !important;
}
.SSBZyd-uO2whNascV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.SSBZyd-uO2whNascV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.SSBZyd-uO2whNascV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.SSBZyd-uO2whNascV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.SSBZyd-uO2whNascV .dropdown-menu,
.SSBZyd-uO2whNascV .navbar.opened {
  background: #ffffff !important;
}
.SSBZyd-uO2whNascV .nav-item:focus,
.SSBZyd-uO2whNascV .nav-link:focus {
  outline: none;
}
.SSBZyd-uO2whNascV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2whNascV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SSBZyd-uO2whNascV .dropdown .dropdown-menu .dropdown-item .template-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SSBZyd-uO2whNascV .dropdown .dropdown-menu .dropdown-item .template-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SSBZyd-uO2whNascV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SSBZyd-uO2whNascV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SSBZyd-uO2whNascV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.SSBZyd-uO2whNascV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.SSBZyd-uO2whNascV .navbar-brand .navbar-logo a {
  outline: none;
}
.SSBZyd-uO2whNascV .dropdown-item.active,
.SSBZyd-uO2whNascV .dropdown-item:active {
  background-color: transparent;
}
.SSBZyd-uO2whNascV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.SSBZyd-uO2whNascV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SSBZyd-uO2whNascV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SSBZyd-uO2whNascV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.SSBZyd-uO2whNascV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SSBZyd-uO2whNascV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SSBZyd-uO2whNascV ul.navbar-nav {
  flex-wrap: wrap;
}
.SSBZyd-uO2whNascV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SSBZyd-uO2whNascV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.SSBZyd-uO2whNascV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.SSBZyd-uO2whNascV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SSBZyd-uO2whNascV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2whNascV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SSBZyd-uO2whNascV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SSBZyd-uO2whNascV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2whNascV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2whNascV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SSBZyd-uO2whNascV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SSBZyd-uO2whNascV .navbar-dropdown {
  padding: 0 1rem;
}
.SSBZyd-uO2whNascV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSBZyd-uO2whNascV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .SSBZyd-uO2whNascV .navbar {
    height: 70px;
  }
  .SSBZyd-uO2whNascV .navbar.opened {
    height: auto;
  }
  .SSBZyd-uO2whNascV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SSBZyd-uO2whOxZbn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efffff;
  background-image: linear-gradient(135deg, #ffffff 10%, #efffff 80%, #94f8f8 130%);
}
.SSBZyd-uO2whOxZbn .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2whOxZbn .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2whOxZbn .row {
  justify-content: center;
}
.SSBZyd-uO2whOxZbn .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.SSBZyd-uO2whOxZbn .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.SSBZyd-uO2whOxZbn .content-wrapper .template-section-title {
  margin-bottom: 22px;
}
.SSBZyd-uO2whOxZbn .content-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .SSBZyd-uO2whOxZbn .content-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO2whOxZbn .content-wrapper .template-section-btn {
  margin-top: 32px;
}
.SSBZyd-uO2whOxZbn .content-wrapper .template-section-btn .template-section-title {
  margin-top: 22px;
}
.SSBZyd-uO2whOxZbn .template-section-title {
  color: #ffffff;
}
.SSBZyd-uO2whOxZbn .template-text,
.SSBZyd-uO2whOxZbn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.SSBZyd-uO2whOxZbn .template-section-title,
.SSBZyd-uO2whOxZbn .template-section-btn,
.SSBZyd-uO2whOxZbn .logo-wrapper {
  text-align: center;
  color: #000000;
}
.SSBZyd-uO2whP9kqT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #efffff 110%);
}
.SSBZyd-uO2whP9kqT .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO2whP9kqT .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO2whP9kqT .row {
  justify-content: center;
}
.SSBZyd-uO2whP9kqT .content-wrapper {
  position: relative;
  z-index: 2;
}
.SSBZyd-uO2whP9kqT .content-wrapper .template-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .SSBZyd-uO2whP9kqT .content-wrapper .template-section-title {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2whP9kqT .content-wrapper .template-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2whP9kqT .content-wrapper .template-text {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2whP9kqT .content-wrapper .template-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .SSBZyd-uO2whP9kqT .content-wrapper .template-desc {
    margin-bottom: 22px;
  }
}
.SSBZyd-uO2whP9kqT .template-section-title {
  color: #ffffff;
}
.SSBZyd-uO2whP9kqT .template-text {
  color: #000000;
}
.SSBZyd-uO2whP9kqT .template-desc {
  color: #ffffff;
}
.SSBZyd-uO4FUxzYR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #adffff;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image.disabled {
  display: none;
}
.SSBZyd-uO4FUxzYR6 .template-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SSBZyd-uO4FUxzYR6 .row {
  justify-content: center;
}
.SSBZyd-uO4FUxzYR6 .main-content {
  background-color: #efffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .template-section-title {
    margin-bottom: 30px;
  }
}
.SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .SSBZyd-uO4FUxzYR6 .title-wrapper .text-wrapper .template-text {
    width: 100%;
  }
}
.SSBZyd-uO4FUxzYR6 .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.SSBZyd-uO4FUxzYR6 .list .item-wrap:hover,
.SSBZyd-uO4FUxzYR6 .list .item-wrap:focus {
  transform: translateX(14px);
}
.SSBZyd-uO4FUxzYR6 .template-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.SSBZyd-uO4FUxzYR6 .template-section-title {
  color: #151e11;
}
.SSBZyd-uO4FUxzYR6 .template-text {
  color: #151e11;
}

/* 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;
    }
}
/* Finish Cookie Banner */
/* */
#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(255, 255, 255, 0.9);
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.8);
}

/*768px*/
@media (max-width: 768px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/*480px*/
@media (max-width: 480px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/* logoanimations */
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: flipIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 7: rotate slight */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: rotate(-3deg);
}
/* endmainanimations */
