.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.desktop-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 5rem;
  line-height: .8;
  letter-spacing: -0.03em;
}
.display-1 > .desktop-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .desktop-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.display-4 > .desktop-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .desktop-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .desktop-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #e3a008 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffcf61 !important;
}
.bg-danger {
  background-color: #b67d00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #134c60 !important;
  border-color: #134c60 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1b6e8b !important;
  border-color: #1b6e8b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1b6e8b !important;
  border-color: #1b6e8b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e3a008 !important;
  border-color: #e3a008 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f7b827 !important;
  border-color: #f7b827 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f7b827 !important;
  border-color: #f7b827 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf61 !important;
  border-color: #ffcf61 !important;
  color: #614400 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffde94 !important;
  border-color: #ffde94 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614400 !important;
  background-color: #ffde94 !important;
  border-color: #ffde94 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b67d00 !important;
  border-color: #b67d00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e9a000 !important;
  border-color: #e9a000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e9a000 !important;
  border-color: #e9a000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #134c60;
  color: #134c60;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #051318 !important;
  background-color: transparent !important;
  border-color: #051318 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #134c60 !important;
  border-color: #134c60 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e3a008;
  color: #e3a008;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8f6505 !important;
  background-color: transparent !important;
  border-color: #8f6505 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e3a008 !important;
  border-color: #e3a008 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcf61;
  color: #ffcf61;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffb50a !important;
  background-color: transparent !important;
  border-color: #ffb50a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614400 !important;
  background-color: #ffcf61 !important;
  border-color: #ffcf61 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b67d00;
  color: #b67d00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5f4100 !important;
  background-color: transparent !important;
  border-color: #5f4100 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b67d00 !important;
  border-color: #b67d00 !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: #000000 !important;
}
.text-secondary {
  color: #134c60 !important;
}
.text-success {
  color: #e3a008 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffcf61 !important;
}
.text-danger {
  color: #b67d00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #02090b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #805b05 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #faae00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #503700 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffcf61;
}
.alert-danger {
  background-color: #b67d00;
}
.desktop-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.desktop-gallery-filter li a {
  border-radius: 100px !important;
}
.desktop-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.desktop-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.desktop-plan-header.bg-primary .desktop-plan-subtitle,
.desktop-plan-header.bg-primary .desktop-plan-price-desc {
  color: #b3b3b3;
}
.desktop-plan-header.bg-success .desktop-plan-subtitle,
.desktop-plan-header.bg-success .desktop-plan-price-desc {
  color: #fde8ba;
}
.desktop-plan-header.bg-info .desktop-plan-subtitle,
.desktop-plan-header.bg-info .desktop-plan-price-desc {
  color: #ffffff;
}
.desktop-plan-header.bg-warning .desktop-plan-subtitle,
.desktop-plan-header.bg-warning .desktop-plan-price-desc {
  color: #ffffff;
}
.desktop-plan-header.bg-danger .desktop-plan-subtitle,
.desktop-plan-header.bg-danger .desktop-plan-price-desc {
  color: #ffc037;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .desktop-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .desktop-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.desktop-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.desktop-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.desktop-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.desktop-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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #134c60 !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='%23000000' %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;
}
.desktop-section-btn .btn,
.desktop-section-btn-main .btn {
  padding: 16px 20px;
  box-shadow: none;
  border-width: 1px;
  border-radius: 10rem !important;
  font-weight: 500 !important;
}
.desktop-section-btn .btn:hover,
.desktop-section-btn-main .btn:hover,
.desktop-section-btn .btn:focus,
.desktop-section-btn-main .btn:focus {
  box-shadow: none;
}
img {
  border-radius: 2rem !important;
}
.Us66sIG-uPTf3ObKoI {
  background-color: transparent;
}
.Us66sIG-uPTf3ObKoI .navbar-dropdown {
  background-color: #134c60 !important;
  padding: 0;
}
.Us66sIG-uPTf3ObKoI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #134c60 !important;
  background: #134c60;
}
.Us66sIG-uPTf3ObKoI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.Us66sIG-uPTf3ObKoI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .Us66sIG-uPTf3ObKoI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .Us66sIG-uPTf3ObKoI .menu_box .navbar.opened,
  .Us66sIG-uPTf3ObKoI .menu_box .navbar-collapse {
    background-color: #134c60 !important;
    transition: all 0s ease 0s;
  }
}
.Us66sIG-uPTf3ObKoI .navbar-dropdown {
  position: relative !important;
}
.Us66sIG-uPTf3ObKoI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .Us66sIG-uPTf3ObKoI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTf3ObKoI .desktop-section-btn-main {
    margin-top: 1rem;
  }
}
.Us66sIG-uPTf3ObKoI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.Us66sIG-uPTf3ObKoI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .Us66sIG-uPTf3ObKoI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas-body .desktop-text,
  .Us66sIG-uPTf3ObKoI .offcanvas-body .desktop-section-subtitle {
    margin-bottom: 32px;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffcf61;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .Us66sIG-uPTf3ObKoI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .Us66sIG-uPTf3ObKoI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTf3ObKoI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .Us66sIG-uPTf3ObKoI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .Us66sIG-uPTf3ObKoI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .Us66sIG-uPTf3ObKoI .lg_brand {
    margin: 0 1rem;
  }
  .Us66sIG-uPTf3ObKoI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.Us66sIG-uPTf3ObKoI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .Us66sIG-uPTf3ObKoI .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTf3ObKoI .nav-item {
    margin: 0 !important;
  }
}
.Us66sIG-uPTf3ObKoI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.Us66sIG-uPTf3ObKoI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTf3ObKoI .nav-item .nav-link:hover,
.Us66sIG-uPTf3ObKoI .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.Us66sIG-uPTf3ObKoI .nav-item .nav-link:hover:before,
.Us66sIG-uPTf3ObKoI .nav-item .nav-link:focus:before {
  width: 100%;
}
.Us66sIG-uPTf3ObKoI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .Us66sIG-uPTf3ObKoI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .Us66sIG-uPTf3ObKoI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTf3ObKoI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTf3ObKoI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .Us66sIG-uPTf3ObKoI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .Us66sIG-uPTf3ObKoI .offcanvas_box {
    display: none;
  }
}
.Us66sIG-uPTf3ObKoI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.Us66sIG-uPTf3ObKoI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Us66sIG-uPTf3ObKoI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.Us66sIG-uPTf3ObKoI .container {
  display: flex;
  margin: auto;
}
.Us66sIG-uPTf3ObKoI .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.Us66sIG-uPTf3ObKoI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.Us66sIG-uPTf3ObKoI .iconfont-wrapper:hover {
  opacity: .5;
}
.Us66sIG-uPTf3ObKoI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .Us66sIG-uPTf3ObKoI .navbar-nav {
    margin: 0;
  }
}
.Us66sIG-uPTf3ObKoI .dropdown-menu,
.Us66sIG-uPTf3ObKoI .navbar.opened {
  background-color: false !important;
}
.Us66sIG-uPTf3ObKoI .nav-item:focus,
.Us66sIG-uPTf3ObKoI .nav-link:focus {
  outline: none;
}
.Us66sIG-uPTf3ObKoI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTf3ObKoI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.Us66sIG-uPTf3ObKoI .dropdown .dropdown-menu .dropdown-item .desktop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.Us66sIG-uPTf3ObKoI .dropdown .dropdown-menu .dropdown-item .desktop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTf3ObKoI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.Us66sIG-uPTf3ObKoI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.Us66sIG-uPTf3ObKoI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTf3ObKoI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.Us66sIG-uPTf3ObKoI .navbar.opened {
  transition: all 0.3s;
}
.Us66sIG-uPTf3ObKoI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.Us66sIG-uPTf3ObKoI .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.Us66sIG-uPTf3ObKoI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.Us66sIG-uPTf3ObKoI .navbar.collapsed {
  justify-content: center;
}
.Us66sIG-uPTf3ObKoI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.Us66sIG-uPTf3ObKoI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.Us66sIG-uPTf3ObKoI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.Us66sIG-uPTf3ObKoI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.Us66sIG-uPTf3ObKoI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.Us66sIG-uPTf3ObKoI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.Us66sIG-uPTf3ObKoI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .Us66sIG-uPTf3ObKoI .navbar .nav-item {
    padding: .5rem 0;
  }
  .Us66sIG-uPTf3ObKoI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .Us66sIG-uPTf3ObKoI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .Us66sIG-uPTf3ObKoI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .Us66sIG-uPTf3ObKoI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .Us66sIG-uPTf3ObKoI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .Us66sIG-uPTf3ObKoI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .Us66sIG-uPTf3ObKoI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .Us66sIG-uPTf3ObKoI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .Us66sIG-uPTf3ObKoI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .Us66sIG-uPTf3ObKoI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .Us66sIG-uPTf3ObKoI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .Us66sIG-uPTf3ObKoI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .Us66sIG-uPTf3ObKoI .navbar .icons-menu {
    padding: 0;
  }
}
.Us66sIG-uPTf3ObKoI .navbar.navbar-short {
  min-height: 60px;
}
.Us66sIG-uPTf3ObKoI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.Us66sIG-uPTf3ObKoI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.Us66sIG-uPTf3ObKoI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .Us66sIG-uPTf3ObKoI .navbar-brand {
    margin-right: 25px;
  }
}
.Us66sIG-uPTf3ObKoI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.Us66sIG-uPTf3ObKoI .navbar-brand .navbar-logo a {
  outline: none;
}
.Us66sIG-uPTf3ObKoI .dropdown-item.active,
.Us66sIG-uPTf3ObKoI .dropdown-item:active {
  background-color: transparent;
}
.Us66sIG-uPTf3ObKoI .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.Us66sIG-uPTf3ObKoI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.Us66sIG-uPTf3ObKoI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.Us66sIG-uPTf3ObKoI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.Us66sIG-uPTf3ObKoI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.Us66sIG-uPTf3ObKoI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.Us66sIG-uPTf3ObKoI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #134c60;
  background: #134c60;
}
.Us66sIG-uPTf3ObKoI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcf61;
}
.Us66sIG-uPTf3ObKoI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.Us66sIG-uPTf3ObKoI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTf3ObKoI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTf3ObKoI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.Us66sIG-uPTf3ObKoI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTf3ObKoI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTf3ObKoI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTf3ObKoI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTf3ObKoI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Us66sIG-uPTf3ObKoI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Us66sIG-uPTf3ObKoI .navbar {
    height: 70px;
  }
  .Us66sIG-uPTf3ObKoI .navbar.opened {
    height: auto;
  }
  .Us66sIG-uPTf3ObKoI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.Us66sIG-uPTf3ObKoI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .Us66sIG-uPTf3ObKoI .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.Us66sIG-uPTf3ObKoI .desktop-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .Us66sIG-uPTf3ObKoI .desktop-section-btn-main {
    display: block;
    padding: 0;
  }
}
.Us66sIG-uPTf3ObKoI .desktop-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.Us66sIG-uPTf3ObKoI .navbar-caption:hover {
  color: #e3a008;
}
@media (min-width: 992px) {
  .Us66sIG-uPTf3ObKoI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.Us66sIG-uPTf3ObKoI .text_widget {
  margin-bottom: 32px;
}
.Us66sIG-uPTf3ObKoI .text_widget a {
  transition: all 0.3s ease-out;
}
.Us66sIG-uPTf3ObKoI .text_widget a:hover,
.Us66sIG-uPTf3ObKoI .text_widget a:focus {
  opacity: .8;
}
.Us66sIG-uPTf3ObKoI .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .Us66sIG-uPTf3ObKoI .contacts-wrapper {
    display: none;
  }
}
.Us66sIG-uPTf3ObKoI .contacts-wrapper a .desktop-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .Us66sIG-uPTf3ObKoI .contacts-wrapper a .desktop-contact {
    margin: 8px 20px;
  }
}
.Us66sIG-uPTf3ObKoI .contacts-wrapper a .desktop-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTf3ObKoI .contacts-wrapper a .desktop-contact:hover:before,
.Us66sIG-uPTf3ObKoI .contacts-wrapper a .desktop-contact:focus:before {
  width: 100%;
}
.Us66sIG-uPTf3ObKoI .desktop-section-subtitle {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTf3ObKoI .navbar-caption {
  color: #c7fcb5;
}
.Us66sIG-uPTf3ObKoI .desktop-contact {
  color: #ffffff;
}
.Us66sIG-uPTf3ObKoI .desktop-text {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTf3ObKoI .desktop-section-subtitle,
.Us66sIG-uPTf3ObKoI .text_widget,
.Us66sIG-uPTf3ObKoI .desktop-section-btn {
  text-align: center;
}
.Us66sIG-uPTf3ObKoI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.Us66sIG-uPThJD9F8X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff5b0;
}
.Us66sIG-uPThJD9F8X .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPThJD9F8X .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPThJD9F8X .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .Us66sIG-uPThJD9F8X .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPThJD9F8X .container {
    padding: 15px;
  }
}
.Us66sIG-uPThJD9F8X .row {
  margin: 0 -5px;
}
.Us66sIG-uPThJD9F8X .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .Us66sIG-uPThJD9F8X .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.Us66sIG-uPThJD9F8X .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .Us66sIG-uPThJD9F8X .image-wrapper {
    margin-bottom: 15px;
  }
}
.Us66sIG-uPThJD9F8X .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .Us66sIG-uPThJD9F8X .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.Us66sIG-uPThJD9F8X .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #fffada;
}
@media (max-width: 1440px) {
  .Us66sIG-uPThJD9F8X .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPThJD9F8X .card-wrapper {
    padding: 30px;
  }
}
.Us66sIG-uPThJD9F8X .card-wrapper .card-wrap .title-wrapper .desktop-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .Us66sIG-uPThJD9F8X .card-wrapper .card-wrap .title-wrapper .desktop-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPThJD9F8X .card-wrapper .card-wrap .title-wrapper .desktop-section-title {
    margin-bottom: 20px;
  }
}
.Us66sIG-uPThJD9F8X .card-wrapper .card-wrap .text-wrapper .desktop-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1640px) {
  .Us66sIG-uPThJD9F8X .card-wrapper .card-wrap .text-wrapper .desktop-text {
    width: 100%;
  }
}
.Us66sIG-uPThJD9F8X .card-wrapper .card-wrap .desktop-section-btn {
  margin-top: 20px;
}
.Us66sIG-uPThJD9F8X .card-wrapper .card-wrap .desktop-section-btn .btn {
  margin-bottom: 0;
}
.Us66sIG-uPThJD9F8X .card-wrapper .number-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .Us66sIG-uPThJD9F8X .card-wrapper .number-wrapper {
    margin-top: 30px;
  }
}
.Us66sIG-uPThJD9F8X .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .Us66sIG-uPThJD9F8X .card-wrapper .number-wrapper .number-wrap {
    display: block;
  }
}
.Us66sIG-uPThJD9F8X .card-wrapper .number-wrapper .number-wrap .desktop-number {
  margin-bottom: 0;
  padding-right: 20px;
}
.Us66sIG-uPThJD9F8X .card-wrapper .number-wrapper .number-wrap .desktop-desc {
  border-left: 1px solid #134c60;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPThJD9F8X .card-wrapper .number-wrapper .number-wrap .desktop-desc {
    padding: 0;
    border: none;
  }
}
.Us66sIG-uPThJD9F8X .desktop-section-title {
  color: #000000;
}
.Us66sIG-uPThJD9F8X .desktop-text,
.Us66sIG-uPThJD9F8X .text-wrapper {
  color: #000000;
}
.Us66sIG-uPThJD9F8X .desktop-number {
  color: #000000;
}
.Us66sIG-uPThJD9F8X .desktop-desc {
  color: #000000;
}
.Us66sIG-uPThJD9F8X .desktop-section-title,
.Us66sIG-uPThJD9F8X .desktop-section-btn,
.Us66sIG-uPThJD9F8X .title-wrapper {
  color: #134c60;
}
.Us66sIG-uPTjKXFlhY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffada;
}
.Us66sIG-uPTjKXFlhY .wrapper {
  background: #fffada;
}
.Us66sIG-uPTjKXFlhY .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTjKXFlhY .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTjKXFlhY .desktop-section-title {
  text-align: center;
  color: #134c60;
}
.Us66sIG-uPTjKXFlhY .desktop-text {
  text-align: center;
}
.Us66sIG-uPTiScvmWi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fff5b0;
}
.Us66sIG-uPTiScvmWi .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTiScvmWi .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTiScvmWi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTiScvmWi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTiScvmWi .container {
    padding: 0 24px;
  }
}
.Us66sIG-uPTiScvmWi .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.Us66sIG-uPTiScvmWi .image-wrapper {
  height: 100%;
}
.Us66sIG-uPTiScvmWi .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .Us66sIG-uPTiScvmWi .image-wrapper img {
    height: 350px;
  }
}
.Us66sIG-uPTiScvmWi .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #fffada;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .Us66sIG-uPTiScvmWi .content-wrapper {
    padding: 24px;
  }
}
.Us66sIG-uPTiScvmWi .content-wrapper .content-wrap {
  width: 100%;
}
.Us66sIG-uPTiScvmWi .content-wrapper .content-wrap .desktop-section-title {
  margin-bottom: 32px;
}
.Us66sIG-uPTiScvmWi .content-wrapper .content-wrap .desktop-text {
  margin-bottom: 16px;
}
.Us66sIG-uPTiScvmWi .content-wrapper .content-wrap .desktop-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.Us66sIG-uPTiScvmWi .content-wrapper .content-wrap .desktop-section-btn .btn:hover,
.Us66sIG-uPTiScvmWi .content-wrapper .content-wrap .desktop-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.Us66sIG-uPTiScvmWi .desktop-section-title {
  color: #141414;
}
.Us66sIG-uPTiScvmWi .desktop-text {
  color: #141414;
  text-align: center;
}
.Us66sIG-uPTiScvmWi .desktop-section-title,
.Us66sIG-uPTiScvmWi .title-wrapper,
.Us66sIG-uPTiScvmWi .desktop-section-btn {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTj0H9WtO {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fffada;
}
.Us66sIG-uPTj0H9WtO .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTj0H9WtO .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTj0H9WtO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .Us66sIG-uPTj0H9WtO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTj0H9WtO .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTj0H9WtO .container {
    padding: 0 22px;
  }
}
.Us66sIG-uPTj0H9WtO .row {
  justify-content: center;
}
.Us66sIG-uPTj0H9WtO .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .Us66sIG-uPTj0H9WtO .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTj0H9WtO .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #134c60;
}
.Us66sIG-uPTj0H9WtO .content-wrapper .desktop-section-title {
  margin-bottom: 0;
}
.Us66sIG-uPTj0H9WtO .content-wrapper .icon-wrapper .desktop-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #134c60;
}
.Us66sIG-uPTj0H9WtO .content-wrapper .desktop-text {
  margin-bottom: 0;
}
.Us66sIG-uPTj0H9WtO .desktop-section-title {
  color: #ffffff;
}
.Us66sIG-uPTj0H9WtO .desktop-text {
  color: #000000;
  text-align: center;
}
.Us66sIG-uPTj0H9WtO .desktop-section-title,
.Us66sIG-uPTj0H9WtO .icon-wrapper {
  text-align: center;
  color: #134c60;
}
.Us66sIG-uPTjpq5rWC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5b0;
}
.Us66sIG-uPTjpq5rWC .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTjpq5rWC .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTjpq5rWC .row {
  margin: 0 -8px;
}
.Us66sIG-uPTjpq5rWC .row .card {
  padding: 0 8px;
}
.Us66sIG-uPTjpq5rWC .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #fffada;
}
@media (max-width: 1440px) {
  .Us66sIG-uPTjpq5rWC .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTjpq5rWC .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.Us66sIG-uPTjpq5rWC .card-wrapper .desktop-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTjpq5rWC .card-wrapper .desktop-section-title {
    margin-bottom: 24px;
  }
}
.Us66sIG-uPTjpq5rWC .card-wrapper .card-wrap .text-wrapper .desktop-text {
  margin-bottom: 24px;
}
.Us66sIG-uPTjpq5rWC .card-wrapper .card-wrap .desktop-section-btn .btn {
  margin-bottom: 0;
}
.Us66sIG-uPTjpq5rWC .image-wrapper {
  height: 100%;
}
.Us66sIG-uPTjpq5rWC .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .Us66sIG-uPTjpq5rWC .image-wrapper img {
    height: 300px;
  }
}
.Us66sIG-uPTjpq5rWC .desktop-section-title {
  color: #2c2c26;
}
.Us66sIG-uPTjpq5rWC .desktop-text,
.Us66sIG-uPTjpq5rWC .text-wrapper {
  color: #000000;
}
.Us66sIG-uPTjpq5rWC .desktop-section-title,
.Us66sIG-uPTjpq5rWC .desktop-section-btn {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTjE0GdhG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffada;
}
.Us66sIG-uPTjE0GdhG .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTjE0GdhG .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTjE0GdhG .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .Us66sIG-uPTjE0GdhG .row {
    padding: 0 12px;
  }
}
.Us66sIG-uPTjE0GdhG .item {
  z-index: 1;
}
.Us66sIG-uPTjE0GdhG .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTjE0GdhG .title-wrapper {
    margin-bottom: 65px;
  }
}
.Us66sIG-uPTjE0GdhG .title-wrapper .desktop-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTjE0GdhG .title-wrapper .desktop-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.Us66sIG-uPTjE0GdhG .title-wrapper .desktop-section-title {
  margin-bottom: 0;
}
.Us66sIG-uPTjE0GdhG .text-wrapper .desktop-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTjE0GdhG .item-wrapper {
    margin-top: 48px;
  }
}
.Us66sIG-uPTjE0GdhG .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTjE0GdhG .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.Us66sIG-uPTjE0GdhG .item-wrapper .icon-wrapper .desktop-iconfont {
  font-size: 30px;
  color: #134c60;
}
.Us66sIG-uPTjE0GdhG .item-wrapper .desktop-card-title {
  margin-bottom: 0;
}
.Us66sIG-uPTjE0GdhG .item-wrapper .desktop-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .Us66sIG-uPTjE0GdhG .item-wrapper .desktop-card-title {
    margin-bottom: 13px;
  }
}
.Us66sIG-uPTjE0GdhG .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #134c60;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTjE0GdhG .border-wrap {
    margin-bottom: 65px;
  }
}
.Us66sIG-uPTjE0GdhG .desktop-section-title {
  color: #000000;
  text-align: center;
}
.Us66sIG-uPTjE0GdhG .desktop-section-subtitle {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTjE0GdhG .desktop-card-title {
  color: #181818;
}
.Us66sIG-uPTjE0GdhG .desktop-card-title,
.Us66sIG-uPTjE0GdhG .icon-wrapper {
  text-align: center;
}
.Us66sIG-uPTugU5ZsM {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #05384a;
}
.Us66sIG-uPTugU5ZsM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffeb69;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #134c60;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper {
    display: block;
    margin: 0;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #ffeb69;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #ffeb69;
  }
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap .desktop-section-title {
  margin-bottom: 16px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .desktop-desc {
  margin-bottom: 14px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #154138;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .desktop-copy {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .desktop-section-title {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-desc {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .list {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-copy {
  color: #ffcf61;
}
.Us66sIG-uPTglgOtXL {
  background-color: transparent;
}
.Us66sIG-uPTglgOtXL .navbar-dropdown {
  background-color: #134c60 !important;
  padding: 0;
}
.Us66sIG-uPTglgOtXL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #134c60 !important;
  background: #134c60;
}
.Us66sIG-uPTglgOtXL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.Us66sIG-uPTglgOtXL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .Us66sIG-uPTglgOtXL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .Us66sIG-uPTglgOtXL .menu_box .navbar.opened,
  .Us66sIG-uPTglgOtXL .menu_box .navbar-collapse {
    background-color: #134c60 !important;
    transition: all 0s ease 0s;
  }
}
.Us66sIG-uPTglgOtXL .navbar-dropdown {
  position: relative !important;
}
.Us66sIG-uPTglgOtXL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .Us66sIG-uPTglgOtXL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTglgOtXL .desktop-section-btn-main {
    margin-top: 1rem;
  }
}
.Us66sIG-uPTglgOtXL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.Us66sIG-uPTglgOtXL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglgOtXL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .Us66sIG-uPTglgOtXL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .Us66sIG-uPTglgOtXL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .Us66sIG-uPTglgOtXL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .Us66sIG-uPTglgOtXL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .Us66sIG-uPTglgOtXL .offcanvas-body .desktop-text,
  .Us66sIG-uPTglgOtXL .offcanvas-body .desktop-section-subtitle {
    margin-bottom: 32px;
  }
  .Us66sIG-uPTglgOtXL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .Us66sIG-uPTglgOtXL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .Us66sIG-uPTglgOtXL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffcf61;
  }
  .Us66sIG-uPTglgOtXL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTglgOtXL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTglgOtXL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .Us66sIG-uPTglgOtXL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .Us66sIG-uPTglgOtXL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .Us66sIG-uPTglgOtXL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTglgOtXL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .Us66sIG-uPTglgOtXL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .Us66sIG-uPTglgOtXL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .Us66sIG-uPTglgOtXL .lg_brand {
    margin: 0 1rem;
  }
  .Us66sIG-uPTglgOtXL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.Us66sIG-uPTglgOtXL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .Us66sIG-uPTglgOtXL .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTglgOtXL .nav-item {
    margin: 0 !important;
  }
}
.Us66sIG-uPTglgOtXL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.Us66sIG-uPTglgOtXL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTglgOtXL .nav-item .nav-link:hover,
.Us66sIG-uPTglgOtXL .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.Us66sIG-uPTglgOtXL .nav-item .nav-link:hover:before,
.Us66sIG-uPTglgOtXL .nav-item .nav-link:focus:before {
  width: 100%;
}
.Us66sIG-uPTglgOtXL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglgOtXL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .Us66sIG-uPTglgOtXL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTglgOtXL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTglgOtXL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .Us66sIG-uPTglgOtXL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .Us66sIG-uPTglgOtXL .offcanvas_box {
    display: none;
  }
}
.Us66sIG-uPTglgOtXL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.Us66sIG-uPTglgOtXL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Us66sIG-uPTglgOtXL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.Us66sIG-uPTglgOtXL .container {
  display: flex;
  margin: auto;
}
.Us66sIG-uPTglgOtXL .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.Us66sIG-uPTglgOtXL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.Us66sIG-uPTglgOtXL .iconfont-wrapper:hover {
  opacity: .5;
}
.Us66sIG-uPTglgOtXL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglgOtXL .navbar-nav {
    margin: 0;
  }
}
.Us66sIG-uPTglgOtXL .dropdown-menu,
.Us66sIG-uPTglgOtXL .navbar.opened {
  background-color: false !important;
}
.Us66sIG-uPTglgOtXL .nav-item:focus,
.Us66sIG-uPTglgOtXL .nav-link:focus {
  outline: none;
}
.Us66sIG-uPTglgOtXL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTglgOtXL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.Us66sIG-uPTglgOtXL .dropdown .dropdown-menu .dropdown-item .desktop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.Us66sIG-uPTglgOtXL .dropdown .dropdown-menu .dropdown-item .desktop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTglgOtXL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.Us66sIG-uPTglgOtXL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.Us66sIG-uPTglgOtXL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTglgOtXL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.Us66sIG-uPTglgOtXL .navbar.opened {
  transition: all 0.3s;
}
.Us66sIG-uPTglgOtXL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.Us66sIG-uPTglgOtXL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.Us66sIG-uPTglgOtXL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.Us66sIG-uPTglgOtXL .navbar.collapsed {
  justify-content: center;
}
.Us66sIG-uPTglgOtXL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.Us66sIG-uPTglgOtXL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.Us66sIG-uPTglgOtXL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.Us66sIG-uPTglgOtXL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.Us66sIG-uPTglgOtXL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.Us66sIG-uPTglgOtXL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.Us66sIG-uPTglgOtXL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .Us66sIG-uPTglgOtXL .navbar .nav-item {
    padding: .5rem 0;
  }
  .Us66sIG-uPTglgOtXL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .Us66sIG-uPTglgOtXL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .Us66sIG-uPTglgOtXL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .Us66sIG-uPTglgOtXL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .Us66sIG-uPTglgOtXL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .Us66sIG-uPTglgOtXL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .Us66sIG-uPTglgOtXL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .Us66sIG-uPTglgOtXL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .Us66sIG-uPTglgOtXL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .Us66sIG-uPTglgOtXL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .Us66sIG-uPTglgOtXL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .Us66sIG-uPTglgOtXL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .Us66sIG-uPTglgOtXL .navbar .icons-menu {
    padding: 0;
  }
}
.Us66sIG-uPTglgOtXL .navbar.navbar-short {
  min-height: 60px;
}
.Us66sIG-uPTglgOtXL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.Us66sIG-uPTglgOtXL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.Us66sIG-uPTglgOtXL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .Us66sIG-uPTglgOtXL .navbar-brand {
    margin-right: 25px;
  }
}
.Us66sIG-uPTglgOtXL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.Us66sIG-uPTglgOtXL .navbar-brand .navbar-logo a {
  outline: none;
}
.Us66sIG-uPTglgOtXL .dropdown-item.active,
.Us66sIG-uPTglgOtXL .dropdown-item:active {
  background-color: transparent;
}
.Us66sIG-uPTglgOtXL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.Us66sIG-uPTglgOtXL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.Us66sIG-uPTglgOtXL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.Us66sIG-uPTglgOtXL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.Us66sIG-uPTglgOtXL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.Us66sIG-uPTglgOtXL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.Us66sIG-uPTglgOtXL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #134c60;
  background: #134c60;
}
.Us66sIG-uPTglgOtXL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcf61;
}
.Us66sIG-uPTglgOtXL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.Us66sIG-uPTglgOtXL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTglgOtXL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTglgOtXL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.Us66sIG-uPTglgOtXL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTglgOtXL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTglgOtXL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTglgOtXL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTglgOtXL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Us66sIG-uPTglgOtXL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Us66sIG-uPTglgOtXL .navbar {
    height: 70px;
  }
  .Us66sIG-uPTglgOtXL .navbar.opened {
    height: auto;
  }
  .Us66sIG-uPTglgOtXL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.Us66sIG-uPTglgOtXL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .Us66sIG-uPTglgOtXL .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.Us66sIG-uPTglgOtXL .desktop-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .Us66sIG-uPTglgOtXL .desktop-section-btn-main {
    display: block;
    padding: 0;
  }
}
.Us66sIG-uPTglgOtXL .desktop-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.Us66sIG-uPTglgOtXL .navbar-caption:hover {
  color: #e3a008;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglgOtXL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.Us66sIG-uPTglgOtXL .text_widget {
  margin-bottom: 32px;
}
.Us66sIG-uPTglgOtXL .text_widget a {
  transition: all 0.3s ease-out;
}
.Us66sIG-uPTglgOtXL .text_widget a:hover,
.Us66sIG-uPTglgOtXL .text_widget a:focus {
  opacity: .8;
}
.Us66sIG-uPTglgOtXL .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .Us66sIG-uPTglgOtXL .contacts-wrapper {
    display: none;
  }
}
.Us66sIG-uPTglgOtXL .contacts-wrapper a .desktop-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .Us66sIG-uPTglgOtXL .contacts-wrapper a .desktop-contact {
    margin: 8px 20px;
  }
}
.Us66sIG-uPTglgOtXL .contacts-wrapper a .desktop-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTglgOtXL .contacts-wrapper a .desktop-contact:hover:before,
.Us66sIG-uPTglgOtXL .contacts-wrapper a .desktop-contact:focus:before {
  width: 100%;
}
.Us66sIG-uPTglgOtXL .desktop-section-subtitle {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTglgOtXL .navbar-caption {
  color: #c7fcb5;
}
.Us66sIG-uPTglgOtXL .desktop-contact {
  color: #ffffff;
}
.Us66sIG-uPTglgOtXL .desktop-text {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTglgOtXL .desktop-section-subtitle,
.Us66sIG-uPTglgOtXL .text_widget,
.Us66sIG-uPTglgOtXL .desktop-section-btn {
  text-align: center;
}
.Us66sIG-uPTglgOtXL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.Us66sIG-uPTsiW3d5P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5b0;
}
.Us66sIG-uPTsiW3d5P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .Us66sIG-uPTsiW3d5P .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .Us66sIG-uPTsiW3d5P .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .Us66sIG-uPTsiW3d5P .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.Us66sIG-uPTsiW3d5P .under-image {
  width: 100%;
  height: 30%;
  text-align: center;
  padding: 3rem  1rem;
  margin-top: 0.65rem;
  background: #fff7ec;
}
.Us66sIG-uPTsiW3d5P .desktop-section-title {
  color: #134c60;
  text-align: left;
}
.Us66sIG-uPTsiW3d5P .under-img {
  text-align: center;
  color: #9d5f00;
  margin: 0 !important;
}
.Us66sIG-uPTsiW3d5P .desktop-text,
.Us66sIG-uPTsiW3d5P .desktop-section-btn {
  text-align: left;
  color: #000000;
}
.Us66sIG-uPTsiW3d5P .desktop-text {
  line-height: 1.4;
}
.Us66sIG-uPTsiW3d5P .desktop-text {
  padding-top: 2rem;
}
.Us66sIG-uPTsiW3d5P .desktop-section-btn {
  margin-top: 2.9rem !important;
}
.Us66sIG-uPTsiW3d5P .desktop-section-title P {
  text-align: left;
}
.Us66sIG-uPTsiW3d5P .sub-title P {
  text-align: left;
}
.Us66sIG-uPTsiW3d5P .sub-title {
  color: #134c60;
  text-align: left;
}
.Us66sIG-uPTsiW3d5P .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTsiW3d5P .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTswxPPmx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fffada;
}
.Us66sIG-uPTswxPPmx .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #000000;
  background-color: rgba(255, 235, 105, 0.15);
  margin-bottom: 16px;
}
.Us66sIG-uPTswxPPmx .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.Us66sIG-uPTswxPPmx .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.Us66sIG-uPTswxPPmx .main-title.display-2 {
  line-height: 1.375;
}
.Us66sIG-uPTswxPPmx .desktop-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.Us66sIG-uPTswxPPmx .desktop-text {
  color: #606060;
}
.Us66sIG-uPTswxPPmx .desktop-text.display-4 {
  line-height: 1.75;
}
.Us66sIG-uPTswxPPmx .desktop-section-btn {
  margin-top: 24px;
}
.Us66sIG-uPTswxPPmx .desktop-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.Us66sIG-uPTswxPPmx .desktop-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.Us66sIG-uPTswxPPmx .desktop-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.Us66sIG-uPTswxPPmx .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTswxPPmx .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTswxPPmx .main-title,
.Us66sIG-uPTswxPPmx .desktop-section-btn {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTswxPPmx .desktop-text,
.Us66sIG-uPTswxPPmx .desktop-section-btn {
  color: #000000;
  text-align: center;
}
.Us66sIG-uPTswxPPmx .badge,
.Us66sIG-uPTswxPPmx .badge_wrap,
.Us66sIG-uPTswxPPmx .desktop-section-btn {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTswxPPmx .desktop-section-subtitle,
.Us66sIG-uPTswxPPmx .desktop-section-btn {
  color: #85653c;
  text-align: center;
}
.Us66sIG-uPTsFv0c5K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff5b0;
}
.Us66sIG-uPTsFv0c5K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.Us66sIG-uPTsFv0c5K .card-title {
  margin-bottom: 26px;
  color: #134c60;
}
.Us66sIG-uPTsFv0c5K .desktop-text {
  margin-bottom: 30px;
}
.Us66sIG-uPTsFv0c5K .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(142, 195, 179, 0.4);
  background-image: linear-gradient(125deg, #8ec3b3 0%, #d1e6e0 100%);
}
.Us66sIG-uPTsFv0c5K .iconfont-wrapper .desktop-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.Us66sIG-uPTsFv0c5K .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.Us66sIG-uPTsFv0c5K .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Us66sIG-uPTsFv0c5K .btn_link:hover {
  cursor: pointer;
}
.Us66sIG-uPTsFv0c5K .btn_link:hover a {
  color: #000000 !important;
}
.Us66sIG-uPTsFv0c5K .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .Us66sIG-uPTsFv0c5K .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTsFv0c5K .text-wrapper {
    text-align: center;
  }
  .Us66sIG-uPTsFv0c5K .image-wrapper {
    margin-bottom: 40px;
  }
  .Us66sIG-uPTsFv0c5K .desktop-text {
    margin-bottom: 20px;
  }
  .Us66sIG-uPTsFv0c5K .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.Us66sIG-uPTsFv0c5K .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTsFv0c5K .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTsFv0c5K .card-title,
.Us66sIG-uPTsFv0c5K .icon_block {
  color: #134c60;
  text-align: right;
}
.Us66sIG-uPTsFv0c5K .desktop-text,
.Us66sIG-uPTsFv0c5K .btn_link {
  color: #000000;
  text-align: right;
}
.Us66sIG-uPTsHi552J {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fffada;
}
.Us66sIG-uPTsHi552J .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #000000;
  background-color: rgba(255, 235, 105, 0.15);
  margin-bottom: 16px;
}
.Us66sIG-uPTsHi552J .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.Us66sIG-uPTsHi552J .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.Us66sIG-uPTsHi552J .main-title.display-2 {
  line-height: 1.375;
}
.Us66sIG-uPTsHi552J .desktop-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.Us66sIG-uPTsHi552J .desktop-text {
  color: #606060;
}
.Us66sIG-uPTsHi552J .desktop-text.display-4 {
  line-height: 1.75;
}
.Us66sIG-uPTsHi552J .desktop-section-btn {
  margin-top: 24px;
}
.Us66sIG-uPTsHi552J .desktop-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.Us66sIG-uPTsHi552J .desktop-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.Us66sIG-uPTsHi552J .desktop-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.Us66sIG-uPTsHi552J .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTsHi552J .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTsHi552J .main-title,
.Us66sIG-uPTsHi552J .desktop-section-btn {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTsHi552J .desktop-text,
.Us66sIG-uPTsHi552J .desktop-section-btn {
  color: #000000;
  text-align: center;
}
.Us66sIG-uPTsHi552J .badge,
.Us66sIG-uPTsHi552J .badge_wrap,
.Us66sIG-uPTsHi552J .desktop-section-btn {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTsHi552J .desktop-section-subtitle,
.Us66sIG-uPTsHi552J .desktop-section-btn {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTugU5ZsM {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #05384a;
}
.Us66sIG-uPTugU5ZsM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffeb69;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #134c60;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper {
    display: block;
    margin: 0;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #ffeb69;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #ffeb69;
  }
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap .desktop-section-title {
  margin-bottom: 16px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .desktop-desc {
  margin-bottom: 14px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #154138;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .desktop-copy {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .desktop-section-title {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-desc {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .list {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-copy {
  color: #ffcf61;
}
.Us66sIG-uPTglwfbdV {
  background-color: transparent;
}
.Us66sIG-uPTglwfbdV .navbar-dropdown {
  background-color: #134c60 !important;
  padding: 0;
}
.Us66sIG-uPTglwfbdV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #134c60 !important;
  background: #134c60;
}
.Us66sIG-uPTglwfbdV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.Us66sIG-uPTglwfbdV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .Us66sIG-uPTglwfbdV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .Us66sIG-uPTglwfbdV .menu_box .navbar.opened,
  .Us66sIG-uPTglwfbdV .menu_box .navbar-collapse {
    background-color: #134c60 !important;
    transition: all 0s ease 0s;
  }
}
.Us66sIG-uPTglwfbdV .navbar-dropdown {
  position: relative !important;
}
.Us66sIG-uPTglwfbdV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .Us66sIG-uPTglwfbdV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTglwfbdV .desktop-section-btn-main {
    margin-top: 1rem;
  }
}
.Us66sIG-uPTglwfbdV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.Us66sIG-uPTglwfbdV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglwfbdV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .Us66sIG-uPTglwfbdV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .Us66sIG-uPTglwfbdV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .Us66sIG-uPTglwfbdV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .Us66sIG-uPTglwfbdV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .Us66sIG-uPTglwfbdV .offcanvas-body .desktop-text,
  .Us66sIG-uPTglwfbdV .offcanvas-body .desktop-section-subtitle {
    margin-bottom: 32px;
  }
  .Us66sIG-uPTglwfbdV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .Us66sIG-uPTglwfbdV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .Us66sIG-uPTglwfbdV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffcf61;
  }
  .Us66sIG-uPTglwfbdV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTglwfbdV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTglwfbdV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .Us66sIG-uPTglwfbdV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .Us66sIG-uPTglwfbdV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .Us66sIG-uPTglwfbdV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTglwfbdV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .Us66sIG-uPTglwfbdV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .Us66sIG-uPTglwfbdV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .Us66sIG-uPTglwfbdV .lg_brand {
    margin: 0 1rem;
  }
  .Us66sIG-uPTglwfbdV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.Us66sIG-uPTglwfbdV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .Us66sIG-uPTglwfbdV .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTglwfbdV .nav-item {
    margin: 0 !important;
  }
}
.Us66sIG-uPTglwfbdV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.Us66sIG-uPTglwfbdV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTglwfbdV .nav-item .nav-link:hover,
.Us66sIG-uPTglwfbdV .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.Us66sIG-uPTglwfbdV .nav-item .nav-link:hover:before,
.Us66sIG-uPTglwfbdV .nav-item .nav-link:focus:before {
  width: 100%;
}
.Us66sIG-uPTglwfbdV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglwfbdV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .Us66sIG-uPTglwfbdV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTglwfbdV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTglwfbdV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .Us66sIG-uPTglwfbdV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .Us66sIG-uPTglwfbdV .offcanvas_box {
    display: none;
  }
}
.Us66sIG-uPTglwfbdV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.Us66sIG-uPTglwfbdV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Us66sIG-uPTglwfbdV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.Us66sIG-uPTglwfbdV .container {
  display: flex;
  margin: auto;
}
.Us66sIG-uPTglwfbdV .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.Us66sIG-uPTglwfbdV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.Us66sIG-uPTglwfbdV .iconfont-wrapper:hover {
  opacity: .5;
}
.Us66sIG-uPTglwfbdV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglwfbdV .navbar-nav {
    margin: 0;
  }
}
.Us66sIG-uPTglwfbdV .dropdown-menu,
.Us66sIG-uPTglwfbdV .navbar.opened {
  background-color: false !important;
}
.Us66sIG-uPTglwfbdV .nav-item:focus,
.Us66sIG-uPTglwfbdV .nav-link:focus {
  outline: none;
}
.Us66sIG-uPTglwfbdV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTglwfbdV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.Us66sIG-uPTglwfbdV .dropdown .dropdown-menu .dropdown-item .desktop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.Us66sIG-uPTglwfbdV .dropdown .dropdown-menu .dropdown-item .desktop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTglwfbdV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.Us66sIG-uPTglwfbdV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.Us66sIG-uPTglwfbdV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTglwfbdV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.Us66sIG-uPTglwfbdV .navbar.opened {
  transition: all 0.3s;
}
.Us66sIG-uPTglwfbdV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.Us66sIG-uPTglwfbdV .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.Us66sIG-uPTglwfbdV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.Us66sIG-uPTglwfbdV .navbar.collapsed {
  justify-content: center;
}
.Us66sIG-uPTglwfbdV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.Us66sIG-uPTglwfbdV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.Us66sIG-uPTglwfbdV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.Us66sIG-uPTglwfbdV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.Us66sIG-uPTglwfbdV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.Us66sIG-uPTglwfbdV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.Us66sIG-uPTglwfbdV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .Us66sIG-uPTglwfbdV .navbar .nav-item {
    padding: .5rem 0;
  }
  .Us66sIG-uPTglwfbdV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .Us66sIG-uPTglwfbdV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .Us66sIG-uPTglwfbdV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .Us66sIG-uPTglwfbdV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .Us66sIG-uPTglwfbdV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .Us66sIG-uPTglwfbdV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .Us66sIG-uPTglwfbdV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .Us66sIG-uPTglwfbdV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .Us66sIG-uPTglwfbdV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .Us66sIG-uPTglwfbdV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .Us66sIG-uPTglwfbdV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .Us66sIG-uPTglwfbdV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .Us66sIG-uPTglwfbdV .navbar .icons-menu {
    padding: 0;
  }
}
.Us66sIG-uPTglwfbdV .navbar.navbar-short {
  min-height: 60px;
}
.Us66sIG-uPTglwfbdV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.Us66sIG-uPTglwfbdV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.Us66sIG-uPTglwfbdV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .Us66sIG-uPTglwfbdV .navbar-brand {
    margin-right: 25px;
  }
}
.Us66sIG-uPTglwfbdV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.Us66sIG-uPTglwfbdV .navbar-brand .navbar-logo a {
  outline: none;
}
.Us66sIG-uPTglwfbdV .dropdown-item.active,
.Us66sIG-uPTglwfbdV .dropdown-item:active {
  background-color: transparent;
}
.Us66sIG-uPTglwfbdV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.Us66sIG-uPTglwfbdV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.Us66sIG-uPTglwfbdV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.Us66sIG-uPTglwfbdV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.Us66sIG-uPTglwfbdV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.Us66sIG-uPTglwfbdV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.Us66sIG-uPTglwfbdV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #134c60;
  background: #134c60;
}
.Us66sIG-uPTglwfbdV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcf61;
}
.Us66sIG-uPTglwfbdV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.Us66sIG-uPTglwfbdV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTglwfbdV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTglwfbdV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.Us66sIG-uPTglwfbdV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTglwfbdV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTglwfbdV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTglwfbdV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTglwfbdV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Us66sIG-uPTglwfbdV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Us66sIG-uPTglwfbdV .navbar {
    height: 70px;
  }
  .Us66sIG-uPTglwfbdV .navbar.opened {
    height: auto;
  }
  .Us66sIG-uPTglwfbdV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.Us66sIG-uPTglwfbdV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .Us66sIG-uPTglwfbdV .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.Us66sIG-uPTglwfbdV .desktop-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .Us66sIG-uPTglwfbdV .desktop-section-btn-main {
    display: block;
    padding: 0;
  }
}
.Us66sIG-uPTglwfbdV .desktop-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.Us66sIG-uPTglwfbdV .navbar-caption:hover {
  color: #e3a008;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglwfbdV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.Us66sIG-uPTglwfbdV .text_widget {
  margin-bottom: 32px;
}
.Us66sIG-uPTglwfbdV .text_widget a {
  transition: all 0.3s ease-out;
}
.Us66sIG-uPTglwfbdV .text_widget a:hover,
.Us66sIG-uPTglwfbdV .text_widget a:focus {
  opacity: .8;
}
.Us66sIG-uPTglwfbdV .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .Us66sIG-uPTglwfbdV .contacts-wrapper {
    display: none;
  }
}
.Us66sIG-uPTglwfbdV .contacts-wrapper a .desktop-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .Us66sIG-uPTglwfbdV .contacts-wrapper a .desktop-contact {
    margin: 8px 20px;
  }
}
.Us66sIG-uPTglwfbdV .contacts-wrapper a .desktop-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTglwfbdV .contacts-wrapper a .desktop-contact:hover:before,
.Us66sIG-uPTglwfbdV .contacts-wrapper a .desktop-contact:focus:before {
  width: 100%;
}
.Us66sIG-uPTglwfbdV .desktop-section-subtitle {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTglwfbdV .navbar-caption {
  color: #c7fcb5;
}
.Us66sIG-uPTglwfbdV .desktop-contact {
  color: #ffffff;
}
.Us66sIG-uPTglwfbdV .desktop-text {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTglwfbdV .desktop-section-subtitle,
.Us66sIG-uPTglwfbdV .text_widget,
.Us66sIG-uPTglwfbdV .desktop-section-btn {
  text-align: center;
}
.Us66sIG-uPTglwfbdV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.Us66sIG-uPTtw8zmF1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fff5b0;
}
.Us66sIG-uPTtw8zmF1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.Us66sIG-uPTtw8zmF1 .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTtw8zmF1 .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTtw8zmF1 .content-wrap {
  margin: 0;
}
.Us66sIG-uPTtw8zmF1 .content-wrap .card {
  padding: 0;
}
.Us66sIG-uPTtw8zmF1 .image-wrapper {
  height: 100%;
}
.Us66sIG-uPTtw8zmF1 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .Us66sIG-uPTtw8zmF1 .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.Us66sIG-uPTtw8zmF1 .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .Us66sIG-uPTtw8zmF1 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTtw8zmF1 .content-wrapper {
    padding: 40px 0;
  }
}
.Us66sIG-uPTtw8zmF1 .content-wrapper .desktop-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTtw8zmF1 .content-wrapper .desktop-section-title {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTtw8zmF1 .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.Us66sIG-uPTtw8zmF1 .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.Us66sIG-uPTtw8zmF1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.Us66sIG-uPTtw8zmF1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #134c60 !important;
  box-shadow: 4px 3px 0 0 #134c60;
  background-color: transparent;
  line-height: 1 !important;
}
.Us66sIG-uPTtw8zmF1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.Us66sIG-uPTtw8zmF1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #134c60 !important;
}
.Us66sIG-uPTtw8zmF1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #134c60;
  opacity: .6;
}
.Us66sIG-uPTtw8zmF1 .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.Us66sIG-uPTtw8zmF1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.Us66sIG-uPTtw8zmF1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #134c60;
  border-color: #134c60;
}
.Us66sIG-uPTtw8zmF1 .content-wrapper .form-wrapper .dragArea.row .desktop-section-btn {
  width: 100%;
}
.Us66sIG-uPTtw8zmF1 .desktop-section-title {
  color: #150764;
}
.Us66sIG-uPTtw8zmF1 label {
  color: #150764;
}
.Us66sIG-uPTtw8zmF1 .desktop-section-title,
.Us66sIG-uPTtw8zmF1 .desktop-section-btn {
  text-align: center;
  color: #134c60;
}
.Us66sIG-uPTtnS3sQb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffada;
}
.Us66sIG-uPTtnS3sQb .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTtnS3sQb .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTtnS3sQb .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .Us66sIG-uPTtnS3sQb .row {
    padding: 0 12px;
  }
}
.Us66sIG-uPTtnS3sQb .item {
  z-index: 1;
}
.Us66sIG-uPTtnS3sQb .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTtnS3sQb .title-wrapper {
    margin-bottom: 65px;
  }
}
.Us66sIG-uPTtnS3sQb .title-wrapper .desktop-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTtnS3sQb .title-wrapper .desktop-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.Us66sIG-uPTtnS3sQb .title-wrapper .desktop-section-title {
  margin-bottom: 0;
}
.Us66sIG-uPTtnS3sQb .text-wrapper .desktop-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTtnS3sQb .item-wrapper {
    margin-top: 48px;
  }
}
.Us66sIG-uPTtnS3sQb .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTtnS3sQb .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.Us66sIG-uPTtnS3sQb .item-wrapper .icon-wrapper .desktop-iconfont {
  font-size: 30px;
  color: #134c60;
}
.Us66sIG-uPTtnS3sQb .item-wrapper .desktop-card-title {
  margin-bottom: 0;
}
.Us66sIG-uPTtnS3sQb .item-wrapper .desktop-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .Us66sIG-uPTtnS3sQb .item-wrapper .desktop-card-title {
    margin-bottom: 13px;
  }
}
.Us66sIG-uPTtnS3sQb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #134c60;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTtnS3sQb .border-wrap {
    margin-bottom: 65px;
  }
}
.Us66sIG-uPTtnS3sQb .desktop-section-title {
  color: #000000;
  text-align: center;
}
.Us66sIG-uPTtnS3sQb .desktop-section-subtitle {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTtnS3sQb .desktop-card-title {
  color: #181818;
}
.Us66sIG-uPTtnS3sQb .desktop-card-title,
.Us66sIG-uPTtnS3sQb .icon-wrapper {
  text-align: center;
}
.Us66sIG-uPTugU5ZsM {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #05384a;
}
.Us66sIG-uPTugU5ZsM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffeb69;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #134c60;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper {
    display: block;
    margin: 0;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #ffeb69;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #ffeb69;
  }
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap .desktop-section-title {
  margin-bottom: 16px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .desktop-desc {
  margin-bottom: 14px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #154138;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .desktop-copy {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .desktop-section-title {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-desc {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .list {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-copy {
  color: #ffcf61;
}
.Us66sIG-uPTglLfqNd {
  background-color: transparent;
}
.Us66sIG-uPTglLfqNd .navbar-dropdown {
  background-color: #134c60 !important;
  padding: 0;
}
.Us66sIG-uPTglLfqNd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #134c60 !important;
  background: #134c60;
}
.Us66sIG-uPTglLfqNd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.Us66sIG-uPTglLfqNd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .Us66sIG-uPTglLfqNd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .Us66sIG-uPTglLfqNd .menu_box .navbar.opened,
  .Us66sIG-uPTglLfqNd .menu_box .navbar-collapse {
    background-color: #134c60 !important;
    transition: all 0s ease 0s;
  }
}
.Us66sIG-uPTglLfqNd .navbar-dropdown {
  position: relative !important;
}
.Us66sIG-uPTglLfqNd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .Us66sIG-uPTglLfqNd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTglLfqNd .desktop-section-btn-main {
    margin-top: 1rem;
  }
}
.Us66sIG-uPTglLfqNd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.Us66sIG-uPTglLfqNd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglLfqNd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .Us66sIG-uPTglLfqNd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .Us66sIG-uPTglLfqNd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .Us66sIG-uPTglLfqNd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .Us66sIG-uPTglLfqNd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .Us66sIG-uPTglLfqNd .offcanvas-body .desktop-text,
  .Us66sIG-uPTglLfqNd .offcanvas-body .desktop-section-subtitle {
    margin-bottom: 32px;
  }
  .Us66sIG-uPTglLfqNd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .Us66sIG-uPTglLfqNd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .Us66sIG-uPTglLfqNd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffcf61;
  }
  .Us66sIG-uPTglLfqNd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTglLfqNd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTglLfqNd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .Us66sIG-uPTglLfqNd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .Us66sIG-uPTglLfqNd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .Us66sIG-uPTglLfqNd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTglLfqNd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .Us66sIG-uPTglLfqNd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .Us66sIG-uPTglLfqNd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .Us66sIG-uPTglLfqNd .lg_brand {
    margin: 0 1rem;
  }
  .Us66sIG-uPTglLfqNd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.Us66sIG-uPTglLfqNd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .Us66sIG-uPTglLfqNd .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTglLfqNd .nav-item {
    margin: 0 !important;
  }
}
.Us66sIG-uPTglLfqNd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.Us66sIG-uPTglLfqNd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTglLfqNd .nav-item .nav-link:hover,
.Us66sIG-uPTglLfqNd .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.Us66sIG-uPTglLfqNd .nav-item .nav-link:hover:before,
.Us66sIG-uPTglLfqNd .nav-item .nav-link:focus:before {
  width: 100%;
}
.Us66sIG-uPTglLfqNd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglLfqNd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .Us66sIG-uPTglLfqNd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTglLfqNd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTglLfqNd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .Us66sIG-uPTglLfqNd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .Us66sIG-uPTglLfqNd .offcanvas_box {
    display: none;
  }
}
.Us66sIG-uPTglLfqNd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.Us66sIG-uPTglLfqNd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Us66sIG-uPTglLfqNd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.Us66sIG-uPTglLfqNd .container {
  display: flex;
  margin: auto;
}
.Us66sIG-uPTglLfqNd .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.Us66sIG-uPTglLfqNd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.Us66sIG-uPTglLfqNd .iconfont-wrapper:hover {
  opacity: .5;
}
.Us66sIG-uPTglLfqNd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglLfqNd .navbar-nav {
    margin: 0;
  }
}
.Us66sIG-uPTglLfqNd .dropdown-menu,
.Us66sIG-uPTglLfqNd .navbar.opened {
  background-color: false !important;
}
.Us66sIG-uPTglLfqNd .nav-item:focus,
.Us66sIG-uPTglLfqNd .nav-link:focus {
  outline: none;
}
.Us66sIG-uPTglLfqNd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTglLfqNd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.Us66sIG-uPTglLfqNd .dropdown .dropdown-menu .dropdown-item .desktop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.Us66sIG-uPTglLfqNd .dropdown .dropdown-menu .dropdown-item .desktop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTglLfqNd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.Us66sIG-uPTglLfqNd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.Us66sIG-uPTglLfqNd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTglLfqNd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.Us66sIG-uPTglLfqNd .navbar.opened {
  transition: all 0.3s;
}
.Us66sIG-uPTglLfqNd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.Us66sIG-uPTglLfqNd .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.Us66sIG-uPTglLfqNd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.Us66sIG-uPTglLfqNd .navbar.collapsed {
  justify-content: center;
}
.Us66sIG-uPTglLfqNd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.Us66sIG-uPTglLfqNd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.Us66sIG-uPTglLfqNd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.Us66sIG-uPTglLfqNd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.Us66sIG-uPTglLfqNd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.Us66sIG-uPTglLfqNd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.Us66sIG-uPTglLfqNd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .Us66sIG-uPTglLfqNd .navbar .nav-item {
    padding: .5rem 0;
  }
  .Us66sIG-uPTglLfqNd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .Us66sIG-uPTglLfqNd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .Us66sIG-uPTglLfqNd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .Us66sIG-uPTglLfqNd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .Us66sIG-uPTglLfqNd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .Us66sIG-uPTglLfqNd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .Us66sIG-uPTglLfqNd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .Us66sIG-uPTglLfqNd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .Us66sIG-uPTglLfqNd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .Us66sIG-uPTglLfqNd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .Us66sIG-uPTglLfqNd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .Us66sIG-uPTglLfqNd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .Us66sIG-uPTglLfqNd .navbar .icons-menu {
    padding: 0;
  }
}
.Us66sIG-uPTglLfqNd .navbar.navbar-short {
  min-height: 60px;
}
.Us66sIG-uPTglLfqNd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.Us66sIG-uPTglLfqNd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.Us66sIG-uPTglLfqNd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .Us66sIG-uPTglLfqNd .navbar-brand {
    margin-right: 25px;
  }
}
.Us66sIG-uPTglLfqNd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.Us66sIG-uPTglLfqNd .navbar-brand .navbar-logo a {
  outline: none;
}
.Us66sIG-uPTglLfqNd .dropdown-item.active,
.Us66sIG-uPTglLfqNd .dropdown-item:active {
  background-color: transparent;
}
.Us66sIG-uPTglLfqNd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.Us66sIG-uPTglLfqNd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.Us66sIG-uPTglLfqNd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.Us66sIG-uPTglLfqNd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.Us66sIG-uPTglLfqNd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.Us66sIG-uPTglLfqNd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.Us66sIG-uPTglLfqNd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #134c60;
  background: #134c60;
}
.Us66sIG-uPTglLfqNd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcf61;
}
.Us66sIG-uPTglLfqNd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.Us66sIG-uPTglLfqNd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTglLfqNd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTglLfqNd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.Us66sIG-uPTglLfqNd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTglLfqNd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTglLfqNd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTglLfqNd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTglLfqNd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Us66sIG-uPTglLfqNd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Us66sIG-uPTglLfqNd .navbar {
    height: 70px;
  }
  .Us66sIG-uPTglLfqNd .navbar.opened {
    height: auto;
  }
  .Us66sIG-uPTglLfqNd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.Us66sIG-uPTglLfqNd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .Us66sIG-uPTglLfqNd .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.Us66sIG-uPTglLfqNd .desktop-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .Us66sIG-uPTglLfqNd .desktop-section-btn-main {
    display: block;
    padding: 0;
  }
}
.Us66sIG-uPTglLfqNd .desktop-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.Us66sIG-uPTglLfqNd .navbar-caption:hover {
  color: #e3a008;
}
@media (min-width: 992px) {
  .Us66sIG-uPTglLfqNd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.Us66sIG-uPTglLfqNd .text_widget {
  margin-bottom: 32px;
}
.Us66sIG-uPTglLfqNd .text_widget a {
  transition: all 0.3s ease-out;
}
.Us66sIG-uPTglLfqNd .text_widget a:hover,
.Us66sIG-uPTglLfqNd .text_widget a:focus {
  opacity: .8;
}
.Us66sIG-uPTglLfqNd .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .Us66sIG-uPTglLfqNd .contacts-wrapper {
    display: none;
  }
}
.Us66sIG-uPTglLfqNd .contacts-wrapper a .desktop-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .Us66sIG-uPTglLfqNd .contacts-wrapper a .desktop-contact {
    margin: 8px 20px;
  }
}
.Us66sIG-uPTglLfqNd .contacts-wrapper a .desktop-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTglLfqNd .contacts-wrapper a .desktop-contact:hover:before,
.Us66sIG-uPTglLfqNd .contacts-wrapper a .desktop-contact:focus:before {
  width: 100%;
}
.Us66sIG-uPTglLfqNd .desktop-section-subtitle {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTglLfqNd .navbar-caption {
  color: #c7fcb5;
}
.Us66sIG-uPTglLfqNd .desktop-contact {
  color: #ffffff;
}
.Us66sIG-uPTglLfqNd .desktop-text {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTglLfqNd .desktop-section-subtitle,
.Us66sIG-uPTglLfqNd .text_widget,
.Us66sIG-uPTglLfqNd .desktop-section-btn {
  text-align: center;
}
.Us66sIG-uPTglLfqNd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.Us66sIG-uPTgn5IYx1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5b0;
}
.Us66sIG-uPTgn5IYx1 .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTgn5IYx1 .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTgn5IYx1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTgn5IYx1 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTgn5IYx1 .container {
    padding: 0 15px;
  }
}
.Us66sIG-uPTgn5IYx1 .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .Us66sIG-uPTgn5IYx1 .desc-wrapper {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTgn5IYx1 .desc-wrapper .desktop-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTgn5IYx1 .desc-wrapper .desktop-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.Us66sIG-uPTgn5IYx1 .desc-wrapper .desktop-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #134c60;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .Us66sIG-uPTgn5IYx1 .desc-wrapper .desktop-desc::before {
    display: none;
  }
}
.Us66sIG-uPTgn5IYx1 .text-wrapper .desktop-text {
  margin-bottom: 0;
}
.Us66sIG-uPTgn5IYx1 .desktop-desc {
  color: #30262b;
}
.Us66sIG-uPTgn5IYx1 .desktop-text {
  color: #000000;
}
.Us66sIG-uPTgn5IYx1 .desktop-desc,
.Us66sIG-uPTgn5IYx1 .desc-wrapper {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTugU5ZsM {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #05384a;
}
.Us66sIG-uPTugU5ZsM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffeb69;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #134c60;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper {
    display: block;
    margin: 0;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #ffeb69;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #ffeb69;
  }
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap .desktop-section-title {
  margin-bottom: 16px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .desktop-desc {
  margin-bottom: 14px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #154138;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .desktop-copy {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .desktop-section-title {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-desc {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .list {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-copy {
  color: #ffcf61;
}
.Us66sIG-uPTguDQm4l {
  background-color: transparent;
}
.Us66sIG-uPTguDQm4l .navbar-dropdown {
  background-color: #134c60 !important;
  padding: 0;
}
.Us66sIG-uPTguDQm4l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #134c60 !important;
  background: #134c60;
}
.Us66sIG-uPTguDQm4l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.Us66sIG-uPTguDQm4l .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .Us66sIG-uPTguDQm4l .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .Us66sIG-uPTguDQm4l .menu_box .navbar.opened,
  .Us66sIG-uPTguDQm4l .menu_box .navbar-collapse {
    background-color: #134c60 !important;
    transition: all 0s ease 0s;
  }
}
.Us66sIG-uPTguDQm4l .navbar-dropdown {
  position: relative !important;
}
.Us66sIG-uPTguDQm4l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .Us66sIG-uPTguDQm4l .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTguDQm4l .desktop-section-btn-main {
    margin-top: 1rem;
  }
}
.Us66sIG-uPTguDQm4l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.Us66sIG-uPTguDQm4l .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .Us66sIG-uPTguDQm4l .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .Us66sIG-uPTguDQm4l .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .Us66sIG-uPTguDQm4l .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .Us66sIG-uPTguDQm4l .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .Us66sIG-uPTguDQm4l .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .Us66sIG-uPTguDQm4l .offcanvas-body .desktop-text,
  .Us66sIG-uPTguDQm4l .offcanvas-body .desktop-section-subtitle {
    margin-bottom: 32px;
  }
  .Us66sIG-uPTguDQm4l .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .Us66sIG-uPTguDQm4l .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .Us66sIG-uPTguDQm4l .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffcf61;
  }
  .Us66sIG-uPTguDQm4l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTguDQm4l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTguDQm4l .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .Us66sIG-uPTguDQm4l .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .Us66sIG-uPTguDQm4l ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .Us66sIG-uPTguDQm4l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTguDQm4l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .Us66sIG-uPTguDQm4l .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .Us66sIG-uPTguDQm4l li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .Us66sIG-uPTguDQm4l .lg_brand {
    margin: 0 1rem;
  }
  .Us66sIG-uPTguDQm4l .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.Us66sIG-uPTguDQm4l .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .Us66sIG-uPTguDQm4l .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTguDQm4l .nav-item {
    margin: 0 !important;
  }
}
.Us66sIG-uPTguDQm4l .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.Us66sIG-uPTguDQm4l .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTguDQm4l .nav-item .nav-link:hover,
.Us66sIG-uPTguDQm4l .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.Us66sIG-uPTguDQm4l .nav-item .nav-link:hover:before,
.Us66sIG-uPTguDQm4l .nav-item .nav-link:focus:before {
  width: 100%;
}
.Us66sIG-uPTguDQm4l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .Us66sIG-uPTguDQm4l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .Us66sIG-uPTguDQm4l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTguDQm4l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTguDQm4l .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .Us66sIG-uPTguDQm4l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .Us66sIG-uPTguDQm4l .offcanvas_box {
    display: none;
  }
}
.Us66sIG-uPTguDQm4l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.Us66sIG-uPTguDQm4l .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Us66sIG-uPTguDQm4l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.Us66sIG-uPTguDQm4l .container {
  display: flex;
  margin: auto;
}
.Us66sIG-uPTguDQm4l .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.Us66sIG-uPTguDQm4l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.Us66sIG-uPTguDQm4l .iconfont-wrapper:hover {
  opacity: .5;
}
.Us66sIG-uPTguDQm4l .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .Us66sIG-uPTguDQm4l .navbar-nav {
    margin: 0;
  }
}
.Us66sIG-uPTguDQm4l .dropdown-menu,
.Us66sIG-uPTguDQm4l .navbar.opened {
  background-color: false !important;
}
.Us66sIG-uPTguDQm4l .nav-item:focus,
.Us66sIG-uPTguDQm4l .nav-link:focus {
  outline: none;
}
.Us66sIG-uPTguDQm4l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTguDQm4l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.Us66sIG-uPTguDQm4l .dropdown .dropdown-menu .dropdown-item .desktop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.Us66sIG-uPTguDQm4l .dropdown .dropdown-menu .dropdown-item .desktop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTguDQm4l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.Us66sIG-uPTguDQm4l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.Us66sIG-uPTguDQm4l .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguDQm4l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.Us66sIG-uPTguDQm4l .navbar.opened {
  transition: all 0.3s;
}
.Us66sIG-uPTguDQm4l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.Us66sIG-uPTguDQm4l .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.Us66sIG-uPTguDQm4l .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.Us66sIG-uPTguDQm4l .navbar.collapsed {
  justify-content: center;
}
.Us66sIG-uPTguDQm4l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.Us66sIG-uPTguDQm4l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.Us66sIG-uPTguDQm4l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.Us66sIG-uPTguDQm4l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.Us66sIG-uPTguDQm4l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.Us66sIG-uPTguDQm4l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.Us66sIG-uPTguDQm4l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .Us66sIG-uPTguDQm4l .navbar .nav-item {
    padding: .5rem 0;
  }
  .Us66sIG-uPTguDQm4l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .Us66sIG-uPTguDQm4l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .Us66sIG-uPTguDQm4l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .Us66sIG-uPTguDQm4l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .Us66sIG-uPTguDQm4l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .Us66sIG-uPTguDQm4l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .Us66sIG-uPTguDQm4l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .Us66sIG-uPTguDQm4l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .Us66sIG-uPTguDQm4l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .Us66sIG-uPTguDQm4l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .Us66sIG-uPTguDQm4l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .Us66sIG-uPTguDQm4l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .Us66sIG-uPTguDQm4l .navbar .icons-menu {
    padding: 0;
  }
}
.Us66sIG-uPTguDQm4l .navbar.navbar-short {
  min-height: 60px;
}
.Us66sIG-uPTguDQm4l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.Us66sIG-uPTguDQm4l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.Us66sIG-uPTguDQm4l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .Us66sIG-uPTguDQm4l .navbar-brand {
    margin-right: 25px;
  }
}
.Us66sIG-uPTguDQm4l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.Us66sIG-uPTguDQm4l .navbar-brand .navbar-logo a {
  outline: none;
}
.Us66sIG-uPTguDQm4l .dropdown-item.active,
.Us66sIG-uPTguDQm4l .dropdown-item:active {
  background-color: transparent;
}
.Us66sIG-uPTguDQm4l .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.Us66sIG-uPTguDQm4l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.Us66sIG-uPTguDQm4l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.Us66sIG-uPTguDQm4l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.Us66sIG-uPTguDQm4l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.Us66sIG-uPTguDQm4l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.Us66sIG-uPTguDQm4l button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #134c60;
  background: #134c60;
}
.Us66sIG-uPTguDQm4l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcf61;
}
.Us66sIG-uPTguDQm4l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.Us66sIG-uPTguDQm4l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTguDQm4l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTguDQm4l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.Us66sIG-uPTguDQm4l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTguDQm4l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTguDQm4l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTguDQm4l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTguDQm4l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Us66sIG-uPTguDQm4l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Us66sIG-uPTguDQm4l .navbar {
    height: 70px;
  }
  .Us66sIG-uPTguDQm4l .navbar.opened {
    height: auto;
  }
  .Us66sIG-uPTguDQm4l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.Us66sIG-uPTguDQm4l .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .Us66sIG-uPTguDQm4l .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.Us66sIG-uPTguDQm4l .desktop-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguDQm4l .desktop-section-btn-main {
    display: block;
    padding: 0;
  }
}
.Us66sIG-uPTguDQm4l .desktop-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.Us66sIG-uPTguDQm4l .navbar-caption:hover {
  color: #e3a008;
}
@media (min-width: 992px) {
  .Us66sIG-uPTguDQm4l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.Us66sIG-uPTguDQm4l .text_widget {
  margin-bottom: 32px;
}
.Us66sIG-uPTguDQm4l .text_widget a {
  transition: all 0.3s ease-out;
}
.Us66sIG-uPTguDQm4l .text_widget a:hover,
.Us66sIG-uPTguDQm4l .text_widget a:focus {
  opacity: .8;
}
.Us66sIG-uPTguDQm4l .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguDQm4l .contacts-wrapper {
    display: none;
  }
}
.Us66sIG-uPTguDQm4l .contacts-wrapper a .desktop-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .Us66sIG-uPTguDQm4l .contacts-wrapper a .desktop-contact {
    margin: 8px 20px;
  }
}
.Us66sIG-uPTguDQm4l .contacts-wrapper a .desktop-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTguDQm4l .contacts-wrapper a .desktop-contact:hover:before,
.Us66sIG-uPTguDQm4l .contacts-wrapper a .desktop-contact:focus:before {
  width: 100%;
}
.Us66sIG-uPTguDQm4l .desktop-section-subtitle {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTguDQm4l .navbar-caption {
  color: #c7fcb5;
}
.Us66sIG-uPTguDQm4l .desktop-contact {
  color: #ffffff;
}
.Us66sIG-uPTguDQm4l .desktop-text {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTguDQm4l .desktop-section-subtitle,
.Us66sIG-uPTguDQm4l .text_widget,
.Us66sIG-uPTguDQm4l .desktop-section-btn {
  text-align: center;
}
.Us66sIG-uPTguDQm4l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.Us66sIG-uPTguEjz0L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5b0;
}
.Us66sIG-uPTguEjz0L .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTguEjz0L .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTguEjz0L .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguEjz0L .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTguEjz0L .container {
    padding: 0 15px;
  }
}
.Us66sIG-uPTguEjz0L .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguEjz0L .desc-wrapper {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTguEjz0L .desc-wrapper .desktop-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguEjz0L .desc-wrapper .desktop-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.Us66sIG-uPTguEjz0L .desc-wrapper .desktop-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #134c60;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .Us66sIG-uPTguEjz0L .desc-wrapper .desktop-desc::before {
    display: none;
  }
}
.Us66sIG-uPTguEjz0L .text-wrapper .desktop-text {
  margin-bottom: 0;
}
.Us66sIG-uPTguEjz0L .desktop-desc {
  color: #30262b;
}
.Us66sIG-uPTguEjz0L .desktop-text {
  color: #000000;
}
.Us66sIG-uPTguEjz0L .desktop-desc,
.Us66sIG-uPTguEjz0L .desc-wrapper {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTugU5ZsM {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #05384a;
}
.Us66sIG-uPTugU5ZsM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffeb69;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #134c60;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper {
    display: block;
    margin: 0;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #ffeb69;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #ffeb69;
  }
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap .desktop-section-title {
  margin-bottom: 16px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .desktop-desc {
  margin-bottom: 14px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #154138;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .desktop-copy {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .desktop-section-title {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-desc {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .list {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-copy {
  color: #ffcf61;
}
.Us66sIG-uPTguOkXs4 {
  background-color: transparent;
}
.Us66sIG-uPTguOkXs4 .navbar-dropdown {
  background-color: #134c60 !important;
  padding: 0;
}
.Us66sIG-uPTguOkXs4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #134c60 !important;
  background: #134c60;
}
.Us66sIG-uPTguOkXs4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.Us66sIG-uPTguOkXs4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .Us66sIG-uPTguOkXs4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .Us66sIG-uPTguOkXs4 .menu_box .navbar.opened,
  .Us66sIG-uPTguOkXs4 .menu_box .navbar-collapse {
    background-color: #134c60 !important;
    transition: all 0s ease 0s;
  }
}
.Us66sIG-uPTguOkXs4 .navbar-dropdown {
  position: relative !important;
}
.Us66sIG-uPTguOkXs4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .Us66sIG-uPTguOkXs4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTguOkXs4 .desktop-section-btn-main {
    margin-top: 1rem;
  }
}
.Us66sIG-uPTguOkXs4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.Us66sIG-uPTguOkXs4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .Us66sIG-uPTguOkXs4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas-body .desktop-text,
  .Us66sIG-uPTguOkXs4 .offcanvas-body .desktop-section-subtitle {
    margin-bottom: 32px;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffcf61;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .Us66sIG-uPTguOkXs4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .Us66sIG-uPTguOkXs4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTguOkXs4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .Us66sIG-uPTguOkXs4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .Us66sIG-uPTguOkXs4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .Us66sIG-uPTguOkXs4 .lg_brand {
    margin: 0 1rem;
  }
  .Us66sIG-uPTguOkXs4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.Us66sIG-uPTguOkXs4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .Us66sIG-uPTguOkXs4 .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTguOkXs4 .nav-item {
    margin: 0 !important;
  }
}
.Us66sIG-uPTguOkXs4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.Us66sIG-uPTguOkXs4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTguOkXs4 .nav-item .nav-link:hover,
.Us66sIG-uPTguOkXs4 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.Us66sIG-uPTguOkXs4 .nav-item .nav-link:hover:before,
.Us66sIG-uPTguOkXs4 .nav-item .nav-link:focus:before {
  width: 100%;
}
.Us66sIG-uPTguOkXs4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .Us66sIG-uPTguOkXs4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .Us66sIG-uPTguOkXs4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTguOkXs4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTguOkXs4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .Us66sIG-uPTguOkXs4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .Us66sIG-uPTguOkXs4 .offcanvas_box {
    display: none;
  }
}
.Us66sIG-uPTguOkXs4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.Us66sIG-uPTguOkXs4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Us66sIG-uPTguOkXs4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.Us66sIG-uPTguOkXs4 .container {
  display: flex;
  margin: auto;
}
.Us66sIG-uPTguOkXs4 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.Us66sIG-uPTguOkXs4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.Us66sIG-uPTguOkXs4 .iconfont-wrapper:hover {
  opacity: .5;
}
.Us66sIG-uPTguOkXs4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .Us66sIG-uPTguOkXs4 .navbar-nav {
    margin: 0;
  }
}
.Us66sIG-uPTguOkXs4 .dropdown-menu,
.Us66sIG-uPTguOkXs4 .navbar.opened {
  background-color: false !important;
}
.Us66sIG-uPTguOkXs4 .nav-item:focus,
.Us66sIG-uPTguOkXs4 .nav-link:focus {
  outline: none;
}
.Us66sIG-uPTguOkXs4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTguOkXs4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.Us66sIG-uPTguOkXs4 .dropdown .dropdown-menu .dropdown-item .desktop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.Us66sIG-uPTguOkXs4 .dropdown .dropdown-menu .dropdown-item .desktop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTguOkXs4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.Us66sIG-uPTguOkXs4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.Us66sIG-uPTguOkXs4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguOkXs4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.Us66sIG-uPTguOkXs4 .navbar.opened {
  transition: all 0.3s;
}
.Us66sIG-uPTguOkXs4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.Us66sIG-uPTguOkXs4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.Us66sIG-uPTguOkXs4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.Us66sIG-uPTguOkXs4 .navbar.collapsed {
  justify-content: center;
}
.Us66sIG-uPTguOkXs4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.Us66sIG-uPTguOkXs4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.Us66sIG-uPTguOkXs4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.Us66sIG-uPTguOkXs4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.Us66sIG-uPTguOkXs4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.Us66sIG-uPTguOkXs4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.Us66sIG-uPTguOkXs4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .Us66sIG-uPTguOkXs4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .Us66sIG-uPTguOkXs4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .Us66sIG-uPTguOkXs4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .Us66sIG-uPTguOkXs4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .Us66sIG-uPTguOkXs4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .Us66sIG-uPTguOkXs4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .Us66sIG-uPTguOkXs4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .Us66sIG-uPTguOkXs4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .Us66sIG-uPTguOkXs4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .Us66sIG-uPTguOkXs4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .Us66sIG-uPTguOkXs4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .Us66sIG-uPTguOkXs4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .Us66sIG-uPTguOkXs4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .Us66sIG-uPTguOkXs4 .navbar .icons-menu {
    padding: 0;
  }
}
.Us66sIG-uPTguOkXs4 .navbar.navbar-short {
  min-height: 60px;
}
.Us66sIG-uPTguOkXs4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.Us66sIG-uPTguOkXs4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.Us66sIG-uPTguOkXs4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .Us66sIG-uPTguOkXs4 .navbar-brand {
    margin-right: 25px;
  }
}
.Us66sIG-uPTguOkXs4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.Us66sIG-uPTguOkXs4 .navbar-brand .navbar-logo a {
  outline: none;
}
.Us66sIG-uPTguOkXs4 .dropdown-item.active,
.Us66sIG-uPTguOkXs4 .dropdown-item:active {
  background-color: transparent;
}
.Us66sIG-uPTguOkXs4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.Us66sIG-uPTguOkXs4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.Us66sIG-uPTguOkXs4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.Us66sIG-uPTguOkXs4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.Us66sIG-uPTguOkXs4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.Us66sIG-uPTguOkXs4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.Us66sIG-uPTguOkXs4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #134c60;
  background: #134c60;
}
.Us66sIG-uPTguOkXs4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcf61;
}
.Us66sIG-uPTguOkXs4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.Us66sIG-uPTguOkXs4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTguOkXs4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTguOkXs4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.Us66sIG-uPTguOkXs4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTguOkXs4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTguOkXs4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTguOkXs4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTguOkXs4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Us66sIG-uPTguOkXs4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Us66sIG-uPTguOkXs4 .navbar {
    height: 70px;
  }
  .Us66sIG-uPTguOkXs4 .navbar.opened {
    height: auto;
  }
  .Us66sIG-uPTguOkXs4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.Us66sIG-uPTguOkXs4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .Us66sIG-uPTguOkXs4 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.Us66sIG-uPTguOkXs4 .desktop-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguOkXs4 .desktop-section-btn-main {
    display: block;
    padding: 0;
  }
}
.Us66sIG-uPTguOkXs4 .desktop-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.Us66sIG-uPTguOkXs4 .navbar-caption:hover {
  color: #e3a008;
}
@media (min-width: 992px) {
  .Us66sIG-uPTguOkXs4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.Us66sIG-uPTguOkXs4 .text_widget {
  margin-bottom: 32px;
}
.Us66sIG-uPTguOkXs4 .text_widget a {
  transition: all 0.3s ease-out;
}
.Us66sIG-uPTguOkXs4 .text_widget a:hover,
.Us66sIG-uPTguOkXs4 .text_widget a:focus {
  opacity: .8;
}
.Us66sIG-uPTguOkXs4 .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguOkXs4 .contacts-wrapper {
    display: none;
  }
}
.Us66sIG-uPTguOkXs4 .contacts-wrapper a .desktop-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .Us66sIG-uPTguOkXs4 .contacts-wrapper a .desktop-contact {
    margin: 8px 20px;
  }
}
.Us66sIG-uPTguOkXs4 .contacts-wrapper a .desktop-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTguOkXs4 .contacts-wrapper a .desktop-contact:hover:before,
.Us66sIG-uPTguOkXs4 .contacts-wrapper a .desktop-contact:focus:before {
  width: 100%;
}
.Us66sIG-uPTguOkXs4 .desktop-section-subtitle {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTguOkXs4 .navbar-caption {
  color: #c7fcb5;
}
.Us66sIG-uPTguOkXs4 .desktop-contact {
  color: #ffffff;
}
.Us66sIG-uPTguOkXs4 .desktop-text {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTguOkXs4 .desktop-section-subtitle,
.Us66sIG-uPTguOkXs4 .text_widget,
.Us66sIG-uPTguOkXs4 .desktop-section-btn {
  text-align: center;
}
.Us66sIG-uPTguOkXs4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.Us66sIG-uPTguOJzNW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5b0;
}
.Us66sIG-uPTguOJzNW .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTguOJzNW .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTguOJzNW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguOJzNW .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTguOJzNW .container {
    padding: 0 15px;
  }
}
.Us66sIG-uPTguOJzNW .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguOJzNW .desc-wrapper {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTguOJzNW .desc-wrapper .desktop-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTguOJzNW .desc-wrapper .desktop-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.Us66sIG-uPTguOJzNW .desc-wrapper .desktop-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #134c60;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .Us66sIG-uPTguOJzNW .desc-wrapper .desktop-desc::before {
    display: none;
  }
}
.Us66sIG-uPTguOJzNW .text-wrapper .desktop-text {
  margin-bottom: 0;
}
.Us66sIG-uPTguOJzNW .desktop-desc {
  color: #30262b;
}
.Us66sIG-uPTguOJzNW .desktop-text {
  color: #000000;
}
.Us66sIG-uPTguOJzNW .desktop-desc,
.Us66sIG-uPTguOJzNW .desc-wrapper {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTugU5ZsM {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #05384a;
}
.Us66sIG-uPTugU5ZsM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffeb69;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #134c60;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper {
    display: block;
    margin: 0;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #ffeb69;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #ffeb69;
  }
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap .desktop-section-title {
  margin-bottom: 16px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .desktop-desc {
  margin-bottom: 14px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #154138;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .desktop-copy {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .desktop-section-title {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-desc {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .list {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-copy {
  color: #ffcf61;
}
.Us66sIG-uPTgv1YS8W {
  background-color: transparent;
}
.Us66sIG-uPTgv1YS8W .navbar-dropdown {
  background-color: #134c60 !important;
  padding: 0;
}
.Us66sIG-uPTgv1YS8W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #134c60 !important;
  background: #134c60;
}
.Us66sIG-uPTgv1YS8W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.Us66sIG-uPTgv1YS8W .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .Us66sIG-uPTgv1YS8W .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .Us66sIG-uPTgv1YS8W .menu_box .navbar.opened,
  .Us66sIG-uPTgv1YS8W .menu_box .navbar-collapse {
    background-color: #134c60 !important;
    transition: all 0s ease 0s;
  }
}
.Us66sIG-uPTgv1YS8W .navbar-dropdown {
  position: relative !important;
}
.Us66sIG-uPTgv1YS8W .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .Us66sIG-uPTgv1YS8W .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTgv1YS8W .desktop-section-btn-main {
    margin-top: 1rem;
  }
}
.Us66sIG-uPTgv1YS8W .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.Us66sIG-uPTgv1YS8W .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .Us66sIG-uPTgv1YS8W .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas-body .desktop-text,
  .Us66sIG-uPTgv1YS8W .offcanvas-body .desktop-section-subtitle {
    margin-bottom: 32px;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffcf61;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .Us66sIG-uPTgv1YS8W ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .Us66sIG-uPTgv1YS8W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTgv1YS8W .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .Us66sIG-uPTgv1YS8W .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .Us66sIG-uPTgv1YS8W li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .Us66sIG-uPTgv1YS8W .lg_brand {
    margin: 0 1rem;
  }
  .Us66sIG-uPTgv1YS8W .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.Us66sIG-uPTgv1YS8W .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .Us66sIG-uPTgv1YS8W .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTgv1YS8W .nav-item {
    margin: 0 !important;
  }
}
.Us66sIG-uPTgv1YS8W .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.Us66sIG-uPTgv1YS8W .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTgv1YS8W .nav-item .nav-link:hover,
.Us66sIG-uPTgv1YS8W .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.Us66sIG-uPTgv1YS8W .nav-item .nav-link:hover:before,
.Us66sIG-uPTgv1YS8W .nav-item .nav-link:focus:before {
  width: 100%;
}
.Us66sIG-uPTgv1YS8W .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .Us66sIG-uPTgv1YS8W .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .Us66sIG-uPTgv1YS8W .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .Us66sIG-uPTgv1YS8W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .Us66sIG-uPTgv1YS8W .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .Us66sIG-uPTgv1YS8W .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .Us66sIG-uPTgv1YS8W .offcanvas_box {
    display: none;
  }
}
.Us66sIG-uPTgv1YS8W .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.Us66sIG-uPTgv1YS8W .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Us66sIG-uPTgv1YS8W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.Us66sIG-uPTgv1YS8W .container {
  display: flex;
  margin: auto;
}
.Us66sIG-uPTgv1YS8W .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.Us66sIG-uPTgv1YS8W .iconfont-wrapper:last-child {
  margin-right: 0;
}
.Us66sIG-uPTgv1YS8W .iconfont-wrapper:hover {
  opacity: .5;
}
.Us66sIG-uPTgv1YS8W .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .Us66sIG-uPTgv1YS8W .navbar-nav {
    margin: 0;
  }
}
.Us66sIG-uPTgv1YS8W .dropdown-menu,
.Us66sIG-uPTgv1YS8W .navbar.opened {
  background-color: false !important;
}
.Us66sIG-uPTgv1YS8W .nav-item:focus,
.Us66sIG-uPTgv1YS8W .nav-link:focus {
  outline: none;
}
.Us66sIG-uPTgv1YS8W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTgv1YS8W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.Us66sIG-uPTgv1YS8W .dropdown .dropdown-menu .dropdown-item .desktop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.Us66sIG-uPTgv1YS8W .dropdown .dropdown-menu .dropdown-item .desktop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.Us66sIG-uPTgv1YS8W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.Us66sIG-uPTgv1YS8W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.Us66sIG-uPTgv1YS8W .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTgv1YS8W .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.Us66sIG-uPTgv1YS8W .navbar.opened {
  transition: all 0.3s;
}
.Us66sIG-uPTgv1YS8W .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.Us66sIG-uPTgv1YS8W .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.Us66sIG-uPTgv1YS8W .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.Us66sIG-uPTgv1YS8W .navbar.collapsed {
  justify-content: center;
}
.Us66sIG-uPTgv1YS8W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.Us66sIG-uPTgv1YS8W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.Us66sIG-uPTgv1YS8W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.Us66sIG-uPTgv1YS8W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.Us66sIG-uPTgv1YS8W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.Us66sIG-uPTgv1YS8W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.Us66sIG-uPTgv1YS8W .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .Us66sIG-uPTgv1YS8W .navbar .nav-item {
    padding: .5rem 0;
  }
  .Us66sIG-uPTgv1YS8W .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .Us66sIG-uPTgv1YS8W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .Us66sIG-uPTgv1YS8W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .Us66sIG-uPTgv1YS8W .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .Us66sIG-uPTgv1YS8W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .Us66sIG-uPTgv1YS8W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .Us66sIG-uPTgv1YS8W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .Us66sIG-uPTgv1YS8W .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .Us66sIG-uPTgv1YS8W .navbar ul.navbar-nav li {
    margin: 0;
  }
  .Us66sIG-uPTgv1YS8W .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .Us66sIG-uPTgv1YS8W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .Us66sIG-uPTgv1YS8W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .Us66sIG-uPTgv1YS8W .navbar .icons-menu {
    padding: 0;
  }
}
.Us66sIG-uPTgv1YS8W .navbar.navbar-short {
  min-height: 60px;
}
.Us66sIG-uPTgv1YS8W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.Us66sIG-uPTgv1YS8W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.Us66sIG-uPTgv1YS8W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .Us66sIG-uPTgv1YS8W .navbar-brand {
    margin-right: 25px;
  }
}
.Us66sIG-uPTgv1YS8W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.Us66sIG-uPTgv1YS8W .navbar-brand .navbar-logo a {
  outline: none;
}
.Us66sIG-uPTgv1YS8W .dropdown-item.active,
.Us66sIG-uPTgv1YS8W .dropdown-item:active {
  background-color: transparent;
}
.Us66sIG-uPTgv1YS8W .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.Us66sIG-uPTgv1YS8W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.Us66sIG-uPTgv1YS8W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.Us66sIG-uPTgv1YS8W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.Us66sIG-uPTgv1YS8W ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.Us66sIG-uPTgv1YS8W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.Us66sIG-uPTgv1YS8W button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #134c60;
  background: #134c60;
}
.Us66sIG-uPTgv1YS8W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcf61;
}
.Us66sIG-uPTgv1YS8W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.Us66sIG-uPTgv1YS8W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTgv1YS8W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.Us66sIG-uPTgv1YS8W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.Us66sIG-uPTgv1YS8W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTgv1YS8W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTgv1YS8W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.Us66sIG-uPTgv1YS8W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.Us66sIG-uPTgv1YS8W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Us66sIG-uPTgv1YS8W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Us66sIG-uPTgv1YS8W .navbar {
    height: 70px;
  }
  .Us66sIG-uPTgv1YS8W .navbar.opened {
    height: auto;
  }
  .Us66sIG-uPTgv1YS8W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.Us66sIG-uPTgv1YS8W .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .Us66sIG-uPTgv1YS8W .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.Us66sIG-uPTgv1YS8W .desktop-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .Us66sIG-uPTgv1YS8W .desktop-section-btn-main {
    display: block;
    padding: 0;
  }
}
.Us66sIG-uPTgv1YS8W .desktop-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.Us66sIG-uPTgv1YS8W .navbar-caption:hover {
  color: #e3a008;
}
@media (min-width: 992px) {
  .Us66sIG-uPTgv1YS8W .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.Us66sIG-uPTgv1YS8W .text_widget {
  margin-bottom: 32px;
}
.Us66sIG-uPTgv1YS8W .text_widget a {
  transition: all 0.3s ease-out;
}
.Us66sIG-uPTgv1YS8W .text_widget a:hover,
.Us66sIG-uPTgv1YS8W .text_widget a:focus {
  opacity: .8;
}
.Us66sIG-uPTgv1YS8W .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .Us66sIG-uPTgv1YS8W .contacts-wrapper {
    display: none;
  }
}
.Us66sIG-uPTgv1YS8W .contacts-wrapper a .desktop-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .Us66sIG-uPTgv1YS8W .contacts-wrapper a .desktop-contact {
    margin: 8px 20px;
  }
}
.Us66sIG-uPTgv1YS8W .contacts-wrapper a .desktop-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTgv1YS8W .contacts-wrapper a .desktop-contact:hover:before,
.Us66sIG-uPTgv1YS8W .contacts-wrapper a .desktop-contact:focus:before {
  width: 100%;
}
.Us66sIG-uPTgv1YS8W .desktop-section-subtitle {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTgv1YS8W .navbar-caption {
  color: #c7fcb5;
}
.Us66sIG-uPTgv1YS8W .desktop-contact {
  color: #ffffff;
}
.Us66sIG-uPTgv1YS8W .desktop-text {
  color: #144031;
  text-align: center;
}
.Us66sIG-uPTgv1YS8W .desktop-section-subtitle,
.Us66sIG-uPTgv1YS8W .text_widget,
.Us66sIG-uPTgv1YS8W .desktop-section-btn {
  text-align: center;
}
.Us66sIG-uPTgv1YS8W a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.Us66sIG-uPTgv2pRv5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5b0;
}
.Us66sIG-uPTgv2pRv5 .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTgv2pRv5 .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTgv2pRv5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTgv2pRv5 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTgv2pRv5 .container {
    padding: 0 15px;
  }
}
.Us66sIG-uPTgv2pRv5 .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .Us66sIG-uPTgv2pRv5 .desc-wrapper {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTgv2pRv5 .desc-wrapper .desktop-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .Us66sIG-uPTgv2pRv5 .desc-wrapper .desktop-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.Us66sIG-uPTgv2pRv5 .desc-wrapper .desktop-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #134c60;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .Us66sIG-uPTgv2pRv5 .desc-wrapper .desktop-desc::before {
    display: none;
  }
}
.Us66sIG-uPTgv2pRv5 .text-wrapper .desktop-text {
  margin-bottom: 0;
}
.Us66sIG-uPTgv2pRv5 .desktop-desc {
  color: #30262b;
}
.Us66sIG-uPTgv2pRv5 .desktop-text {
  color: #000000;
}
.Us66sIG-uPTgv2pRv5 .desktop-desc,
.Us66sIG-uPTgv2pRv5 .desc-wrapper {
  color: #134c60;
  text-align: center;
}
.Us66sIG-uPTugU5ZsM {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #05384a;
}
.Us66sIG-uPTugU5ZsM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffeb69;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image.disabled {
  display: none;
}
.Us66sIG-uPTugU5ZsM .desktop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #134c60;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper {
    display: block;
    margin: 0;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #ffeb69;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #ffeb69;
  }
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .title-wrap .desktop-section-title {
  margin-bottom: 16px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .desktop-desc {
  margin-bottom: 14px;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #154138;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .card-wrapper .content-wrap .desktop-copy {
  margin-bottom: 0;
}
.Us66sIG-uPTugU5ZsM .desktop-section-title {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-desc {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .list {
  color: #150764;
}
.Us66sIG-uPTugU5ZsM .desktop-copy {
  color: #ffcf61;
}

/* 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 */
/* logoanimations */
@keyframes fadeZoomIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.navbar-brand {
    animation: fadeZoomIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 15: translate down */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: translateY(2px);
}
/* endmainanimations */
