.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.spacing-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .spacing-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .spacing-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .spacing-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .spacing-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .spacing-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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #fbfcfd !important;
}
.bg-danger {
  background-color: #93a7a6 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbfcfd !important;
  border-color: #fbfcfd !important;
  color: #537da6 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #537da6 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #93a7a6 !important;
  border-color: #93a7a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #afbebd !important;
  border-color: #afbebd !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #afbebd !important;
  border-color: #afbebd !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fbfcfd;
  color: #fbfcfd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c1d1e0 !important;
  background-color: transparent !important;
  border-color: #c1d1e0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #537da6 !important;
  background-color: #fbfcfd !important;
  border-color: #fbfcfd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #93a7a6;
  color: #93a7a6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #667d7c !important;
  background-color: transparent !important;
  border-color: #667d7c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #93a7a6 !important;
  border-color: #93a7a6 !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #fbfcfd !important;
}
.text-danger {
  color: #93a7a6 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b7c9db !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5f7574 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #fbfcfd;
}
.alert-danger {
  background-color: #93a7a6;
}
.spacing-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.spacing-gallery-filter li a {
  border-radius: 100px !important;
}
.spacing-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.spacing-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.spacing-plan-header.bg-primary .spacing-plan-subtitle,
.spacing-plan-header.bg-primary .spacing-plan-price-desc {
  color: #ffffff;
}
.spacing-plan-header.bg-success .spacing-plan-subtitle,
.spacing-plan-header.bg-success .spacing-plan-price-desc {
  color: #c0b27c;
}
.spacing-plan-header.bg-info .spacing-plan-subtitle,
.spacing-plan-header.bg-info .spacing-plan-price-desc {
  color: #f3abab;
}
.spacing-plan-header.bg-warning .spacing-plan-subtitle,
.spacing-plan-header.bg-warning .spacing-plan-price-desc {
  color: #ffffff;
}
.spacing-plan-header.bg-danger .spacing-plan-subtitle,
.spacing-plan-header.bg-danger .spacing-plan-price-desc {
  color: #d9e0e0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .spacing-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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .spacing-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.spacing-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.spacing-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.spacing-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.spacing-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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.QdWTos-uOpuuWRpX8 .navbar-dropdown {
  position: relative !important;
}
.QdWTos-uOpuuWRpX8 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .QdWTos-uOpuuWRpX8 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpuuWRpX8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.QdWTos-uOpuuWRpX8 .dropdown-item:before {
  font-family: identity2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QdWTos-uOpuuWRpX8 .dropdown-item {
  border: 2px solid #ffffff;
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:hover,
.QdWTos-uOpuuWRpX8 .dropdown-item:focus {
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:hover span {
  color: white;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QdWTos-uOpuuWRpX8 .nav-link {
  position: relative;
}
.QdWTos-uOpuuWRpX8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QdWTos-uOpuuWRpX8 .container {
    flex-wrap: nowrap;
  }
}
.QdWTos-uOpuuWRpX8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .iconfont-wrapper:hover {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-menu,
.QdWTos-uOpuuWRpX8 .navbar.opened {
  background: #93a7a6 !important;
}
.QdWTos-uOpuuWRpX8 .nav-item:focus,
.QdWTos-uOpuuWRpX8 .nav-link:focus {
  outline: none;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item .spacing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item .spacing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QdWTos-uOpuuWRpX8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QdWTos-uOpuuWRpX8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #93a7a6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpuuWRpX8 .navbar.opened {
  transition: all 0.3s;
}
.QdWTos-uOpuuWRpX8 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.QdWTos-uOpuuWRpX8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QdWTos-uOpuuWRpX8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed {
  justify-content: center;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QdWTos-uOpuuWRpX8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QdWTos-uOpuuWRpX8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-short {
  min-height: 96px;
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QdWTos-uOpuuWRpX8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption:hover,
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-logo a {
  outline: none;
}
.QdWTos-uOpuuWRpX8 .navbar.opened .navbar-brand .navbar-caption:hover,
.QdWTos-uOpuuWRpX8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item.active,
.QdWTos-uOpuuWRpX8 .dropdown-item:active {
  background-color: transparent;
}
.QdWTos-uOpuuWRpX8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #93a7a6;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QdWTos-uOpuuWRpX8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QdWTos-uOpuuWRpX8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QdWTos-uOpuuWRpX8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.QdWTos-uOpuuWRpX8 .navbar-buttons {
  text-align: center;
}
.QdWTos-uOpuuWRpX8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.QdWTos-uOpuuWRpX8 .navbar-buttons .btn .spacing-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QdWTos-uOpuuWRpX8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #93a7a6 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 .navbar-dropdown {
  padding: 0 1rem;
}
.QdWTos-uOpuuWRpX8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QdWTos-uOpuuWRpX8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QdWTos-uOpuuWRpX8 .navbar {
    height: 70px;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened {
    height: auto;
  }
  .QdWTos-uOpuuWRpX8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QdWTos-uOpuuWRpX8 .navbar-nav {
  margin: 0 auto;
}
.QdWTos-uOpuuWRpX8 .nav-item {
  padding: 0;
  margin: 0;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link::after {
  color: #dcdcdc !important;
  transform: rotate(0);
  transition: .3s;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu .dropdown-item {
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #dcdcdc !important;
}
@media (max-width: 991px) {
  .QdWTos-uOpuuWRpX8 .navbar {
    justify-content: flex-start !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.QdWTos-uOpuuWRpX8 .content-wrap {
  min-height: 130px;
}
.QdWTos-uOpOBleRUV {
  padding-top: 3rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/home1.jpg");
  position: relative;
}
.QdWTos-uOpOBleRUV::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#bec9ca 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.QdWTos-uOpOBleRUV .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpOBleRUV .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOpOBleRUV .row {
  justify-content: center;
}
.QdWTos-uOpOBleRUV .content-wrapper {
  position: relative;
  z-index: 2;
}
.QdWTos-uOpOBleRUV .content-wrapper .spacing-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #000000, #000000 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.QdWTos-uOpOBleRUV .content-wrapper .spacing-text {
  margin-bottom: 22px;
}
.QdWTos-uOpOBleRUV .spacing-section-title {
  color: #ffffff;
}
.QdWTos-uOpOBleRUV .spacing-text {
  color: #000000;
  text-align: center;
}
.QdWTos-uOpOBleRUV .spacing-section-title,
.QdWTos-uOpOBleRUV .spacing-section-btn {
  text-align: center;
  color: #000000;
}
.QdWTos-uOpvDfnNEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bec9ca;
}
.QdWTos-uOpvDfnNEJ .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpvDfnNEJ .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOpvDfnNEJ .container {
    padding: 0 16px;
  }
}
.QdWTos-uOpvDfnNEJ .card {
  justify-content: center;
}
.QdWTos-uOpvDfnNEJ .title-wrapper .spacing-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #fbfcfd;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .QdWTos-uOpvDfnNEJ .title-wrapper .spacing-section-title {
    margin-bottom: 32px;
  }
}
.QdWTos-uOpvDfnNEJ .text-wrapper .spacing-text {
  margin-bottom: 24px;
}
.QdWTos-uOpvDfnNEJ .text-wrapper .spacing-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.QdWTos-uOpvDfnNEJ .spacing-section-title {
  color: #000000;
}
.QdWTos-uOpvDfnNEJ .spacing-text {
  color: #000000;
}
.QdWTos-uOpvDfnNEJ .spacing-desc {
  color: #000000;
  text-align: center;
}
.QdWTos-uOpvDfnNEJ .spacing-text,
.QdWTos-uOpvDfnNEJ .spacing-section-btn {
  text-align: center;
}
.QdWTos-uOpvDfnNEJ .spacing-section-title,
.QdWTos-uOpvDfnNEJ .title-wrapper {
  text-align: center;
}
.QdWTos-uOpwK0Rybu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #93a7a6;
  background-color: #fbfcfd;
}
.QdWTos-uOpwK0Rybu .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpwK0Rybu .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOpwK0Rybu .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .QdWTos-uOpwK0Rybu .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpwK0Rybu .content-wrapper {
    padding: 0;
  }
}
.QdWTos-uOpwK0Rybu .content-wrapper .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .QdWTos-uOpwK0Rybu .content-wrapper .spacing-section-title {
    margin-bottom: 32px;
  }
}
.QdWTos-uOpwK0Rybu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .QdWTos-uOpwK0Rybu .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpwK0Rybu .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpwK0Rybu .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.QdWTos-uOpwK0Rybu .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #93a7a6;
  box-shadow: -10px 10px 0 #93a7a6;
}
@media (max-width: 1440px) {
  .QdWTos-uOpwK0Rybu .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpwK0Rybu .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpwK0Rybu .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #93a7a6;
  }
}
.QdWTos-uOpwK0Rybu .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .QdWTos-uOpwK0Rybu .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.QdWTos-uOpwK0Rybu .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #93a7a6;
}
@media (max-width: 992px) {
  .QdWTos-uOpwK0Rybu .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.QdWTos-uOpwK0Rybu .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .QdWTos-uOpwK0Rybu .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.QdWTos-uOpwK0Rybu .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.QdWTos-uOpwK0Rybu .spacing-section-title {
  color: #000000;
  text-align: center;
}
.QdWTos-uOpwK0Rybu .item-title {
  color: #ffffff;
}
.QdWTos-uOpwK0Rybu .item-text {
  color: #000000;
  text-align: center;
}
.QdWTos-uOpwK0Rybu .item-title,
.QdWTos-uOpwK0Rybu .spacing-section-btn {
  text-align: center;
  color: #000000;
}
.QdWTos-uOpw34Knhb {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(to bottom, #93a7a6, #bec9ca);
}
@media (min-width: 768px) {
  .QdWTos-uOpw34Knhb {
    align-items: flex-start;
  }
  .QdWTos-uOpw34Knhb .row {
    justify-content: center;
  }
}
.QdWTos-uOpw34Knhb .spacing-section-title {
  text-align: left;
  color: #232323;
}
.QdWTos-uOpw34Knhb .spacing-text,
.QdWTos-uOpw34Knhb .spacing-section-btn {
  text-align: center;
  color: #232323;
}
.QdWTos-uOpw34Knhb .spacing-section-title,
.QdWTos-uOpw34Knhb .line {
  color: #232323;
  text-align: center;
}
.QdWTos-uOpw34Knhb h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.QdWTos-uOpw34Knhb h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.QdWTos-uOpw34Knhb .spacing-section-subtitle,
.QdWTos-uOpw34Knhb .align {
  text-align: left;
  color: #232323;
}
.QdWTos-uOpw34Knhb .spacing-text2 {
  color: #808080;
}
.QdWTos-uOpx8lJs6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #93a7a6;
}
.QdWTos-uOpx8lJs6n .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpx8lJs6n .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOpx8lJs6n .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .QdWTos-uOpx8lJs6n .container {
    padding: 0 15px;
  }
}
.QdWTos-uOpx8lJs6n .title-wrapper .spacing-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .QdWTos-uOpx8lJs6n .title-wrapper .spacing-section-title {
    margin-bottom: 40px;
  }
}
.QdWTos-uOpx8lJs6n .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .QdWTos-uOpx8lJs6n .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.QdWTos-uOpx8lJs6n .content-wrapper .spacing-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QdWTos-uOpx8lJs6n .content-wrapper .spacing-section-subtitle {
    margin-bottom: 20px;
  }
}
.QdWTos-uOpx8lJs6n .content-wrapper .spacing-text {
  margin-bottom: 0;
}
.QdWTos-uOpx8lJs6n .content-wrapper .spacing-section-btn {
  margin-top: 40px;
}
.QdWTos-uOpx8lJs6n .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .QdWTos-uOpx8lJs6n .image-wrapper {
    margin: 0;
  }
}
.QdWTos-uOpx8lJs6n .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #93a7a6;
}
.QdWTos-uOpx8lJs6n .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #bec9ca;
  filter: blur(80px);
  pointer-events: none;
}
.QdWTos-uOpx8lJs6n .image-wrapper .spacing-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.QdWTos-uOpx8lJs6n .spacing-section-title {
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOpx8lJs6n .spacing-section-subtitle {
  color: #f2ac2b;
}
.QdWTos-uOpx8lJs6n .spacing-text {
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOpx8lJs6n .spacing-image-text {
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOpx8lJs6n .spacing-section-subtitle,
.QdWTos-uOpx8lJs6n .spacing-section-btn {
  text-align: center;
}
.QdWTos-uOpxyBoG1O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bec9ca;
  position: relative;
}
.QdWTos-uOpxyBoG1O::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #bec9ca, #fbfcfd);
}
.QdWTos-uOpxyBoG1O .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpxyBoG1O .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOpxyBoG1O .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .QdWTos-uOpxyBoG1O .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpxyBoG1O .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpxyBoG1O .container {
    padding: 0 16px;
  }
}
.QdWTos-uOpxyBoG1O .spacing-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .QdWTos-uOpxyBoG1O .spacing-section-title {
    margin-bottom: 48px;
  }
}
.QdWTos-uOpxyBoG1O .row {
  justify-content: space-between;
  margin: 0 -24px;
}
.QdWTos-uOpxyBoG1O .row .item {
  padding: 0 24px;
}
.QdWTos-uOpxyBoG1O .row .item:first-child {
  margin-bottom: 0;
}
.QdWTos-uOpxyBoG1O .item {
  margin-bottom: 32px;
}
.QdWTos-uOpxyBoG1O .item .item-wrapper {
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0 !important;
  padding-bottom: 32px;
}
.QdWTos-uOpxyBoG1O .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.QdWTos-uOpxyBoG1O .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.QdWTos-uOpxyBoG1O .item .item-wrapper .card-box .spacing-section-btn .btn {
  margin-bottom: 0;
}
.QdWTos-uOpxyBoG1O .card-title {
  color: #f4f4f4;
  text-align: center;
}
.QdWTos-uOpxyBoG1O .card-text {
  color: #000000;
  text-align: center;
}
.QdWTos-uOpxyBoG1O .card-title,
.QdWTos-uOpxyBoG1O .spacing-section-btn {
  text-align: center;
  color: #000000;
}
.QdWTos-uOpxyBoG1O .spacing-section-title,
.QdWTos-uOpxyBoG1O .title-wrapper {
  text-align: center;
  color: #000000;
}
.QdWTos-uOtn5dluJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcfd;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOtn5dluJe .content-wrap {
  padding: 60px;
  background-color: #93a7a6;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .content-wrap {
    padding: 30px 20px;
  }
}
.QdWTos-uOtn5dluJe .content-wrap .row {
  justify-content: center;
}
.QdWTos-uOtn5dluJe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .title-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .spacing-section-title {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .nav-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .contacts-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .social-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .social-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont,
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont {
  transform: scale(1.1);
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a .spacing-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.QdWTos-uOtn5dluJe .spacing-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOtn5dluJe .spacing-section-title {
  color: #ed463f;
}
.QdWTos-uOtn5dluJe .spacing-section-subtitle {
  color: #ffffff;
}
.QdWTos-uOtn5dluJe .list {
  color: #404349;
}
.QdWTos-uOpuuWRpX8 .navbar-dropdown {
  position: relative !important;
}
.QdWTos-uOpuuWRpX8 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .QdWTos-uOpuuWRpX8 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpuuWRpX8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.QdWTos-uOpuuWRpX8 .dropdown-item:before {
  font-family: identity2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QdWTos-uOpuuWRpX8 .dropdown-item {
  border: 2px solid #ffffff;
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:hover,
.QdWTos-uOpuuWRpX8 .dropdown-item:focus {
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:hover span {
  color: white;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QdWTos-uOpuuWRpX8 .nav-link {
  position: relative;
}
.QdWTos-uOpuuWRpX8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QdWTos-uOpuuWRpX8 .container {
    flex-wrap: nowrap;
  }
}
.QdWTos-uOpuuWRpX8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .iconfont-wrapper:hover {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-menu,
.QdWTos-uOpuuWRpX8 .navbar.opened {
  background: #93a7a6 !important;
}
.QdWTos-uOpuuWRpX8 .nav-item:focus,
.QdWTos-uOpuuWRpX8 .nav-link:focus {
  outline: none;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item .spacing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item .spacing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QdWTos-uOpuuWRpX8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QdWTos-uOpuuWRpX8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #93a7a6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpuuWRpX8 .navbar.opened {
  transition: all 0.3s;
}
.QdWTos-uOpuuWRpX8 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.QdWTos-uOpuuWRpX8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QdWTos-uOpuuWRpX8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed {
  justify-content: center;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QdWTos-uOpuuWRpX8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QdWTos-uOpuuWRpX8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-short {
  min-height: 96px;
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QdWTos-uOpuuWRpX8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption:hover,
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-logo a {
  outline: none;
}
.QdWTos-uOpuuWRpX8 .navbar.opened .navbar-brand .navbar-caption:hover,
.QdWTos-uOpuuWRpX8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item.active,
.QdWTos-uOpuuWRpX8 .dropdown-item:active {
  background-color: transparent;
}
.QdWTos-uOpuuWRpX8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #93a7a6;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QdWTos-uOpuuWRpX8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QdWTos-uOpuuWRpX8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QdWTos-uOpuuWRpX8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.QdWTos-uOpuuWRpX8 .navbar-buttons {
  text-align: center;
}
.QdWTos-uOpuuWRpX8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.QdWTos-uOpuuWRpX8 .navbar-buttons .btn .spacing-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QdWTos-uOpuuWRpX8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #93a7a6 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 .navbar-dropdown {
  padding: 0 1rem;
}
.QdWTos-uOpuuWRpX8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QdWTos-uOpuuWRpX8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QdWTos-uOpuuWRpX8 .navbar {
    height: 70px;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened {
    height: auto;
  }
  .QdWTos-uOpuuWRpX8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QdWTos-uOpuuWRpX8 .navbar-nav {
  margin: 0 auto;
}
.QdWTos-uOpuuWRpX8 .nav-item {
  padding: 0;
  margin: 0;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link::after {
  color: #dcdcdc !important;
  transform: rotate(0);
  transition: .3s;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu .dropdown-item {
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #dcdcdc !important;
}
@media (max-width: 991px) {
  .QdWTos-uOpuuWRpX8 .navbar {
    justify-content: flex-start !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.QdWTos-uOpuuWRpX8 .content-wrap {
  min-height: 130px;
}
.QdWTos-uOpxPHtC9f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bec9ca;
}
.QdWTos-uOpxPHtC9f .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpxPHtC9f .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOpxPHtC9f .content-wrapper .spacing-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .QdWTos-uOpxPHtC9f .content-wrapper .spacing-section-title {
    margin-bottom: 32px;
  }
}
.QdWTos-uOpxPHtC9f .content-wrapper .text-wrapper .spacing-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .QdWTos-uOpxPHtC9f .content-wrapper .text-wrapper .spacing-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpxPHtC9f .content-wrapper .text-wrapper .spacing-text {
    width: 100%;
  }
}
.QdWTos-uOpxPHtC9f .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .QdWTos-uOpxPHtC9f .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.QdWTos-uOpxPHtC9f .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .QdWTos-uOpxPHtC9f .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.QdWTos-uOpxPHtC9f .content-wrapper .spacing-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.QdWTos-uOpxPHtC9f .content-wrapper .spacing-section-btn {
  margin-top: 32px;
}
.QdWTos-uOpxPHtC9f .spacing-section-title {
  color: #c10b02;
}
.QdWTos-uOpxPHtC9f .spacing-text,
.QdWTos-uOpxPHtC9f .text-wrapper {
  color: #000000;
  text-align: center;
}
.QdWTos-uOpxPHtC9f .spacing-desc {
  color: #000000;
  text-align: center;
}
.QdWTos-uOpxPHtC9f .spacing-section-title,
.QdWTos-uOpxPHtC9f .spacing-section-btn {
  text-align: center;
  color: #000000;
}
.QdWTos-uOpzfV691H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcfd;
}
.QdWTos-uOpzfV691H .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpzfV691H .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOpzfV691H .spacing-section-subtitle {
  color: #000000;
}
.QdWTos-uOpzfV691H .spacing-section-title {
  color: #000000;
}
.QdWTos-uOpz2CNK44 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #93a7a6;
}
.QdWTos-uOpz2CNK44 .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpz2CNK44 .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOpz2CNK44 .container {
    padding: 0 20px;
  }
}
.QdWTos-uOpz2CNK44 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOpz2CNK44 .title-wrapper {
    margin-bottom: 50px;
  }
}
.QdWTos-uOpz2CNK44 .title-wrapper .spacing-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .QdWTos-uOpz2CNK44 .title-wrapper .spacing-section-title {
    margin-bottom: 32px;
  }
}
.QdWTos-uOpz2CNK44 .title-wrapper .spacing-text {
  margin-bottom: 32px;
}
.QdWTos-uOpz2CNK44 .image-wrapper {
  position: relative;
}
.QdWTos-uOpz2CNK44 .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #fbfcfd 50%, #93a7a6 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.QdWTos-uOpz2CNK44 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .QdWTos-uOpz2CNK44 .image-wrapper img {
    height: 350px;
  }
}
.QdWTos-uOpz2CNK44 .spacing-section-title {
  color: #ffffff;
}
.QdWTos-uOpz2CNK44 .spacing-text {
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOpz2CNK44 .spacing-number {
  color: #f5fd7b;
}
.QdWTos-uOpz2CNK44 .spacing-desc {
  color: #ffffff;
}
.QdWTos-uOpz2CNK44 .spacing-link {
  color: #ffffff;
}
.QdWTos-uOpz2CNK44 .spacing-section-title,
.QdWTos-uOpz2CNK44 .spacing-section-btn {
  text-align: center;
  color: #ffffff;
}
.QdWTos-uOpzSKXEvk {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bec9ca;
}
.QdWTos-uOpzSKXEvk .spacing-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .QdWTos-uOpzSKXEvk .spacing-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .QdWTos-uOpzSKXEvk .spacing-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.QdWTos-uOpzSKXEvk .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.QdWTos-uOpzSKXEvk .btn:hover,
.QdWTos-uOpzSKXEvk .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .QdWTos-uOpzSKXEvk .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.QdWTos-uOpzSKXEvk .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.QdWTos-uOpzSKXEvk .btn:hover:before,
.QdWTos-uOpzSKXEvk .btn:focus:before {
  left: -1px;
  top: -2px;
}
.QdWTos-uOpzSKXEvk .btn-secondary {
  color: #000000 !important;
}
.QdWTos-uOpzSKXEvk .btn-secondary:hover {
  color: #000000 !important;
}
.QdWTos-uOpzSKXEvk .spacing-section-title,
.QdWTos-uOpzSKXEvk .spacing-section-btn {
  text-align: center;
  color: #000000;
}
.QdWTos-uOpzSKXEvk .spacing-section-subtitle {
  color: #000000;
}
.QdWTos-uOtn5dluJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcfd;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOtn5dluJe .content-wrap {
  padding: 60px;
  background-color: #93a7a6;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .content-wrap {
    padding: 30px 20px;
  }
}
.QdWTos-uOtn5dluJe .content-wrap .row {
  justify-content: center;
}
.QdWTos-uOtn5dluJe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .title-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .spacing-section-title {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .nav-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .contacts-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .social-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .social-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont,
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont {
  transform: scale(1.1);
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a .spacing-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.QdWTos-uOtn5dluJe .spacing-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOtn5dluJe .spacing-section-title {
  color: #ed463f;
}
.QdWTos-uOtn5dluJe .spacing-section-subtitle {
  color: #ffffff;
}
.QdWTos-uOtn5dluJe .list {
  color: #404349;
}
.QdWTos-uOpuuWRpX8 .navbar-dropdown {
  position: relative !important;
}
.QdWTos-uOpuuWRpX8 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .QdWTos-uOpuuWRpX8 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpuuWRpX8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.QdWTos-uOpuuWRpX8 .dropdown-item:before {
  font-family: identity2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QdWTos-uOpuuWRpX8 .dropdown-item {
  border: 2px solid #ffffff;
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:hover,
.QdWTos-uOpuuWRpX8 .dropdown-item:focus {
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:hover span {
  color: white;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QdWTos-uOpuuWRpX8 .nav-link {
  position: relative;
}
.QdWTos-uOpuuWRpX8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QdWTos-uOpuuWRpX8 .container {
    flex-wrap: nowrap;
  }
}
.QdWTos-uOpuuWRpX8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .iconfont-wrapper:hover {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-menu,
.QdWTos-uOpuuWRpX8 .navbar.opened {
  background: #93a7a6 !important;
}
.QdWTos-uOpuuWRpX8 .nav-item:focus,
.QdWTos-uOpuuWRpX8 .nav-link:focus {
  outline: none;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item .spacing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item .spacing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QdWTos-uOpuuWRpX8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QdWTos-uOpuuWRpX8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #93a7a6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpuuWRpX8 .navbar.opened {
  transition: all 0.3s;
}
.QdWTos-uOpuuWRpX8 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.QdWTos-uOpuuWRpX8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QdWTos-uOpuuWRpX8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed {
  justify-content: center;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QdWTos-uOpuuWRpX8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QdWTos-uOpuuWRpX8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-short {
  min-height: 96px;
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QdWTos-uOpuuWRpX8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption:hover,
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-logo a {
  outline: none;
}
.QdWTos-uOpuuWRpX8 .navbar.opened .navbar-brand .navbar-caption:hover,
.QdWTos-uOpuuWRpX8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item.active,
.QdWTos-uOpuuWRpX8 .dropdown-item:active {
  background-color: transparent;
}
.QdWTos-uOpuuWRpX8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #93a7a6;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QdWTos-uOpuuWRpX8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QdWTos-uOpuuWRpX8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QdWTos-uOpuuWRpX8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.QdWTos-uOpuuWRpX8 .navbar-buttons {
  text-align: center;
}
.QdWTos-uOpuuWRpX8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.QdWTos-uOpuuWRpX8 .navbar-buttons .btn .spacing-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QdWTos-uOpuuWRpX8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #93a7a6 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 .navbar-dropdown {
  padding: 0 1rem;
}
.QdWTos-uOpuuWRpX8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QdWTos-uOpuuWRpX8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QdWTos-uOpuuWRpX8 .navbar {
    height: 70px;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened {
    height: auto;
  }
  .QdWTos-uOpuuWRpX8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QdWTos-uOpuuWRpX8 .navbar-nav {
  margin: 0 auto;
}
.QdWTos-uOpuuWRpX8 .nav-item {
  padding: 0;
  margin: 0;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link::after {
  color: #dcdcdc !important;
  transform: rotate(0);
  transition: .3s;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu .dropdown-item {
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #dcdcdc !important;
}
@media (max-width: 991px) {
  .QdWTos-uOpuuWRpX8 .navbar {
    justify-content: flex-start !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.QdWTos-uOpuuWRpX8 .content-wrap {
  min-height: 130px;
}
.QdWTos-uOpASGrfzv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfcfd;
}
.QdWTos-uOpASGrfzv .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpASGrfzv .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOpASGrfzv img {
  border-radius: 3rem;
}
.QdWTos-uOpASGrfzv .row {
  flex-direction: row-reverse;
}
.QdWTos-uOpASGrfzv .row {
  align-items: center;
}
.QdWTos-uOpASGrfzv .spacing-section-title {
  color: #000000;
  text-align: center;
}
.QdWTos-uOpASGrfzv .spacing-text,
.QdWTos-uOpASGrfzv .spacing-section-btn {
  color: #000000;
  text-align: center;
}
.QdWTos-uOpGUH7OIH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bec9ca;
}
.QdWTos-uOpGUH7OIH .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpGUH7OIH .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOpGUH7OIH .container {
    padding: 0 22px;
  }
}
.QdWTos-uOpGUH7OIH .row {
  justify-content: center;
}
.QdWTos-uOpGUH7OIH .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .QdWTos-uOpGUH7OIH .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOpGUH7OIH .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #000000;
}
.QdWTos-uOpGUH7OIH .content-wrapper .spacing-section-title {
  margin-bottom: 0;
}
.QdWTos-uOpGUH7OIH .content-wrapper .icon-wrapper .spacing-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #000000;
}
.QdWTos-uOpGUH7OIH .content-wrapper .spacing-text {
  margin-bottom: 0;
}
.QdWTos-uOpGUH7OIH .spacing-section-title {
  color: #ffffff;
}
.QdWTos-uOpGUH7OIH .spacing-text {
  color: #000000;
  text-align: center;
}
.QdWTos-uOpGUH7OIH .spacing-section-title,
.QdWTos-uOpGUH7OIH .icon-wrapper {
  text-align: center;
  color: #000000;
}
.QdWTos-uOpCh7hEEr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbfcfd;
}
.QdWTos-uOpCh7hEEr .row {
  position: relative;
}
.QdWTos-uOpCh7hEEr .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #93a7a6 50%, #bec9ca);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .QdWTos-uOpCh7hEEr .row .blur-circle {
    display: none;
  }
}
.QdWTos-uOpCh7hEEr .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpCh7hEEr .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOpCh7hEEr .row {
  justify-content: center;
}
.QdWTos-uOpCh7hEEr .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .QdWTos-uOpCh7hEEr .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .QdWTos-uOpCh7hEEr .row {
    padding: 0 24px;
  }
}
.QdWTos-uOpCh7hEEr .image-card {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .QdWTos-uOpCh7hEEr .image-card {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.QdWTos-uOpCh7hEEr .text-card {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .QdWTos-uOpCh7hEEr .text-card {
    padding: 0 12px;
  }
}
.QdWTos-uOpCh7hEEr .row.row-wrapper {
  padding: 64px;
  background-color: #93a7a6;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.QdWTos-uOpCh7hEEr .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #93a7a6;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .QdWTos-uOpCh7hEEr .row.row-wrapper {
    padding: 32px;
  }
}
.QdWTos-uOpCh7hEEr .row.row-wrapper .image-wrapper img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.QdWTos-uOpCh7hEEr .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .QdWTos-uOpCh7hEEr .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}
.QdWTos-uOpCh7hEEr .row.row-wrapper .text-wrapper .spacing-section-title {
  margin-bottom: 0;
}
.QdWTos-uOpCh7hEEr .row.row-wrapper .text-wrapper .spacing-section-title span {
  position: relative;
  z-index: 1;
}
.QdWTos-uOpCh7hEEr .row.row-wrapper .text-wrapper .spacing-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.QdWTos-uOpCh7hEEr .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.QdWTos-uOpCh7hEEr .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.QdWTos-uOpCh7hEEr .row.row-wrapper .text-wrapper .link-wrapper .spacing-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.QdWTos-uOpCh7hEEr .row.row-wrapper .text-wrapper .spacing-text {
  margin: 30px 0 0 0;
}
.QdWTos-uOpCh7hEEr .spacing-section-title {
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOpCh7hEEr .spacing-link {
  color: #111111;
  text-align: center;
}
.QdWTos-uOpCh7hEEr .spacing-text {
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOq1C0OmTS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bec9ca;
  background-image: linear-gradient(135deg, #bec9ca 10%, #bec9ca 80%, #93a7a6 130%);
}
.QdWTos-uOq1C0OmTS .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOq1C0OmTS .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOq1C0OmTS .row {
  justify-content: center;
}
.QdWTos-uOq1C0OmTS .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.QdWTos-uOq1C0OmTS .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.QdWTos-uOq1C0OmTS .content-wrapper .spacing-section-title {
  margin-bottom: 22px;
}
.QdWTos-uOq1C0OmTS .content-wrapper .text-wrapper .spacing-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOq1C0OmTS .content-wrapper .text-wrapper .spacing-text {
    width: 100%;
  }
}
.QdWTos-uOq1C0OmTS .content-wrapper .spacing-section-btn {
  margin-top: 32px;
}
.QdWTos-uOq1C0OmTS .content-wrapper .spacing-section-btn .spacing-section-title {
  margin-top: 22px;
}
.QdWTos-uOq1C0OmTS .spacing-section-title {
  color: #ffffff;
}
.QdWTos-uOq1C0OmTS .spacing-text,
.QdWTos-uOq1C0OmTS .text-wrapper {
  color: #000000;
  text-align: center;
}
.QdWTos-uOq1C0OmTS .spacing-section-title,
.QdWTos-uOq1C0OmTS .spacing-section-btn,
.QdWTos-uOq1C0OmTS .logo-wrapper {
  text-align: center;
  color: #000000;
}
.QdWTos-uOtn5dluJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcfd;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOtn5dluJe .content-wrap {
  padding: 60px;
  background-color: #93a7a6;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .content-wrap {
    padding: 30px 20px;
  }
}
.QdWTos-uOtn5dluJe .content-wrap .row {
  justify-content: center;
}
.QdWTos-uOtn5dluJe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .title-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .spacing-section-title {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .nav-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .contacts-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .social-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .social-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont,
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont {
  transform: scale(1.1);
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a .spacing-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.QdWTos-uOtn5dluJe .spacing-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOtn5dluJe .spacing-section-title {
  color: #ed463f;
}
.QdWTos-uOtn5dluJe .spacing-section-subtitle {
  color: #ffffff;
}
.QdWTos-uOtn5dluJe .list {
  color: #404349;
}
.QdWTos-uOpuuWRpX8 .navbar-dropdown {
  position: relative !important;
}
.QdWTos-uOpuuWRpX8 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .QdWTos-uOpuuWRpX8 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpuuWRpX8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.QdWTos-uOpuuWRpX8 .dropdown-item:before {
  font-family: identity2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QdWTos-uOpuuWRpX8 .dropdown-item {
  border: 2px solid #ffffff;
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:hover,
.QdWTos-uOpuuWRpX8 .dropdown-item:focus {
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:hover span {
  color: white;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QdWTos-uOpuuWRpX8 .nav-link {
  position: relative;
}
.QdWTos-uOpuuWRpX8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QdWTos-uOpuuWRpX8 .container {
    flex-wrap: nowrap;
  }
}
.QdWTos-uOpuuWRpX8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .iconfont-wrapper:hover {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-menu,
.QdWTos-uOpuuWRpX8 .navbar.opened {
  background: #93a7a6 !important;
}
.QdWTos-uOpuuWRpX8 .nav-item:focus,
.QdWTos-uOpuuWRpX8 .nav-link:focus {
  outline: none;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item .spacing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item .spacing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QdWTos-uOpuuWRpX8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QdWTos-uOpuuWRpX8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #93a7a6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpuuWRpX8 .navbar.opened {
  transition: all 0.3s;
}
.QdWTos-uOpuuWRpX8 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.QdWTos-uOpuuWRpX8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QdWTos-uOpuuWRpX8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed {
  justify-content: center;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QdWTos-uOpuuWRpX8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QdWTos-uOpuuWRpX8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-short {
  min-height: 96px;
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QdWTos-uOpuuWRpX8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption:hover,
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-logo a {
  outline: none;
}
.QdWTos-uOpuuWRpX8 .navbar.opened .navbar-brand .navbar-caption:hover,
.QdWTos-uOpuuWRpX8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item.active,
.QdWTos-uOpuuWRpX8 .dropdown-item:active {
  background-color: transparent;
}
.QdWTos-uOpuuWRpX8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #93a7a6;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QdWTos-uOpuuWRpX8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QdWTos-uOpuuWRpX8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QdWTos-uOpuuWRpX8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.QdWTos-uOpuuWRpX8 .navbar-buttons {
  text-align: center;
}
.QdWTos-uOpuuWRpX8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.QdWTos-uOpuuWRpX8 .navbar-buttons .btn .spacing-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QdWTos-uOpuuWRpX8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #93a7a6 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 .navbar-dropdown {
  padding: 0 1rem;
}
.QdWTos-uOpuuWRpX8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QdWTos-uOpuuWRpX8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QdWTos-uOpuuWRpX8 .navbar {
    height: 70px;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened {
    height: auto;
  }
  .QdWTos-uOpuuWRpX8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QdWTos-uOpuuWRpX8 .navbar-nav {
  margin: 0 auto;
}
.QdWTos-uOpuuWRpX8 .nav-item {
  padding: 0;
  margin: 0;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link::after {
  color: #dcdcdc !important;
  transform: rotate(0);
  transition: .3s;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu .dropdown-item {
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #dcdcdc !important;
}
@media (max-width: 991px) {
  .QdWTos-uOpuuWRpX8 .navbar {
    justify-content: flex-start !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.QdWTos-uOpuuWRpX8 .content-wrap {
  min-height: 130px;
}
.QdWTos-uOqn59LNui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bec9ca;
}
.QdWTos-uOqn59LNui .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOqn59LNui .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOqn59LNui .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOqn59LNui .container-fluid {
    padding: 0 20px;
  }
}
.QdWTos-uOqn59LNui .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOqn59LNui .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOqn59LNui .title-wrapper {
    margin-top: 45px;
  }
}
.QdWTos-uOqn59LNui .title-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .QdWTos-uOqn59LNui .title-wrapper .spacing-section-subtitle {
    margin-bottom: 10px;
  }
}
.QdWTos-uOqn59LNui .title-wrapper .spacing-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .QdWTos-uOqn59LNui .title-wrapper .spacing-section-title {
    margin-bottom: 10px;
  }
}
.QdWTos-uOqn59LNui .title-wrapper .spacing-text {
  line-height: inherit;
  margin-bottom: 0;
}
.QdWTos-uOqn59LNui .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .QdWTos-uOqn59LNui .title-wrapper .list {
    margin-top: 20px;
  }
}
.QdWTos-uOqn59LNui .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .QdWTos-uOqn59LNui .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.QdWTos-uOqn59LNui .title-wrapper .list .item-wrap .spacing-iconfont {
  margin-right: 12px;
  color: #000000;
}
@media (min-width: 992px) {
  .QdWTos-uOqn59LNui .spacing-form {
    margin-top: 32px;
  }
}
.QdWTos-uOqn59LNui .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .QdWTos-uOqn59LNui .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.QdWTos-uOqn59LNui .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.QdWTos-uOqn59LNui .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.QdWTos-uOqn59LNui .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.QdWTos-uOqn59LNui .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.QdWTos-uOqn59LNui .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #ffd7ef;
}
.QdWTos-uOqn59LNui .dragArea.row .spacing-section-btn {
  margin-top: 20px;
}
.QdWTos-uOqn59LNui .dragArea.row .spacing-section-btn .btn {
  flex-direction: row-reverse;
}
.QdWTos-uOqn59LNui .dragArea.row .spacing-section-btn .btn .spacing-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.QdWTos-uOqn59LNui .spacing-section-subtitle {
  color: #000000;
}
.QdWTos-uOqn59LNui .spacing-section-title {
  color: #000000;
}
.QdWTos-uOqn59LNui .spacing-text {
  color: #000000;
}
.QdWTos-uOqn59LNui .list {
  color: #000000;
}
.QdWTos-uOqn59LNui label {
  color: #000000;
}
.QdWTos-uOtn5dluJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcfd;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOtn5dluJe .content-wrap {
  padding: 60px;
  background-color: #93a7a6;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .content-wrap {
    padding: 30px 20px;
  }
}
.QdWTos-uOtn5dluJe .content-wrap .row {
  justify-content: center;
}
.QdWTos-uOtn5dluJe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .title-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .spacing-section-title {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .nav-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .contacts-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .social-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .social-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont,
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont {
  transform: scale(1.1);
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a .spacing-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.QdWTos-uOtn5dluJe .spacing-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOtn5dluJe .spacing-section-title {
  color: #ed463f;
}
.QdWTos-uOtn5dluJe .spacing-section-subtitle {
  color: #ffffff;
}
.QdWTos-uOtn5dluJe .list {
  color: #404349;
}
.QdWTos-uOpuuWRpX8 .navbar-dropdown {
  position: relative !important;
}
.QdWTos-uOpuuWRpX8 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .QdWTos-uOpuuWRpX8 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpuuWRpX8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.QdWTos-uOpuuWRpX8 .dropdown-item:before {
  font-family: identity2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QdWTos-uOpuuWRpX8 .dropdown-item {
  border: 2px solid #ffffff;
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:hover,
.QdWTos-uOpuuWRpX8 .dropdown-item:focus {
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:hover span {
  color: white;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QdWTos-uOpuuWRpX8 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QdWTos-uOpuuWRpX8 .nav-link {
  position: relative;
}
.QdWTos-uOpuuWRpX8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QdWTos-uOpuuWRpX8 .container {
    flex-wrap: nowrap;
  }
}
.QdWTos-uOpuuWRpX8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .iconfont-wrapper:hover {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-menu,
.QdWTos-uOpuuWRpX8 .navbar.opened {
  background: #93a7a6 !important;
}
.QdWTos-uOpuuWRpX8 .nav-item:focus,
.QdWTos-uOpuuWRpX8 .nav-link:focus {
  outline: none;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item .spacing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QdWTos-uOpuuWRpX8 .dropdown .dropdown-menu .dropdown-item .spacing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpuuWRpX8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QdWTos-uOpuuWRpX8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QdWTos-uOpuuWRpX8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #93a7a6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpuuWRpX8 .navbar.opened {
  transition: all 0.3s;
}
.QdWTos-uOpuuWRpX8 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.QdWTos-uOpuuWRpX8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QdWTos-uOpuuWRpX8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed {
  justify-content: center;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QdWTos-uOpuuWRpX8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QdWTos-uOpuuWRpX8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QdWTos-uOpuuWRpX8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QdWTos-uOpuuWRpX8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QdWTos-uOpuuWRpX8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-short {
  min-height: 96px;
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QdWTos-uOpuuWRpX8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption:hover,
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .navbar-brand .navbar-logo a {
  outline: none;
}
.QdWTos-uOpuuWRpX8 .navbar.opened .navbar-brand .navbar-caption:hover,
.QdWTos-uOpuuWRpX8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .dropdown-item.active,
.QdWTos-uOpuuWRpX8 .dropdown-item:active {
  background-color: transparent;
}
.QdWTos-uOpuuWRpX8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QdWTos-uOpuuWRpX8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #93a7a6;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QdWTos-uOpuuWRpX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QdWTos-uOpuuWRpX8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QdWTos-uOpuuWRpX8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QdWTos-uOpuuWRpX8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.QdWTos-uOpuuWRpX8 .navbar-buttons {
  text-align: center;
}
.QdWTos-uOpuuWRpX8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.QdWTos-uOpuuWRpX8 .navbar-buttons .btn .spacing-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QdWTos-uOpuuWRpX8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #93a7a6 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpuuWRpX8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QdWTos-uOpuuWRpX8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpuuWRpX8 .navbar-dropdown {
  padding: 0 1rem;
}
.QdWTos-uOpuuWRpX8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QdWTos-uOpuuWRpX8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QdWTos-uOpuuWRpX8 .navbar {
    height: 70px;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened {
    height: auto;
  }
  .QdWTos-uOpuuWRpX8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QdWTos-uOpuuWRpX8 .navbar-nav {
  margin: 0 auto;
}
.QdWTos-uOpuuWRpX8 .nav-item {
  padding: 0;
  margin: 0;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link::after {
  color: #dcdcdc !important;
  transform: rotate(0);
  transition: .3s;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #dcdcdc !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu .dropdown-item {
  color: #9fe870 !important;
}
.QdWTos-uOpuuWRpX8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #dcdcdc !important;
}
@media (max-width: 991px) {
  .QdWTos-uOpuuWRpX8 .navbar {
    justify-content: flex-start !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QdWTos-uOpuuWRpX8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.QdWTos-uOpuuWRpX8 .content-wrap {
  min-height: 130px;
}
.QdWTos-uOpKEDxvnF {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fbfcfd;
}
.QdWTos-uOpKEDxvnF .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpKEDxvnF .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOtn5dluJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcfd;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOtn5dluJe .content-wrap {
  padding: 60px;
  background-color: #93a7a6;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .content-wrap {
    padding: 30px 20px;
  }
}
.QdWTos-uOtn5dluJe .content-wrap .row {
  justify-content: center;
}
.QdWTos-uOtn5dluJe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .title-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .spacing-section-title {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .nav-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .contacts-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .social-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .social-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont,
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont {
  transform: scale(1.1);
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a .spacing-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.QdWTos-uOtn5dluJe .spacing-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOtn5dluJe .spacing-section-title {
  color: #ed463f;
}
.QdWTos-uOtn5dluJe .spacing-section-subtitle {
  color: #ffffff;
}
.QdWTos-uOtn5dluJe .list {
  color: #404349;
}
.QdWTos-uOpVG5Xvyx .navbar-dropdown {
  position: relative !important;
}
.QdWTos-uOpVG5Xvyx .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .QdWTos-uOpVG5Xvyx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpVG5Xvyx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.QdWTos-uOpVG5Xvyx .dropdown-item:before {
  font-family: identity2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpVG5Xvyx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QdWTos-uOpVG5Xvyx .dropdown-item {
  border: 2px solid #ffffff;
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpVG5Xvyx .dropdown-item:hover,
.QdWTos-uOpVG5Xvyx .dropdown-item:focus {
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpVG5Xvyx .dropdown-item:hover span {
  color: white;
}
.QdWTos-uOpVG5Xvyx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QdWTos-uOpVG5Xvyx .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QdWTos-uOpVG5Xvyx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QdWTos-uOpVG5Xvyx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QdWTos-uOpVG5Xvyx .nav-link {
  position: relative;
}
.QdWTos-uOpVG5Xvyx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QdWTos-uOpVG5Xvyx .container {
    flex-wrap: nowrap;
  }
}
.QdWTos-uOpVG5Xvyx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QdWTos-uOpVG5Xvyx .iconfont-wrapper:hover {
  color: #dcdcdc !important;
}
.QdWTos-uOpVG5Xvyx .dropdown-menu,
.QdWTos-uOpVG5Xvyx .navbar.opened {
  background: #93a7a6 !important;
}
.QdWTos-uOpVG5Xvyx .nav-item:focus,
.QdWTos-uOpVG5Xvyx .nav-link:focus {
  outline: none;
}
.QdWTos-uOpVG5Xvyx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpVG5Xvyx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QdWTos-uOpVG5Xvyx .dropdown .dropdown-menu .dropdown-item .spacing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QdWTos-uOpVG5Xvyx .dropdown .dropdown-menu .dropdown-item .spacing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpVG5Xvyx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QdWTos-uOpVG5Xvyx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QdWTos-uOpVG5Xvyx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #93a7a6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpVG5Xvyx .navbar.opened {
  transition: all 0.3s;
}
.QdWTos-uOpVG5Xvyx .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.QdWTos-uOpVG5Xvyx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QdWTos-uOpVG5Xvyx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QdWTos-uOpVG5Xvyx .navbar.collapsed {
  justify-content: center;
}
.QdWTos-uOpVG5Xvyx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QdWTos-uOpVG5Xvyx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QdWTos-uOpVG5Xvyx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.QdWTos-uOpVG5Xvyx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QdWTos-uOpVG5Xvyx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QdWTos-uOpVG5Xvyx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QdWTos-uOpVG5Xvyx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QdWTos-uOpVG5Xvyx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QdWTos-uOpVG5Xvyx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QdWTos-uOpVG5Xvyx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QdWTos-uOpVG5Xvyx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QdWTos-uOpVG5Xvyx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QdWTos-uOpVG5Xvyx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QdWTos-uOpVG5Xvyx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QdWTos-uOpVG5Xvyx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QdWTos-uOpVG5Xvyx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QdWTos-uOpVG5Xvyx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QdWTos-uOpVG5Xvyx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QdWTos-uOpVG5Xvyx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QdWTos-uOpVG5Xvyx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QdWTos-uOpVG5Xvyx .navbar.navbar-short {
  min-height: 96px;
}
.QdWTos-uOpVG5Xvyx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QdWTos-uOpVG5Xvyx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QdWTos-uOpVG5Xvyx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.QdWTos-uOpVG5Xvyx .navbar-brand .navbar-caption:hover,
.QdWTos-uOpVG5Xvyx .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpVG5Xvyx .navbar-brand .navbar-logo a {
  outline: none;
}
.QdWTos-uOpVG5Xvyx .navbar.opened .navbar-brand .navbar-caption:hover,
.QdWTos-uOpVG5Xvyx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpVG5Xvyx .dropdown-item.active,
.QdWTos-uOpVG5Xvyx .dropdown-item:active {
  background-color: transparent;
}
.QdWTos-uOpVG5Xvyx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QdWTos-uOpVG5Xvyx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QdWTos-uOpVG5Xvyx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QdWTos-uOpVG5Xvyx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #93a7a6;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOpVG5Xvyx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QdWTos-uOpVG5Xvyx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QdWTos-uOpVG5Xvyx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QdWTos-uOpVG5Xvyx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QdWTos-uOpVG5Xvyx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.QdWTos-uOpVG5Xvyx .navbar-buttons {
  text-align: center;
}
.QdWTos-uOpVG5Xvyx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.QdWTos-uOpVG5Xvyx .navbar-buttons .btn .spacing-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QdWTos-uOpVG5Xvyx .navbar-buttons .btn {
    width: auto !important;
  }
}
.QdWTos-uOpVG5Xvyx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #93a7a6 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpVG5Xvyx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QdWTos-uOpVG5Xvyx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QdWTos-uOpVG5Xvyx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpVG5Xvyx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpVG5Xvyx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QdWTos-uOpVG5Xvyx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpVG5Xvyx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QdWTos-uOpVG5Xvyx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QdWTos-uOpVG5Xvyx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpVG5Xvyx .navbar-dropdown {
  padding: 0 1rem;
}
.QdWTos-uOpVG5Xvyx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QdWTos-uOpVG5Xvyx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QdWTos-uOpVG5Xvyx .navbar {
    height: 70px;
  }
  .QdWTos-uOpVG5Xvyx .navbar.opened {
    height: auto;
  }
  .QdWTos-uOpVG5Xvyx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QdWTos-uOpVG5Xvyx .navbar-nav {
  margin: 0 auto;
}
.QdWTos-uOpVG5Xvyx .nav-item {
  padding: 0;
  margin: 0;
}
.QdWTos-uOpVG5Xvyx .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.QdWTos-uOpVG5Xvyx .nav-item .nav-link::after {
  color: #dcdcdc !important;
  transform: rotate(0);
  transition: .3s;
}
.QdWTos-uOpVG5Xvyx .nav-item .nav-link:hover {
  background-color: transparent;
  color: #dcdcdc !important;
}
.QdWTos-uOpVG5Xvyx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QdWTos-uOpVG5Xvyx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QdWTos-uOpVG5Xvyx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.QdWTos-uOpVG5Xvyx .nav-item .dropdown-menu .dropdown-item {
  color: #9fe870 !important;
}
.QdWTos-uOpVG5Xvyx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #dcdcdc !important;
}
@media (max-width: 991px) {
  .QdWTos-uOpVG5Xvyx .navbar {
    justify-content: flex-start !important;
  }
  .QdWTos-uOpVG5Xvyx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QdWTos-uOpVG5Xvyx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QdWTos-uOpVG5Xvyx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QdWTos-uOpVG5Xvyx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QdWTos-uOpVG5Xvyx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QdWTos-uOpVG5Xvyx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.QdWTos-uOpVG5Xvyx .content-wrap {
  min-height: 130px;
}
.QdWTos-uOpVG6NXBI {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fbfcfd;
}
.QdWTos-uOpVG6NXBI .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpVG6NXBI .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOtn5dluJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcfd;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOtn5dluJe .content-wrap {
  padding: 60px;
  background-color: #93a7a6;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .content-wrap {
    padding: 30px 20px;
  }
}
.QdWTos-uOtn5dluJe .content-wrap .row {
  justify-content: center;
}
.QdWTos-uOtn5dluJe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .title-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .spacing-section-title {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .nav-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .contacts-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .social-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .social-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont,
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont {
  transform: scale(1.1);
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a .spacing-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.QdWTos-uOtn5dluJe .spacing-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOtn5dluJe .spacing-section-title {
  color: #ed463f;
}
.QdWTos-uOtn5dluJe .spacing-section-subtitle {
  color: #ffffff;
}
.QdWTos-uOtn5dluJe .list {
  color: #404349;
}
.QdWTos-uOpVGCWZyu .navbar-dropdown {
  position: relative !important;
}
.QdWTos-uOpVGCWZyu .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .QdWTos-uOpVGCWZyu .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .QdWTos-uOpVGCWZyu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.QdWTos-uOpVGCWZyu .dropdown-item:before {
  font-family: identity2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpVGCWZyu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QdWTos-uOpVGCWZyu .dropdown-item {
  border: 2px solid #ffffff;
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpVGCWZyu .dropdown-item:hover,
.QdWTos-uOpVGCWZyu .dropdown-item:focus {
  background: #93a7a6 !important;
  color: #9fe870 !important;
}
.QdWTos-uOpVGCWZyu .dropdown-item:hover span {
  color: white;
}
.QdWTos-uOpVGCWZyu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QdWTos-uOpVGCWZyu .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QdWTos-uOpVGCWZyu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QdWTos-uOpVGCWZyu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QdWTos-uOpVGCWZyu .nav-link {
  position: relative;
}
.QdWTos-uOpVGCWZyu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QdWTos-uOpVGCWZyu .container {
    flex-wrap: nowrap;
  }
}
.QdWTos-uOpVGCWZyu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QdWTos-uOpVGCWZyu .iconfont-wrapper:hover {
  color: #dcdcdc !important;
}
.QdWTos-uOpVGCWZyu .dropdown-menu,
.QdWTos-uOpVGCWZyu .navbar.opened {
  background: #93a7a6 !important;
}
.QdWTos-uOpVGCWZyu .nav-item:focus,
.QdWTos-uOpVGCWZyu .nav-link:focus {
  outline: none;
}
.QdWTos-uOpVGCWZyu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpVGCWZyu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QdWTos-uOpVGCWZyu .dropdown .dropdown-menu .dropdown-item .spacing-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QdWTos-uOpVGCWZyu .dropdown .dropdown-menu .dropdown-item .spacing-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QdWTos-uOpVGCWZyu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QdWTos-uOpVGCWZyu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QdWTos-uOpVGCWZyu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #93a7a6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpVGCWZyu .navbar.opened {
  transition: all 0.3s;
}
.QdWTos-uOpVGCWZyu .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.QdWTos-uOpVGCWZyu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QdWTos-uOpVGCWZyu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QdWTos-uOpVGCWZyu .navbar.collapsed {
  justify-content: center;
}
.QdWTos-uOpVGCWZyu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QdWTos-uOpVGCWZyu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QdWTos-uOpVGCWZyu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.QdWTos-uOpVGCWZyu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QdWTos-uOpVGCWZyu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QdWTos-uOpVGCWZyu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QdWTos-uOpVGCWZyu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QdWTos-uOpVGCWZyu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QdWTos-uOpVGCWZyu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QdWTos-uOpVGCWZyu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QdWTos-uOpVGCWZyu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QdWTos-uOpVGCWZyu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QdWTos-uOpVGCWZyu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QdWTos-uOpVGCWZyu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QdWTos-uOpVGCWZyu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QdWTos-uOpVGCWZyu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QdWTos-uOpVGCWZyu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QdWTos-uOpVGCWZyu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QdWTos-uOpVGCWZyu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QdWTos-uOpVGCWZyu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QdWTos-uOpVGCWZyu .navbar.navbar-short {
  min-height: 96px;
}
.QdWTos-uOpVGCWZyu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QdWTos-uOpVGCWZyu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QdWTos-uOpVGCWZyu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.QdWTos-uOpVGCWZyu .navbar-brand .navbar-caption:hover,
.QdWTos-uOpVGCWZyu .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpVGCWZyu .navbar-brand .navbar-logo a {
  outline: none;
}
.QdWTos-uOpVGCWZyu .navbar.opened .navbar-brand .navbar-caption:hover,
.QdWTos-uOpVGCWZyu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dcdcdc !important;
}
.QdWTos-uOpVGCWZyu .dropdown-item.active,
.QdWTos-uOpVGCWZyu .dropdown-item:active {
  background-color: transparent;
}
.QdWTos-uOpVGCWZyu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QdWTos-uOpVGCWZyu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QdWTos-uOpVGCWZyu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QdWTos-uOpVGCWZyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #93a7a6;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .QdWTos-uOpVGCWZyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QdWTos-uOpVGCWZyu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QdWTos-uOpVGCWZyu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QdWTos-uOpVGCWZyu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QdWTos-uOpVGCWZyu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.QdWTos-uOpVGCWZyu .navbar-buttons {
  text-align: center;
}
.QdWTos-uOpVGCWZyu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.QdWTos-uOpVGCWZyu .navbar-buttons .btn .spacing-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QdWTos-uOpVGCWZyu .navbar-buttons .btn {
    width: auto !important;
  }
}
.QdWTos-uOpVGCWZyu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #93a7a6 !important;
  border: none !important;
  box-shadow: none !important;
}
.QdWTos-uOpVGCWZyu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QdWTos-uOpVGCWZyu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QdWTos-uOpVGCWZyu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpVGCWZyu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QdWTos-uOpVGCWZyu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QdWTos-uOpVGCWZyu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpVGCWZyu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QdWTos-uOpVGCWZyu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QdWTos-uOpVGCWZyu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QdWTos-uOpVGCWZyu .navbar-dropdown {
  padding: 0 1rem;
}
.QdWTos-uOpVGCWZyu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QdWTos-uOpVGCWZyu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QdWTos-uOpVGCWZyu .navbar {
    height: 70px;
  }
  .QdWTos-uOpVGCWZyu .navbar.opened {
    height: auto;
  }
  .QdWTos-uOpVGCWZyu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QdWTos-uOpVGCWZyu .navbar-nav {
  margin: 0 auto;
}
.QdWTos-uOpVGCWZyu .nav-item {
  padding: 0;
  margin: 0;
}
.QdWTos-uOpVGCWZyu .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.QdWTos-uOpVGCWZyu .nav-item .nav-link::after {
  color: #dcdcdc !important;
  transform: rotate(0);
  transition: .3s;
}
.QdWTos-uOpVGCWZyu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #dcdcdc !important;
}
.QdWTos-uOpVGCWZyu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QdWTos-uOpVGCWZyu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QdWTos-uOpVGCWZyu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.QdWTos-uOpVGCWZyu .nav-item .dropdown-menu .dropdown-item {
  color: #9fe870 !important;
}
.QdWTos-uOpVGCWZyu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #dcdcdc !important;
}
@media (max-width: 991px) {
  .QdWTos-uOpVGCWZyu .navbar {
    justify-content: flex-start !important;
  }
  .QdWTos-uOpVGCWZyu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QdWTos-uOpVGCWZyu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QdWTos-uOpVGCWZyu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QdWTos-uOpVGCWZyu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QdWTos-uOpVGCWZyu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QdWTos-uOpVGCWZyu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.QdWTos-uOpVGCWZyu .content-wrap {
  min-height: 130px;
}
.QdWTos-uOpVGDKwu4 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fbfcfd;
}
.QdWTos-uOpVGDKwu4 .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOpVGDKwu4 .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOtn5dluJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcfd;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image.disabled {
  display: none;
}
.QdWTos-uOtn5dluJe .spacing-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QdWTos-uOtn5dluJe .content-wrap {
  padding: 60px;
  background-color: #93a7a6;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .content-wrap {
    padding: 30px 20px;
  }
}
.QdWTos-uOtn5dluJe .content-wrap .row {
  justify-content: center;
}
.QdWTos-uOtn5dluJe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .title-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.QdWTos-uOtn5dluJe .title-wrapper .title-wrap .spacing-section-title {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .nav-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .nav-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .contacts-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:hover,
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:focus {
  color: #dcdcdc;
}
.QdWTos-uOtn5dluJe .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.QdWTos-uOtn5dluJe .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QdWTos-uOtn5dluJe .social-wrapper {
    margin-bottom: 40px;
  }
}
.QdWTos-uOtn5dluJe .social-wrapper .spacing-section-subtitle {
  margin-bottom: 20px;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont,
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a:hover .spacing-iconfont {
  transform: scale(1.1);
}
.QdWTos-uOtn5dluJe .social-wrapper .social-wrap .soc-item a .spacing-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.QdWTos-uOtn5dluJe .spacing-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.QdWTos-uOtn5dluJe .spacing-section-title {
  color: #ed463f;
}
.QdWTos-uOtn5dluJe .spacing-section-subtitle {
  color: #ffffff;
}
.QdWTos-uOtn5dluJe .list {
  color: #404349;
}

/* 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 */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: flipIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: flipOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: flipIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 15: translate down */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: translateY(2px);
}
/* endmainanimations */
