.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.collaboration-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .collaboration-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .collaboration-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.6;
}
.display-4 > .collaboration-iconfont {
  font-size: 1.4375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.7rem;
  line-height: 1.2;
}
.display-5 > .collaboration-iconfont {
  font-size: 3.375rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .collaboration-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #18212d !important;
}
.bg-success {
  background-color: #fbfaf9 !important;
}
.bg-info {
  background-color: #d4edfc !important;
}
.bg-warning {
  background-color: #002549 !important;
}
.bg-danger {
  background-color: #5cabaa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #18212d !important;
  border-color: #18212d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b818c !important;
  border-color: #6b818c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #879aa3 !important;
  border-color: #879aa3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #879aa3 !important;
  border-color: #879aa3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d4edfc !important;
  border-color: #d4edfc !important;
  color: #0e7fc3 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0e7fc3 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
  color: #937a62 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #937a62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #002549 !important;
  border-color: #002549 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #003f7c !important;
  border-color: #003f7c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #003f7c !important;
  border-color: #003f7c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5cabaa !important;
  border-color: #5cabaa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #7ebcbc !important;
  border-color: #7ebcbc !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7ebcbc !important;
  border-color: #7ebcbc !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: #18212d;
  color: #18212d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18212d !important;
  border-color: #18212d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6b818c;
  color: #6b818c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #45545b !important;
  background-color: transparent !important;
  border-color: #45545b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b818c !important;
  border-color: #6b818c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d4edfc;
  color: #d4edfc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #83cbf6 !important;
  background-color: transparent !important;
  border-color: #83cbf6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0e7fc3 !important;
  background-color: #d4edfc !important;
  border-color: #d4edfc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fbfaf9;
  color: #fbfaf9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d8cfc5 !important;
  background-color: transparent !important;
  border-color: #d8cfc5 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #937a62 !important;
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #002549;
  color: #002549;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #002549 !important;
  border-color: #002549 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #5cabaa;
  color: #5cabaa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3c7474 !important;
  background-color: transparent !important;
  border-color: #3c7474 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5cabaa !important;
  border-color: #5cabaa !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: #18212d !important;
}
.text-secondary {
  color: #6b818c !important;
}
.text-success {
  color: #fbfaf9 !important;
}
.text-info {
  color: #d4edfc !important;
}
.text-warning {
  color: #002549 !important;
}
.text-danger {
  color: #5cabaa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f4c52 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d2c7bc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #75c5f5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #376a6a !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: #18212d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d4edfc;
}
.alert-warning {
  background-color: #002549;
}
.alert-danger {
  background-color: #5cabaa;
}
.collaboration-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.collaboration-gallery-filter li a {
  border-radius: 100px !important;
}
.collaboration-gallery-filter li.active .btn {
  background-color: #18212d;
  border-color: #18212d;
  color: #ffffff;
}
.collaboration-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #18212d;
}
.collaboration-plan-header.bg-primary .collaboration-plan-subtitle,
.collaboration-plan-header.bg-primary .collaboration-plan-price-desc {
  color: #c8d3e2;
}
.collaboration-plan-header.bg-success .collaboration-plan-subtitle,
.collaboration-plan-header.bg-success .collaboration-plan-price-desc {
  color: #ffffff;
}
.collaboration-plan-header.bg-info .collaboration-plan-subtitle,
.collaboration-plan-header.bg-info .collaboration-plan-price-desc {
  color: #ffffff;
}
.collaboration-plan-header.bg-warning .collaboration-plan-subtitle,
.collaboration-plan-header.bg-warning .collaboration-plan-price-desc {
  color: #3099ff;
}
.collaboration-plan-header.bg-danger .collaboration-plan-subtitle,
.collaboration-plan-header.bg-danger .collaboration-plan-price-desc {
  color: #b0d6d6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .collaboration-iconfont {
  font-size: 1.71875rem;
}
.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: #18212d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .collaboration-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #18212d;
}
/* Forms */
.collaboration-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.collaboration-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.collaboration-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.collaboration-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: #18212d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #18212d;
}
.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: #18212d;
  border-bottom-color: #18212d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #18212d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6b818c !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='%2318212d' %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;
}
.collaboration-section-btn .btn,
.collaboration-section-btn-main .btn {
  padding: 10px 16px;
  border-radius: 500px !important;
  border: none !important;
  font-weight: 400;
}
.collaboration-section-btn .btn-primary,
.collaboration-section-btn-main .btn-primary {
  color: #d4edfc !important;
}
.collaboration-section-btn .btn-info,
.collaboration-section-btn-main .btn-info {
  color: #18212d !important;
}
.collaboration-section-btn .btn-success,
.collaboration-section-btn-main .btn-success {
  color: #18212d !important;
}
.collaboration-section-btn .btn-primary-outline,
.collaboration-section-btn-main .btn-primary-outline,
.collaboration-section-btn .btn-secondary-outline,
.collaboration-section-btn-main .btn-secondary-outline,
.collaboration-section-btn .btn-success-outline,
.collaboration-section-btn-main .btn-success-outline,
.collaboration-section-btn .btn-info-outline,
.collaboration-section-btn-main .btn-info-outline,
.collaboration-section-btn .btn-warning-outline,
.collaboration-section-btn-main .btn-warning-outline,
.collaboration-section-btn .btn-danger-outline,
.collaboration-section-btn-main .btn-danger-outline,
.collaboration-section-btn .btn-black-outline,
.collaboration-section-btn-main .btn-black-outline,
.collaboration-section-btn .btn-white-outline,
.collaboration-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0 2px 0;
}
.collaboration-section-btn .btn-primary-outline::before,
.collaboration-section-btn-main .btn-primary-outline::before,
.collaboration-section-btn .btn-secondary-outline::before,
.collaboration-section-btn-main .btn-secondary-outline::before,
.collaboration-section-btn .btn-success-outline::before,
.collaboration-section-btn-main .btn-success-outline::before,
.collaboration-section-btn .btn-info-outline::before,
.collaboration-section-btn-main .btn-info-outline::before,
.collaboration-section-btn .btn-warning-outline::before,
.collaboration-section-btn-main .btn-warning-outline::before,
.collaboration-section-btn .btn-danger-outline::before,
.collaboration-section-btn-main .btn-danger-outline::before,
.collaboration-section-btn .btn-black-outline::before,
.collaboration-section-btn-main .btn-black-outline::before,
.collaboration-section-btn .btn-white-outline::before,
.collaboration-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.collaboration-section-btn .btn-primary-outline:hover::before,
.collaboration-section-btn-main .btn-primary-outline:hover::before,
.collaboration-section-btn .btn-secondary-outline:hover::before,
.collaboration-section-btn-main .btn-secondary-outline:hover::before,
.collaboration-section-btn .btn-success-outline:hover::before,
.collaboration-section-btn-main .btn-success-outline:hover::before,
.collaboration-section-btn .btn-info-outline:hover::before,
.collaboration-section-btn-main .btn-info-outline:hover::before,
.collaboration-section-btn .btn-warning-outline:hover::before,
.collaboration-section-btn-main .btn-warning-outline:hover::before,
.collaboration-section-btn .btn-danger-outline:hover::before,
.collaboration-section-btn-main .btn-danger-outline:hover::before,
.collaboration-section-btn .btn-black-outline:hover::before,
.collaboration-section-btn-main .btn-black-outline:hover::before,
.collaboration-section-btn .btn-white-outline:hover::before,
.collaboration-section-btn-main .btn-white-outline:hover::before,
.collaboration-section-btn .btn-primary-outline:focus::before,
.collaboration-section-btn-main .btn-primary-outline:focus::before,
.collaboration-section-btn .btn-secondary-outline:focus::before,
.collaboration-section-btn-main .btn-secondary-outline:focus::before,
.collaboration-section-btn .btn-success-outline:focus::before,
.collaboration-section-btn-main .btn-success-outline:focus::before,
.collaboration-section-btn .btn-info-outline:focus::before,
.collaboration-section-btn-main .btn-info-outline:focus::before,
.collaboration-section-btn .btn-warning-outline:focus::before,
.collaboration-section-btn-main .btn-warning-outline:focus::before,
.collaboration-section-btn .btn-danger-outline:focus::before,
.collaboration-section-btn-main .btn-danger-outline:focus::before,
.collaboration-section-btn .btn-black-outline:focus::before,
.collaboration-section-btn-main .btn-black-outline:focus::before,
.collaboration-section-btn .btn-white-outline:focus::before,
.collaboration-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.collaboration-section-btn .btn-primary-outline::before,
.collaboration-section-btn-main .btn-primary-outline::before {
  background-color: #18212d;
}
.collaboration-section-btn .btn-secondary-outline::before,
.collaboration-section-btn-main .btn-secondary-outline::before {
  background-color: #6b818c;
}
.collaboration-section-btn .btn-success-outline::before,
.collaboration-section-btn-main .btn-success-outline::before {
  background-color: #fbfaf9;
}
.collaboration-section-btn .btn-info-outline::before,
.collaboration-section-btn-main .btn-info-outline::before {
  background-color: #d4edfc;
}
.collaboration-section-btn .btn-warning-outline::before,
.collaboration-section-btn-main .btn-warning-outline::before {
  background-color: #002549;
}
.collaboration-section-btn .btn-danger-outline::before,
.collaboration-section-btn-main .btn-danger-outline::before {
  background-color: #5cabaa;
}
.collaboration-section-btn .btn-black-outline::before,
.collaboration-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.collaboration-section-btn .btn-white-outline::before,
.collaboration-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 2rem !important;
}
.WfgIz9I-uP3sREGfC7 {
  background-color: transparent;
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.WfgIz9I-uP3sREGfC7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .WfgIz9I-uP3sREGfC7 .menu_box .navbar.opened,
  .WfgIz9I-uP3sREGfC7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown {
  position: relative !important;
}
.WfgIz9I-uP3sREGfC7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.WfgIz9I-uP3sREGfC7 .btn:hover {
  box-shadow: none;
}
.WfgIz9I-uP3sREGfC7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .WfgIz9I-uP3sREGfC7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .nav-item {
    margin: 0 !important;
  }
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link:hover::before,
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.WfgIz9I-uP3sREGfC7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .WfgIz9I-uP3sREGfC7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .WfgIz9I-uP3sREGfC7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .WfgIz9I-uP3sREGfC7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .WfgIz9I-uP3sREGfC7 .offcanvas_box {
    display: none;
  }
}
.WfgIz9I-uP3sREGfC7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.WfgIz9I-uP3sREGfC7 .container {
  display: flex;
  margin: auto;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper:hover {
  opacity: .5;
}
.WfgIz9I-uP3sREGfC7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar-nav {
    margin: 0;
  }
}
.WfgIz9I-uP3sREGfC7 .dropdown-menu,
.WfgIz9I-uP3sREGfC7 .navbar.opened {
  background-color: false !important;
}
.WfgIz9I-uP3sREGfC7 .nav-item:focus,
.WfgIz9I-uP3sREGfC7 .nav-link:focus {
  outline: none;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.WfgIz9I-uP3sREGfC7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.opened {
  transition: all 0.3s;
}
.WfgIz9I-uP3sREGfC7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.WfgIz9I-uP3sREGfC7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.WfgIz9I-uP3sREGfC7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed {
  justify-content: center;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .WfgIz9I-uP3sREGfC7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .WfgIz9I-uP3sREGfC7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .WfgIz9I-uP3sREGfC7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .icons-menu {
    padding: 0;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short {
  min-height: 60px;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand .navbar-logo a {
  outline: none;
}
.WfgIz9I-uP3sREGfC7 .dropdown-item.active,
.WfgIz9I-uP3sREGfC7 .dropdown-item:active {
  background-color: transparent;
}
.WfgIz9I-uP3sREGfC7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.WfgIz9I-uP3sREGfC7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.WfgIz9I-uP3sREGfC7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2faff;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.WfgIz9I-uP3sREGfC7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .WfgIz9I-uP3sREGfC7 .navbar {
    height: 70px;
  }
  .WfgIz9I-uP3sREGfC7 .navbar.opened {
    height: auto;
  }
  .WfgIz9I-uP3sREGfC7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .WfgIz9I-uP3sREGfC7 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.WfgIz9I-uP3sREGfC7 .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.WfgIz9I-uP3sREGfC7 .text_widget {
  margin-bottom: 32px;
}
.WfgIz9I-uP3sREGfC7 .text_widget a {
  transition: all 0.3s ease-out;
}
.WfgIz9I-uP3sREGfC7 .text_widget a:hover,
.WfgIz9I-uP3sREGfC7 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #5cabaa;
}
.WfgIz9I-uP3sREGfC7 .icons-menu-main {
  display: flex;
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-subtitle {
  color: #000000;
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 .navbar-caption {
  color: #000000;
}
.WfgIz9I-uP3sREGfC7 .collaboration-text {
  color: #9a9a9a;
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-subtitle,
.WfgIz9I-uP3sREGfC7 .text_widget,
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn {
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.WfgIz9I-uP3tAP2UG4 {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/white-object.jpg-1376x768.jpg");
}
.WfgIz9I-uP3tAP2UG4 H2 {
  color: #d58f76;
}
.WfgIz9I-uP3tAP2UG4 h1 {
  line-height: 1.38;
}
.WfgIz9I-uP3tAP2UG4 h1 span {
  background-color: #5cabaa;
  padding-bottom: 1rem;
}
.WfgIz9I-uP3tAP2UG4 .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3tAP2UG4 .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3tAP2UG4 H1 {
  text-align: center;
}
.WfgIz9I-uP3tAP2UG4 .collaboration-text,
.WfgIz9I-uP3tAP2UG4 .collaboration-section-btn {
  text-align: center;
}
.WfgIz9I-uP3ul5GIEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.WfgIz9I-uP3ul5GIEh .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3ul5GIEh .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3ul5GIEh .content-wrapper {
  padding: 80px 90px;
  background-color: #5cabaa;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3ul5GIEh .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #d4edfc;
}
@media (max-width: 1200px) {
  .WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .card-wrapper .collaboration-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .card-wrapper .collaboration-section-title {
    margin-bottom: 24px;
  }
}
.WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .card-wrapper .collaboration-text {
  margin-bottom: 0;
}
.WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .card-wrapper .icon-wrapper .collaboration-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #f2faff;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .card-wrapper .icon-wrapper .collaboration-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .collaboration-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3ul5GIEh .content-wrapper .content-wrap .collaboration-section-btn {
    margin-top: 16px;
  }
}
.WfgIz9I-uP3ul5GIEh .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3ul5GIEh .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.WfgIz9I-uP3ul5GIEh .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3ul5GIEh .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.WfgIz9I-uP3ul5GIEh .collaboration-section-title {
  color: #050f0f;
}
.WfgIz9I-uP3ul5GIEh .collaboration-text {
  color: #050f0f;
}
.WfgIz9I-uP3ul5GIEh .collaboration-section-btn {
  text-align: center;
}
.WfgIz9I-uP3ul5GIEh .icon-wrapper {
  text-align: right;
}
.WfgIz9I-uP3uyF3BDe {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2faff;
}
.WfgIz9I-uP3uyF3BDe .collaboration-section-title {
  margin-bottom: 26px;
  color: #6b818c;
}
.WfgIz9I-uP3uyF3BDe .collaboration-text {
  margin-bottom: 30px;
}
.WfgIz9I-uP3uyF3BDe .card-title {
  color: #6b818c;
}
.WfgIz9I-uP3uyF3BDe .icon_block .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.WfgIz9I-uP3uyF3BDe .icon_block .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(92, 171, 170, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.WfgIz9I-uP3uyF3BDe .icon_block .iconfont-wrapper .collaboration-iconfont {
  color: #5cabaa;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.WfgIz9I-uP3uyF3BDe .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.WfgIz9I-uP3uyF3BDe .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.WfgIz9I-uP3uyF3BDe .btn_link:hover {
  cursor: pointer;
}
.WfgIz9I-uP3uyF3BDe .btn_link:hover a {
  color: #18212d !important;
}
.WfgIz9I-uP3uyF3BDe .btn_link:hover span {
  transform: translatex(5px);
}
.WfgIz9I-uP3uyF3BDe .card_wrapper {
  margin-bottom: 20px;
}
.WfgIz9I-uP3uyF3BDe .card_icon {
  display: block;
  margin-bottom: 25px;
}
.WfgIz9I-uP3uyF3BDe .card_icon .collaboration-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 14px 30px rgba(92, 171, 170, 0.4);
  background: -webkit-linear-gradient(40deg, #5cabaa 0%, rgba(92, 171, 170, 0.3) 100%);
}
@media (min-width: 992px) {
  .WfgIz9I-uP3uyF3BDe .title_block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3uyF3BDe .title_block,
  .WfgIz9I-uP3uyF3BDe .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .WfgIz9I-uP3uyF3BDe .collaboration-text {
    margin-bottom: 20px;
  }
  .WfgIz9I-uP3uyF3BDe .icon_block .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.WfgIz9I-uP3uyF3BDe .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3uyF3BDe .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3uyF3BDe .collaboration-section-title,
.WfgIz9I-uP3uyF3BDe .icon_block {
  color: #000000;
}
.WfgIz9I-uP3uyF3BDe .collaboration-text,
.WfgIz9I-uP3uyF3BDe .btn_link {
  color: #000000;
}
.WfgIz9I-uP3uyF3BDe .card-title,
.WfgIz9I-uP3uyF3BDe .card_icon {
  color: #000000;
}
.WfgIz9I-uP3uyF3BDe .card-text {
  color: #000000;
}
.WfgIz9I-uP3uCfviYE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4edfc;
}
.WfgIz9I-uP3uCfviYE .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3uCfviYE .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3uCfviYE .row {
  position: relative;
  z-index: 2;
}
.WfgIz9I-uP3uCfviYE .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3uCfviYE .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.WfgIz9I-uP3uCfviYE .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3uCfviYE .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.WfgIz9I-uP3uCfviYE .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3uCfviYE .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.WfgIz9I-uP3uCfviYE .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #5cabaa;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3uCfviYE .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.WfgIz9I-uP3uCfviYE .image-wrapper .desc-wrap .collaboration-desc {
  margin-bottom: 0;
}
.WfgIz9I-uP3uCfviYE .content-wrapper .collaboration-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3uCfviYE .content-wrapper .collaboration-section-title {
    margin-bottom: 46px;
  }
}
.WfgIz9I-uP3uCfviYE .content-wrapper .text-wrapper .collaboration-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3uCfviYE .content-wrapper .text-wrapper .collaboration-text {
    width: 100%;
  }
}
.WfgIz9I-uP3uCfviYE .collaboration-section-title {
  color: #000000;
}
.WfgIz9I-uP3uCfviYE .collaboration-text {
  color: #51565c;
}
.WfgIz9I-uP3uCfviYE .collaboration-desc {
  color: #ffffff;
  text-align: center;
}
.WfgIz9I-uP3uCfviYE .collaboration-text,
.WfgIz9I-uP3uCfviYE .text-wrapper {
  color: #000000;
}
.WfgIz9I-uP3uOW1iLL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.WfgIz9I-uP3uOW1iLL .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3uOW1iLL .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3uOW1iLL .container {
    padding: 0 16px;
  }
}
.WfgIz9I-uP3uOW1iLL .card {
  justify-content: center;
}
.WfgIz9I-uP3uOW1iLL .title-wrapper .collaboration-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #5cabaa;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .WfgIz9I-uP3uOW1iLL .title-wrapper .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.WfgIz9I-uP3uOW1iLL .text-wrapper .collaboration-text {
  margin-bottom: 24px;
}
.WfgIz9I-uP3uOW1iLL .text-wrapper .collaboration-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.WfgIz9I-uP3uOW1iLL .collaboration-section-title {
  color: #000000;
}
.WfgIz9I-uP3uOW1iLL .collaboration-text {
  color: #000000;
}
.WfgIz9I-uP3uOW1iLL .collaboration-desc {
  color: #000000;
}
.WfgIz9I-uP3uOW1iLL .collaboration-section-title,
.WfgIz9I-uP3uOW1iLL .title-wrapper {
  color: #ffffff;
}
.WfgIz9I-uP3vcvRB60 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #d4edfc;
  z-index: 0;
}
.WfgIz9I-uP3vcvRB60 .card-wrapper {
  display: flex;
  overflow: visible;
}
.WfgIz9I-uP3vcvRB60 img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.WfgIz9I-uP3vcvRB60 .icon1 {
  background: #5cabaa;
}
.WfgIz9I-uP3vcvRB60 .icon2 {
  background: #51c4ce;
}
.WfgIz9I-uP3vcvRB60 .icon3 {
  background: #5cabaa;
}
.WfgIz9I-uP3vcvRB60 .card-box {
  padding-left: 1rem;
}
.WfgIz9I-uP3vcvRB60 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.WfgIz9I-uP3vcvRB60 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.WfgIz9I-uP3vcvRB60 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.WfgIz9I-uP3vcvRB60 .iconfont-wrapper:hover .collaboration-iconfont {
  color: white;
}
.WfgIz9I-uP3vcvRB60 .collaboration-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.WfgIz9I-uP3vcvRB60 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.WfgIz9I-uP3vcvRB60 .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3vcvRB60 .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .WfgIz9I-uP3vcvRB60 .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.WfgIz9I-uP3vcvRB60 .card-text {
  color: #000000;
}
.WfgIz9I-uP3vcvRB60 .title {
  color: #ffffff;
}
.WfgIz9I-uP3vcvRB60 .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3vcvRB60 .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3vcvRB60 .title,
.WfgIz9I-uP3vcvRB60 .img-col {
  color: #000000;
}
.WfgIz9I-uP3I4LuFpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3I4LuFpj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container {
    padding: 0 20px;
  }
}
.WfgIz9I-uP3I4LuFpj .row {
  justify-content: center;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .logo-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper a {
  display: inline-flex;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #72dfe9;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.WfgIz9I-uP3I4LuFpj .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #72dfe9;
}
.WfgIz9I-uP3I4LuFpj .copy-wrapper .collaboration-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.WfgIz9I-uP3I4LuFpj .list {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .list,
.WfgIz9I-uP3I4LuFpj .item-wrap,
.WfgIz9I-uP3I4LuFpj .list-wrapper {
  color: #000000;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy,
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  color: #000000;
}
.WfgIz9I-uP3sREGfC7 {
  background-color: transparent;
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.WfgIz9I-uP3sREGfC7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .WfgIz9I-uP3sREGfC7 .menu_box .navbar.opened,
  .WfgIz9I-uP3sREGfC7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown {
  position: relative !important;
}
.WfgIz9I-uP3sREGfC7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.WfgIz9I-uP3sREGfC7 .btn:hover {
  box-shadow: none;
}
.WfgIz9I-uP3sREGfC7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .WfgIz9I-uP3sREGfC7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .nav-item {
    margin: 0 !important;
  }
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link:hover::before,
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.WfgIz9I-uP3sREGfC7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .WfgIz9I-uP3sREGfC7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .WfgIz9I-uP3sREGfC7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .WfgIz9I-uP3sREGfC7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .WfgIz9I-uP3sREGfC7 .offcanvas_box {
    display: none;
  }
}
.WfgIz9I-uP3sREGfC7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.WfgIz9I-uP3sREGfC7 .container {
  display: flex;
  margin: auto;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper:hover {
  opacity: .5;
}
.WfgIz9I-uP3sREGfC7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar-nav {
    margin: 0;
  }
}
.WfgIz9I-uP3sREGfC7 .dropdown-menu,
.WfgIz9I-uP3sREGfC7 .navbar.opened {
  background-color: false !important;
}
.WfgIz9I-uP3sREGfC7 .nav-item:focus,
.WfgIz9I-uP3sREGfC7 .nav-link:focus {
  outline: none;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.WfgIz9I-uP3sREGfC7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.opened {
  transition: all 0.3s;
}
.WfgIz9I-uP3sREGfC7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.WfgIz9I-uP3sREGfC7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.WfgIz9I-uP3sREGfC7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed {
  justify-content: center;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .WfgIz9I-uP3sREGfC7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .WfgIz9I-uP3sREGfC7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .WfgIz9I-uP3sREGfC7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .icons-menu {
    padding: 0;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short {
  min-height: 60px;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand .navbar-logo a {
  outline: none;
}
.WfgIz9I-uP3sREGfC7 .dropdown-item.active,
.WfgIz9I-uP3sREGfC7 .dropdown-item:active {
  background-color: transparent;
}
.WfgIz9I-uP3sREGfC7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.WfgIz9I-uP3sREGfC7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.WfgIz9I-uP3sREGfC7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2faff;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.WfgIz9I-uP3sREGfC7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .WfgIz9I-uP3sREGfC7 .navbar {
    height: 70px;
  }
  .WfgIz9I-uP3sREGfC7 .navbar.opened {
    height: auto;
  }
  .WfgIz9I-uP3sREGfC7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .WfgIz9I-uP3sREGfC7 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.WfgIz9I-uP3sREGfC7 .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.WfgIz9I-uP3sREGfC7 .text_widget {
  margin-bottom: 32px;
}
.WfgIz9I-uP3sREGfC7 .text_widget a {
  transition: all 0.3s ease-out;
}
.WfgIz9I-uP3sREGfC7 .text_widget a:hover,
.WfgIz9I-uP3sREGfC7 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #5cabaa;
}
.WfgIz9I-uP3sREGfC7 .icons-menu-main {
  display: flex;
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-subtitle {
  color: #000000;
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 .navbar-caption {
  color: #000000;
}
.WfgIz9I-uP3sREGfC7 .collaboration-text {
  color: #9a9a9a;
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-subtitle,
.WfgIz9I-uP3sREGfC7 .text_widget,
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn {
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.WfgIz9I-uP3vE7fVOv {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d4edfc;
}
.WfgIz9I-uP3vE7fVOv .row {
  flex-direction: row-reverse;
}
.WfgIz9I-uP3vE7fVOv .collaboration-section-title {
  color: #000000;
}
.WfgIz9I-uP3vE7fVOv .collaboration-text,
.WfgIz9I-uP3vE7fVOv .collaboration-section-btn {
  color: #000000;
}
.WfgIz9I-uP3vE7fVOv .collaboration-section-subtitle {
  color: #8364e2;
}
.WfgIz9I-uP3vE7fVOv img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3vE7fVOv .image-wrapper {
    padding-right: 4rem;
  }
}
.WfgIz9I-uP3vE7fVOv .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3vE7fVOv .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3vCUMAVF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5cabaa;
}
.WfgIz9I-uP3vCUMAVF .collaboration-section-title.col-title {
  color: #ffffff;
}
.WfgIz9I-uP3vCUMAVF .colored-text {
  color: #72dfe9 !important;
}
.WfgIz9I-uP3vCUMAVF .collaboration-section-title {
  color: #ffffff;
}
.WfgIz9I-uP3vCUMAVF .collaboration-section-subtitle {
  color: #ffffff;
}
.WfgIz9I-uP3vCUMAVF .collaboration-text {
  color: #ffffff;
}
.WfgIz9I-uP3vHxO2yh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2faff;
}
.WfgIz9I-uP3vHxO2yh .row {
  flex-direction: row-reverse;
}
.WfgIz9I-uP3vHxO2yh img {
  transition: all 0.3s;
  object-fit: cover;
}
.WfgIz9I-uP3vHxO2yh .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3vHxO2yh .image-wrapper {
    padding: 1rem;
  }
}
.WfgIz9I-uP3vHxO2yh .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.WfgIz9I-uP3vHxO2yh .image-wrapper:hover .img-link {
  background: #18212d;
  color: #ffffff;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3vHxO2yh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.WfgIz9I-uP3vHxO2yh .img-link {
  background: #5cabaa;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3vHxO2yh .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .WfgIz9I-uP3vHxO2yh p {
    max-width: 500px;
  }
}
.WfgIz9I-uP3vHxO2yh .collaboration-text,
.WfgIz9I-uP3vHxO2yh .collaboration-section-btn {
  color: #000000;
}
.WfgIz9I-uP3vHxO2yh .collaboration-section-title {
  color: #000000;
}
.WfgIz9I-uP3vHxO2yh .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3vHxO2yh .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3vJRUjKC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5cabaa;
}
.WfgIz9I-uP3vJRUjKC .wrapper {
  background: #d4edfc;
}
.WfgIz9I-uP3vJRUjKC .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3vJRUjKC .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3vJRUjKC .collaboration-section-title {
  text-align: center;
  color: #000000;
}
.WfgIz9I-uP3vJRUjKC .collaboration-text {
  color: #000000;
}
.WfgIz9I-uP3I4LuFpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3I4LuFpj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container {
    padding: 0 20px;
  }
}
.WfgIz9I-uP3I4LuFpj .row {
  justify-content: center;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .logo-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper a {
  display: inline-flex;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #72dfe9;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.WfgIz9I-uP3I4LuFpj .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #72dfe9;
}
.WfgIz9I-uP3I4LuFpj .copy-wrapper .collaboration-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.WfgIz9I-uP3I4LuFpj .list {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .list,
.WfgIz9I-uP3I4LuFpj .item-wrap,
.WfgIz9I-uP3I4LuFpj .list-wrapper {
  color: #000000;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy,
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  color: #000000;
}
.WfgIz9I-uP3sREGfC7 {
  background-color: transparent;
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.WfgIz9I-uP3sREGfC7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .WfgIz9I-uP3sREGfC7 .menu_box .navbar.opened,
  .WfgIz9I-uP3sREGfC7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown {
  position: relative !important;
}
.WfgIz9I-uP3sREGfC7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.WfgIz9I-uP3sREGfC7 .btn:hover {
  box-shadow: none;
}
.WfgIz9I-uP3sREGfC7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .WfgIz9I-uP3sREGfC7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .nav-item {
    margin: 0 !important;
  }
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link:hover::before,
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.WfgIz9I-uP3sREGfC7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .WfgIz9I-uP3sREGfC7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .WfgIz9I-uP3sREGfC7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .WfgIz9I-uP3sREGfC7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .WfgIz9I-uP3sREGfC7 .offcanvas_box {
    display: none;
  }
}
.WfgIz9I-uP3sREGfC7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.WfgIz9I-uP3sREGfC7 .container {
  display: flex;
  margin: auto;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper:hover {
  opacity: .5;
}
.WfgIz9I-uP3sREGfC7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar-nav {
    margin: 0;
  }
}
.WfgIz9I-uP3sREGfC7 .dropdown-menu,
.WfgIz9I-uP3sREGfC7 .navbar.opened {
  background-color: false !important;
}
.WfgIz9I-uP3sREGfC7 .nav-item:focus,
.WfgIz9I-uP3sREGfC7 .nav-link:focus {
  outline: none;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.WfgIz9I-uP3sREGfC7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.opened {
  transition: all 0.3s;
}
.WfgIz9I-uP3sREGfC7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.WfgIz9I-uP3sREGfC7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.WfgIz9I-uP3sREGfC7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed {
  justify-content: center;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .WfgIz9I-uP3sREGfC7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .WfgIz9I-uP3sREGfC7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .WfgIz9I-uP3sREGfC7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .icons-menu {
    padding: 0;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short {
  min-height: 60px;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand .navbar-logo a {
  outline: none;
}
.WfgIz9I-uP3sREGfC7 .dropdown-item.active,
.WfgIz9I-uP3sREGfC7 .dropdown-item:active {
  background-color: transparent;
}
.WfgIz9I-uP3sREGfC7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.WfgIz9I-uP3sREGfC7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.WfgIz9I-uP3sREGfC7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2faff;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.WfgIz9I-uP3sREGfC7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .WfgIz9I-uP3sREGfC7 .navbar {
    height: 70px;
  }
  .WfgIz9I-uP3sREGfC7 .navbar.opened {
    height: auto;
  }
  .WfgIz9I-uP3sREGfC7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .WfgIz9I-uP3sREGfC7 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.WfgIz9I-uP3sREGfC7 .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.WfgIz9I-uP3sREGfC7 .text_widget {
  margin-bottom: 32px;
}
.WfgIz9I-uP3sREGfC7 .text_widget a {
  transition: all 0.3s ease-out;
}
.WfgIz9I-uP3sREGfC7 .text_widget a:hover,
.WfgIz9I-uP3sREGfC7 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #5cabaa;
}
.WfgIz9I-uP3sREGfC7 .icons-menu-main {
  display: flex;
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-subtitle {
  color: #000000;
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 .navbar-caption {
  color: #000000;
}
.WfgIz9I-uP3sREGfC7 .collaboration-text {
  color: #9a9a9a;
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-subtitle,
.WfgIz9I-uP3sREGfC7 .text_widget,
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn {
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.WfgIz9I-uP3vTJmDFZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4edfc;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3vTJmDFZ .row {
    flex-direction: column-reverse;
  }
}
.WfgIz9I-uP3vTJmDFZ .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3vTJmDFZ .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3vTJmDFZ .collaboration-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.WfgIz9I-uP3vTJmDFZ .collaboration-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.WfgIz9I-uP3vTJmDFZ .collaboration-section-btn .btn:focus {
  box-shadow: none;
}
.WfgIz9I-uP3vTJmDFZ .collaboration-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.WfgIz9I-uP3vTJmDFZ .collaboration-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #18212d !important;
}
.WfgIz9I-uP3vTJmDFZ .collaboration-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.WfgIz9I-uP3vTJmDFZ .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3vTJmDFZ .text-wrapper {
    margin: 0 30px;
  }
}
.WfgIz9I-uP3vTJmDFZ .text-wrapper .collaboration-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .WfgIz9I-uP3vTJmDFZ .text-wrapper .collaboration-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .WfgIz9I-uP3vTJmDFZ .text-wrapper .collaboration-text {
    margin-bottom: 20px;
  }
}
.WfgIz9I-uP3vTJmDFZ .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3vTJmDFZ .image-wrapper {
    margin: 0 30px 30px;
  }
}
.WfgIz9I-uP3vTJmDFZ .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3vTJmDFZ .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .WfgIz9I-uP3vTJmDFZ .image-wrapper img {
    min-height: 100%;
  }
}
.WfgIz9I-uP3vTJmDFZ .collaboration-section-title {
  color: #000000;
}
.WfgIz9I-uP3vTJmDFZ .collaboration-text {
  color: #000000;
}
.WfgIz9I-uP3vYqL1Ee {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #5cabaa;
}
.WfgIz9I-uP3vYqL1Ee .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3vYqL1Ee .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3vYqL1Ee .card-wrapper {
  background: #ffffff;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .WfgIz9I-uP3vYqL1Ee .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1500px) {
  .WfgIz9I-uP3vYqL1Ee .container {
    max-width: 1400px;
  }
}
.WfgIz9I-uP3vYqL1Ee .collaboration-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #5cabaa;
  height: 80px;
  border-radius: 50%;
}
.WfgIz9I-uP3vYqL1Ee .row {
  justify-content: center;
}
.WfgIz9I-uP3vYqL1Ee .collaboration-section-title {
  color: #ffffff;
}
.WfgIz9I-uP3vYqL1Ee .collaboration-section-subtitle {
  color: #ffffff;
}
.WfgIz9I-uP3vYqL1Ee .card-title,
.WfgIz9I-uP3vYqL1Ee .iconfont-wrapper {
  color: #000000;
}
.WfgIz9I-uP3w0S4psX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2faff;
}
.WfgIz9I-uP3w0S4psX .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3w0S4psX .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3w0S4psX .row {
  flex-direction: row-reverse;
}
.WfgIz9I-uP3w0S4psX .row {
  align-items: center;
}
.WfgIz9I-uP3w0S4psX img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3w0S4psX .text-wrapper {
    padding: 0 2rem;
  }
}
.WfgIz9I-uP3w0S4psX .collaboration-section-title {
  color: #000000;
}
.WfgIz9I-uP3w0S4psX .collaboration-text,
.WfgIz9I-uP3w0S4psX .collaboration-section-btn {
  color: #000000;
}
.WfgIz9I-uP3w4YYYMl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5cabaa;
}
.WfgIz9I-uP3w4YYYMl .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3w4YYYMl .collaboration-iconfont {
  font-size: 1.6rem;
  color: #18212d;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #6b818c;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.WfgIz9I-uP3w4YYYMl .collaboration-iconfont:hover {
  background: #18212d;
  color: #6b818c;
}
.WfgIz9I-uP3w4YYYMl .icon-wrap {
  display: flex;
}
.WfgIz9I-uP3w4YYYMl .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.WfgIz9I-uP3w4YYYMl .link {
  display: flex;
}
.WfgIz9I-uP3w4YYYMl .collaboration-linkiconfont {
  font-size: 0.8rem;
  color: #6b818c;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #6b818c;
  margin-right: 1rem;
  border-radius: 50%;
  background: #fbfaf9;
  transition: all 0.3s;
}
.WfgIz9I-uP3w4YYYMl .collaboration-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.WfgIz9I-uP3w4YYYMl .collaboration-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.WfgIz9I-uP3w4YYYMl .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3w4YYYMl .text-wrapper {
    padding: 0 2rem;
  }
}
.WfgIz9I-uP3w4YYYMl .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3w4YYYMl .row {
  align-items: center;
  background: #f7f9fc;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.WfgIz9I-uP3w4YYYMl .row:hover {
  background: #ffffff;
}
.WfgIz9I-uP3w4YYYMl .collaboration-link {
  color: #132835;
}
.WfgIz9I-uP3w4YYYMl .collaboration-text,
.WfgIz9I-uP3w4YYYMl .collaboration-section-btn {
  color: #000000;
  text-align: center;
}
.WfgIz9I-uP3w4YYYMl .collaboration-section-subtitle,
.WfgIz9I-uP3w4YYYMl .subtitle-wrap {
  text-align: center;
}
.WfgIz9I-uP3w4YYYMl .collaboration-section-title {
  text-align: center;
  color: #000000;
}
.WfgIz9I-uP3I4LuFpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3I4LuFpj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container {
    padding: 0 20px;
  }
}
.WfgIz9I-uP3I4LuFpj .row {
  justify-content: center;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .logo-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper a {
  display: inline-flex;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #72dfe9;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.WfgIz9I-uP3I4LuFpj .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #72dfe9;
}
.WfgIz9I-uP3I4LuFpj .copy-wrapper .collaboration-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.WfgIz9I-uP3I4LuFpj .list {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .list,
.WfgIz9I-uP3I4LuFpj .item-wrap,
.WfgIz9I-uP3I4LuFpj .list-wrapper {
  color: #000000;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy,
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  color: #000000;
}
.WfgIz9I-uP3sREGfC7 {
  background-color: transparent;
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.WfgIz9I-uP3sREGfC7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .WfgIz9I-uP3sREGfC7 .menu_box .navbar.opened,
  .WfgIz9I-uP3sREGfC7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown {
  position: relative !important;
}
.WfgIz9I-uP3sREGfC7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.WfgIz9I-uP3sREGfC7 .btn:hover {
  box-shadow: none;
}
.WfgIz9I-uP3sREGfC7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .WfgIz9I-uP3sREGfC7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .nav-item {
    margin: 0 !important;
  }
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link:hover::before,
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.WfgIz9I-uP3sREGfC7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .WfgIz9I-uP3sREGfC7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .WfgIz9I-uP3sREGfC7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .WfgIz9I-uP3sREGfC7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .WfgIz9I-uP3sREGfC7 .offcanvas_box {
    display: none;
  }
}
.WfgIz9I-uP3sREGfC7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.WfgIz9I-uP3sREGfC7 .container {
  display: flex;
  margin: auto;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper:hover {
  opacity: .5;
}
.WfgIz9I-uP3sREGfC7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar-nav {
    margin: 0;
  }
}
.WfgIz9I-uP3sREGfC7 .dropdown-menu,
.WfgIz9I-uP3sREGfC7 .navbar.opened {
  background-color: false !important;
}
.WfgIz9I-uP3sREGfC7 .nav-item:focus,
.WfgIz9I-uP3sREGfC7 .nav-link:focus {
  outline: none;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.WfgIz9I-uP3sREGfC7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.opened {
  transition: all 0.3s;
}
.WfgIz9I-uP3sREGfC7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.WfgIz9I-uP3sREGfC7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.WfgIz9I-uP3sREGfC7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed {
  justify-content: center;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .WfgIz9I-uP3sREGfC7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .WfgIz9I-uP3sREGfC7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .WfgIz9I-uP3sREGfC7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .icons-menu {
    padding: 0;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short {
  min-height: 60px;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand .navbar-logo a {
  outline: none;
}
.WfgIz9I-uP3sREGfC7 .dropdown-item.active,
.WfgIz9I-uP3sREGfC7 .dropdown-item:active {
  background-color: transparent;
}
.WfgIz9I-uP3sREGfC7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.WfgIz9I-uP3sREGfC7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.WfgIz9I-uP3sREGfC7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2faff;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.WfgIz9I-uP3sREGfC7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .WfgIz9I-uP3sREGfC7 .navbar {
    height: 70px;
  }
  .WfgIz9I-uP3sREGfC7 .navbar.opened {
    height: auto;
  }
  .WfgIz9I-uP3sREGfC7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .WfgIz9I-uP3sREGfC7 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.WfgIz9I-uP3sREGfC7 .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.WfgIz9I-uP3sREGfC7 .text_widget {
  margin-bottom: 32px;
}
.WfgIz9I-uP3sREGfC7 .text_widget a {
  transition: all 0.3s ease-out;
}
.WfgIz9I-uP3sREGfC7 .text_widget a:hover,
.WfgIz9I-uP3sREGfC7 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #5cabaa;
}
.WfgIz9I-uP3sREGfC7 .icons-menu-main {
  display: flex;
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-subtitle {
  color: #000000;
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 .navbar-caption {
  color: #000000;
}
.WfgIz9I-uP3sREGfC7 .collaboration-text {
  color: #9a9a9a;
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-subtitle,
.WfgIz9I-uP3sREGfC7 .text_widget,
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn {
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.WfgIz9I-uP3wezILiM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2faff;
}
.WfgIz9I-uP3wezILiM .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3wezILiM .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3wezILiM .items-wrapper {
  justify-content: center;
}
.WfgIz9I-uP3wezILiM .content-wrapper .collaboration-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3wezILiM .content-wrapper .collaboration-section-title {
    margin-bottom: 24px;
  }
}
.WfgIz9I-uP3wezILiM .content-wrapper .collaboration-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3wezILiM .content-wrapper .collaboration-section-subtitle {
    margin-bottom: 24px;
  }
}
.WfgIz9I-uP3wezILiM .form-wrapper {
  padding: 32px 40px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .WfgIz9I-uP3wezILiM .form-wrapper {
    padding: 20px 16px;
  }
}
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #5cabaa !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .form-group .form-control:hover,
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #72dfe9 !important;
}
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #5cabaa;
}
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #5cabaa;
  border-color: #5cabaa;
}
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .collaboration-section-btn {
  width: 100%;
}
.WfgIz9I-uP3wezILiM .form-wrapper .dragArea.row .collaboration-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.WfgIz9I-uP3wezILiM .collaboration-section-title {
  color: #272b2e;
  text-align: center;
}
.WfgIz9I-uP3wezILiM .collaboration-section-subtitle {
  color: #000000;
  text-align: center;
}
.WfgIz9I-uP3wezILiM .collaboration-section-title,
.WfgIz9I-uP3wezILiM .collaboration-section-btn {
  color: #000000;
}
.WfgIz9I-uP3FdoYzxa {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #d4edfc;
  z-index: 0;
}
.WfgIz9I-uP3FdoYzxa .card-wrapper {
  display: flex;
  overflow: visible;
}
.WfgIz9I-uP3FdoYzxa img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.WfgIz9I-uP3FdoYzxa .icon1 {
  background: #5cabaa;
}
.WfgIz9I-uP3FdoYzxa .icon2 {
  background: #51c4ce;
}
.WfgIz9I-uP3FdoYzxa .icon3 {
  background: #5cabaa;
}
.WfgIz9I-uP3FdoYzxa .card-box {
  padding-left: 1rem;
}
.WfgIz9I-uP3FdoYzxa .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.WfgIz9I-uP3FdoYzxa .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.WfgIz9I-uP3FdoYzxa .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.WfgIz9I-uP3FdoYzxa .iconfont-wrapper:hover .collaboration-iconfont {
  color: white;
}
.WfgIz9I-uP3FdoYzxa .collaboration-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.WfgIz9I-uP3FdoYzxa .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.WfgIz9I-uP3FdoYzxa .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3FdoYzxa .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .WfgIz9I-uP3FdoYzxa .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.WfgIz9I-uP3FdoYzxa .card-text {
  color: #000000;
}
.WfgIz9I-uP3FdoYzxa .title {
  color: #ffffff;
}
.WfgIz9I-uP3FdoYzxa .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3FdoYzxa .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3FdoYzxa .title,
.WfgIz9I-uP3FdoYzxa .img-col {
  color: #000000;
}
.WfgIz9I-uP3I4LuFpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3I4LuFpj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container {
    padding: 0 20px;
  }
}
.WfgIz9I-uP3I4LuFpj .row {
  justify-content: center;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .logo-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper a {
  display: inline-flex;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #72dfe9;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.WfgIz9I-uP3I4LuFpj .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #72dfe9;
}
.WfgIz9I-uP3I4LuFpj .copy-wrapper .collaboration-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.WfgIz9I-uP3I4LuFpj .list {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .list,
.WfgIz9I-uP3I4LuFpj .item-wrap,
.WfgIz9I-uP3I4LuFpj .list-wrapper {
  color: #000000;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy,
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  color: #000000;
}
.WfgIz9I-uP3sREGfC7 {
  background-color: transparent;
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.WfgIz9I-uP3sREGfC7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .WfgIz9I-uP3sREGfC7 .menu_box .navbar.opened,
  .WfgIz9I-uP3sREGfC7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown {
  position: relative !important;
}
.WfgIz9I-uP3sREGfC7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.WfgIz9I-uP3sREGfC7 .btn:hover {
  box-shadow: none;
}
.WfgIz9I-uP3sREGfC7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .WfgIz9I-uP3sREGfC7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .nav-item {
    margin: 0 !important;
  }
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link:hover::before,
.WfgIz9I-uP3sREGfC7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.WfgIz9I-uP3sREGfC7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .WfgIz9I-uP3sREGfC7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .WfgIz9I-uP3sREGfC7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .WfgIz9I-uP3sREGfC7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .WfgIz9I-uP3sREGfC7 .offcanvas_box {
    display: none;
  }
}
.WfgIz9I-uP3sREGfC7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.WfgIz9I-uP3sREGfC7 .container {
  display: flex;
  margin: auto;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.WfgIz9I-uP3sREGfC7 .iconfont-wrapper:hover {
  opacity: .5;
}
.WfgIz9I-uP3sREGfC7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar-nav {
    margin: 0;
  }
}
.WfgIz9I-uP3sREGfC7 .dropdown-menu,
.WfgIz9I-uP3sREGfC7 .navbar.opened {
  background-color: false !important;
}
.WfgIz9I-uP3sREGfC7 .nav-item:focus,
.WfgIz9I-uP3sREGfC7 .nav-link:focus {
  outline: none;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.WfgIz9I-uP3sREGfC7 .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3sREGfC7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.WfgIz9I-uP3sREGfC7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.opened {
  transition: all 0.3s;
}
.WfgIz9I-uP3sREGfC7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.WfgIz9I-uP3sREGfC7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.WfgIz9I-uP3sREGfC7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed {
  justify-content: center;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.WfgIz9I-uP3sREGfC7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .WfgIz9I-uP3sREGfC7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .WfgIz9I-uP3sREGfC7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .WfgIz9I-uP3sREGfC7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .WfgIz9I-uP3sREGfC7 .navbar .icons-menu {
    padding: 0;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short {
  min-height: 60px;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.WfgIz9I-uP3sREGfC7 .navbar-brand .navbar-logo a {
  outline: none;
}
.WfgIz9I-uP3sREGfC7 .dropdown-item.active,
.WfgIz9I-uP3sREGfC7 .dropdown-item:active {
  background-color: transparent;
}
.WfgIz9I-uP3sREGfC7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.WfgIz9I-uP3sREGfC7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.WfgIz9I-uP3sREGfC7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.WfgIz9I-uP3sREGfC7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.WfgIz9I-uP3sREGfC7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2faff;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3sREGfC7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3sREGfC7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3sREGfC7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.WfgIz9I-uP3sREGfC7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .WfgIz9I-uP3sREGfC7 .navbar {
    height: 70px;
  }
  .WfgIz9I-uP3sREGfC7 .navbar.opened {
    height: auto;
  }
  .WfgIz9I-uP3sREGfC7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .WfgIz9I-uP3sREGfC7 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.WfgIz9I-uP3sREGfC7 .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.WfgIz9I-uP3sREGfC7 .text_widget {
  margin-bottom: 32px;
}
.WfgIz9I-uP3sREGfC7 .text_widget a {
  transition: all 0.3s ease-out;
}
.WfgIz9I-uP3sREGfC7 .text_widget a:hover,
.WfgIz9I-uP3sREGfC7 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3sREGfC7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.WfgIz9I-uP3sREGfC7 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #5cabaa;
}
.WfgIz9I-uP3sREGfC7 .icons-menu-main {
  display: flex;
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-subtitle {
  color: #000000;
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 .navbar-caption {
  color: #000000;
}
.WfgIz9I-uP3sREGfC7 .collaboration-text {
  color: #9a9a9a;
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 .collaboration-section-subtitle,
.WfgIz9I-uP3sREGfC7 .text_widget,
.WfgIz9I-uP3sREGfC7 .collaboration-section-btn {
  text-align: center;
}
.WfgIz9I-uP3sREGfC7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.WfgIz9I-uP3wnGF6zE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2faff;
  overflow: hidden;
}
.WfgIz9I-uP3wnGF6zE .container {
  max-width: 800px;
}
.WfgIz9I-uP3wnGF6zE .col-text {
  position: relative;
  margin-bottom: 8rem;
}
.WfgIz9I-uP3wnGF6zE .collaboration-text {
  color: #000000;
  position: relative;
  z-index: 2;
}
.WfgIz9I-uP3wnGF6zE .icon-box {
  position: absolute;
  bottom: -3.2rem;
  right: -5.5rem;
}
@media (max-width: 1199px) {
  .WfgIz9I-uP3wnGF6zE .icon-box {
    bottom: -6.6rem;
    right: 1.2rem;
  }
}
.WfgIz9I-uP3wnGF6zE .icon-box span {
  color: #5cabaa;
}
.WfgIz9I-uP3wnGF6zE .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3wnGF6zE .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3wr0FMfm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #d4edfc;
}
.WfgIz9I-uP3wr0FMfm .collaboration-section-title {
  color: #2e6b75;
}
.WfgIz9I-uP3wr0FMfm .collaboration-section-subtitle {
  color: #000000;
}
.WfgIz9I-uP3wr0FMfm .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3wr0FMfm .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3I4LuFpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3I4LuFpj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container {
    padding: 0 20px;
  }
}
.WfgIz9I-uP3I4LuFpj .row {
  justify-content: center;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .logo-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper a {
  display: inline-flex;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #72dfe9;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.WfgIz9I-uP3I4LuFpj .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #72dfe9;
}
.WfgIz9I-uP3I4LuFpj .copy-wrapper .collaboration-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.WfgIz9I-uP3I4LuFpj .list {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .list,
.WfgIz9I-uP3I4LuFpj .item-wrap,
.WfgIz9I-uP3I4LuFpj .list-wrapper {
  color: #000000;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy,
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  color: #000000;
}
.WfgIz9I-uP3xk3S1sk {
  background-color: transparent;
}
.WfgIz9I-uP3xk3S1sk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.WfgIz9I-uP3xk3S1sk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.WfgIz9I-uP3xk3S1sk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.WfgIz9I-uP3xk3S1sk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3xk3S1sk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .WfgIz9I-uP3xk3S1sk .menu_box .navbar.opened,
  .WfgIz9I-uP3xk3S1sk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.WfgIz9I-uP3xk3S1sk .navbar-dropdown {
  position: relative !important;
}
.WfgIz9I-uP3xk3S1sk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.WfgIz9I-uP3xk3S1sk .btn:hover {
  box-shadow: none;
}
.WfgIz9I-uP3xk3S1sk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .WfgIz9I-uP3xk3S1sk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3xk3S1sk .nav-item {
    margin: 0 !important;
  }
}
.WfgIz9I-uP3xk3S1sk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.WfgIz9I-uP3xk3S1sk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.WfgIz9I-uP3xk3S1sk .nav-item .nav-link:hover::before,
.WfgIz9I-uP3xk3S1sk .nav-item .nav-link:focus::before {
  width: 100%;
}
.WfgIz9I-uP3xk3S1sk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3xk3S1sk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .WfgIz9I-uP3xk3S1sk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3xk3S1sk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .WfgIz9I-uP3xk3S1sk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .WfgIz9I-uP3xk3S1sk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .WfgIz9I-uP3xk3S1sk .offcanvas_box {
    display: none;
  }
}
.WfgIz9I-uP3xk3S1sk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.WfgIz9I-uP3xk3S1sk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.WfgIz9I-uP3xk3S1sk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.WfgIz9I-uP3xk3S1sk .container {
  display: flex;
  margin: auto;
}
.WfgIz9I-uP3xk3S1sk .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.WfgIz9I-uP3xk3S1sk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.WfgIz9I-uP3xk3S1sk .iconfont-wrapper:hover {
  opacity: .5;
}
.WfgIz9I-uP3xk3S1sk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3xk3S1sk .navbar-nav {
    margin: 0;
  }
}
.WfgIz9I-uP3xk3S1sk .dropdown-menu,
.WfgIz9I-uP3xk3S1sk .navbar.opened {
  background-color: false !important;
}
.WfgIz9I-uP3xk3S1sk .nav-item:focus,
.WfgIz9I-uP3xk3S1sk .nav-link:focus {
  outline: none;
}
.WfgIz9I-uP3xk3S1sk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3xk3S1sk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.WfgIz9I-uP3xk3S1sk .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.WfgIz9I-uP3xk3S1sk .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3xk3S1sk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.WfgIz9I-uP3xk3S1sk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.WfgIz9I-uP3xk3S1sk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3xk3S1sk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.WfgIz9I-uP3xk3S1sk .navbar.opened {
  transition: all 0.3s;
}
.WfgIz9I-uP3xk3S1sk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.WfgIz9I-uP3xk3S1sk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.WfgIz9I-uP3xk3S1sk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.WfgIz9I-uP3xk3S1sk .navbar.collapsed {
  justify-content: center;
}
.WfgIz9I-uP3xk3S1sk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.WfgIz9I-uP3xk3S1sk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.WfgIz9I-uP3xk3S1sk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.WfgIz9I-uP3xk3S1sk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.WfgIz9I-uP3xk3S1sk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.WfgIz9I-uP3xk3S1sk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.WfgIz9I-uP3xk3S1sk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3xk3S1sk .navbar .nav-item {
    padding: .5rem 0;
  }
  .WfgIz9I-uP3xk3S1sk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .WfgIz9I-uP3xk3S1sk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .WfgIz9I-uP3xk3S1sk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .WfgIz9I-uP3xk3S1sk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .WfgIz9I-uP3xk3S1sk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .WfgIz9I-uP3xk3S1sk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .WfgIz9I-uP3xk3S1sk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .WfgIz9I-uP3xk3S1sk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .WfgIz9I-uP3xk3S1sk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .WfgIz9I-uP3xk3S1sk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .WfgIz9I-uP3xk3S1sk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .WfgIz9I-uP3xk3S1sk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .WfgIz9I-uP3xk3S1sk .navbar .icons-menu {
    padding: 0;
  }
}
.WfgIz9I-uP3xk3S1sk .navbar.navbar-short {
  min-height: 60px;
}
.WfgIz9I-uP3xk3S1sk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.WfgIz9I-uP3xk3S1sk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.WfgIz9I-uP3xk3S1sk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.WfgIz9I-uP3xk3S1sk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.WfgIz9I-uP3xk3S1sk .navbar-brand .navbar-logo a {
  outline: none;
}
.WfgIz9I-uP3xk3S1sk .dropdown-item.active,
.WfgIz9I-uP3xk3S1sk .dropdown-item:active {
  background-color: transparent;
}
.WfgIz9I-uP3xk3S1sk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.WfgIz9I-uP3xk3S1sk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.WfgIz9I-uP3xk3S1sk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.WfgIz9I-uP3xk3S1sk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.WfgIz9I-uP3xk3S1sk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.WfgIz9I-uP3xk3S1sk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.WfgIz9I-uP3xk3S1sk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2faff;
}
.WfgIz9I-uP3xk3S1sk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.WfgIz9I-uP3xk3S1sk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.WfgIz9I-uP3xk3S1sk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3xk3S1sk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3xk3S1sk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.WfgIz9I-uP3xk3S1sk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3xk3S1sk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3xk3S1sk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3xk3S1sk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3xk3S1sk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.WfgIz9I-uP3xk3S1sk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .WfgIz9I-uP3xk3S1sk .navbar {
    height: 70px;
  }
  .WfgIz9I-uP3xk3S1sk .navbar.opened {
    height: auto;
  }
  .WfgIz9I-uP3xk3S1sk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.WfgIz9I-uP3xk3S1sk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .WfgIz9I-uP3xk3S1sk .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.WfgIz9I-uP3xk3S1sk .collaboration-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3xk3S1sk .collaboration-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.WfgIz9I-uP3xk3S1sk .collaboration-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.WfgIz9I-uP3xk3S1sk .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3xk3S1sk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.WfgIz9I-uP3xk3S1sk .text_widget {
  margin-bottom: 32px;
}
.WfgIz9I-uP3xk3S1sk .text_widget a {
  transition: all 0.3s ease-out;
}
.WfgIz9I-uP3xk3S1sk .text_widget a:hover,
.WfgIz9I-uP3xk3S1sk .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3xk3S1sk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.WfgIz9I-uP3xk3S1sk .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #5cabaa;
}
.WfgIz9I-uP3xk3S1sk .icons-menu-main {
  display: flex;
}
.WfgIz9I-uP3xk3S1sk .collaboration-section-subtitle {
  color: #000000;
  text-align: center;
}
.WfgIz9I-uP3xk3S1sk .navbar-caption {
  color: #000000;
}
.WfgIz9I-uP3xk3S1sk .collaboration-text {
  color: #9a9a9a;
  text-align: center;
}
.WfgIz9I-uP3xk3S1sk .collaboration-section-subtitle,
.WfgIz9I-uP3xk3S1sk .text_widget,
.WfgIz9I-uP3xk3S1sk .collaboration-section-btn {
  text-align: center;
}
.WfgIz9I-uP3xk3S1sk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.WfgIz9I-uP3xk4SDiZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2faff;
  overflow: hidden;
}
.WfgIz9I-uP3xk4SDiZ .container {
  max-width: 800px;
}
.WfgIz9I-uP3xk4SDiZ .col-text {
  position: relative;
  margin-bottom: 8rem;
}
.WfgIz9I-uP3xk4SDiZ .collaboration-text {
  color: #000000;
  position: relative;
  z-index: 2;
}
.WfgIz9I-uP3xk4SDiZ .icon-box {
  position: absolute;
  bottom: -3.2rem;
  right: -5.5rem;
}
@media (max-width: 1199px) {
  .WfgIz9I-uP3xk4SDiZ .icon-box {
    bottom: -6.6rem;
    right: 1.2rem;
  }
}
.WfgIz9I-uP3xk4SDiZ .icon-box span {
  color: #5cabaa;
}
.WfgIz9I-uP3xk4SDiZ .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3xk4SDiZ .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3xk5Ecch {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #d4edfc;
}
.WfgIz9I-uP3xk5Ecch .collaboration-section-title {
  color: #2e6b75;
}
.WfgIz9I-uP3xk5Ecch .collaboration-section-subtitle {
  color: #000000;
}
.WfgIz9I-uP3xk5Ecch .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3xk5Ecch .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3I4LuFpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3I4LuFpj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container {
    padding: 0 20px;
  }
}
.WfgIz9I-uP3I4LuFpj .row {
  justify-content: center;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .logo-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper a {
  display: inline-flex;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #72dfe9;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.WfgIz9I-uP3I4LuFpj .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #72dfe9;
}
.WfgIz9I-uP3I4LuFpj .copy-wrapper .collaboration-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.WfgIz9I-uP3I4LuFpj .list {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .list,
.WfgIz9I-uP3I4LuFpj .item-wrap,
.WfgIz9I-uP3I4LuFpj .list-wrapper {
  color: #000000;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy,
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  color: #000000;
}
.WfgIz9I-uP3xlJ7gox {
  background-color: transparent;
}
.WfgIz9I-uP3xlJ7gox .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.WfgIz9I-uP3xlJ7gox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.WfgIz9I-uP3xlJ7gox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.WfgIz9I-uP3xlJ7gox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3xlJ7gox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .WfgIz9I-uP3xlJ7gox .menu_box .navbar.opened,
  .WfgIz9I-uP3xlJ7gox .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.WfgIz9I-uP3xlJ7gox .navbar-dropdown {
  position: relative !important;
}
.WfgIz9I-uP3xlJ7gox .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.WfgIz9I-uP3xlJ7gox .btn:hover {
  box-shadow: none;
}
.WfgIz9I-uP3xlJ7gox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .WfgIz9I-uP3xlJ7gox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3xlJ7gox .nav-item {
    margin: 0 !important;
  }
}
.WfgIz9I-uP3xlJ7gox .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.WfgIz9I-uP3xlJ7gox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.WfgIz9I-uP3xlJ7gox .nav-item .nav-link:hover::before,
.WfgIz9I-uP3xlJ7gox .nav-item .nav-link:focus::before {
  width: 100%;
}
.WfgIz9I-uP3xlJ7gox .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3xlJ7gox .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .WfgIz9I-uP3xlJ7gox .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .WfgIz9I-uP3xlJ7gox .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .WfgIz9I-uP3xlJ7gox .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .WfgIz9I-uP3xlJ7gox .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .WfgIz9I-uP3xlJ7gox .offcanvas_box {
    display: none;
  }
}
.WfgIz9I-uP3xlJ7gox .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.WfgIz9I-uP3xlJ7gox .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.WfgIz9I-uP3xlJ7gox .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.WfgIz9I-uP3xlJ7gox .container {
  display: flex;
  margin: auto;
}
.WfgIz9I-uP3xlJ7gox .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.WfgIz9I-uP3xlJ7gox .iconfont-wrapper:last-child {
  margin-right: 0;
}
.WfgIz9I-uP3xlJ7gox .iconfont-wrapper:hover {
  opacity: .5;
}
.WfgIz9I-uP3xlJ7gox .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3xlJ7gox .navbar-nav {
    margin: 0;
  }
}
.WfgIz9I-uP3xlJ7gox .dropdown-menu,
.WfgIz9I-uP3xlJ7gox .navbar.opened {
  background-color: false !important;
}
.WfgIz9I-uP3xlJ7gox .nav-item:focus,
.WfgIz9I-uP3xlJ7gox .nav-link:focus {
  outline: none;
}
.WfgIz9I-uP3xlJ7gox .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3xlJ7gox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.WfgIz9I-uP3xlJ7gox .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.WfgIz9I-uP3xlJ7gox .dropdown .dropdown-menu .dropdown-item .collaboration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.WfgIz9I-uP3xlJ7gox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.WfgIz9I-uP3xlJ7gox .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.WfgIz9I-uP3xlJ7gox .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3xlJ7gox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.WfgIz9I-uP3xlJ7gox .navbar.opened {
  transition: all 0.3s;
}
.WfgIz9I-uP3xlJ7gox .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.WfgIz9I-uP3xlJ7gox .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.WfgIz9I-uP3xlJ7gox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.WfgIz9I-uP3xlJ7gox .navbar.collapsed {
  justify-content: center;
}
.WfgIz9I-uP3xlJ7gox .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.WfgIz9I-uP3xlJ7gox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.WfgIz9I-uP3xlJ7gox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.WfgIz9I-uP3xlJ7gox .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.WfgIz9I-uP3xlJ7gox .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.WfgIz9I-uP3xlJ7gox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.WfgIz9I-uP3xlJ7gox .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3xlJ7gox .navbar .nav-item {
    padding: .5rem 0;
  }
  .WfgIz9I-uP3xlJ7gox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .WfgIz9I-uP3xlJ7gox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .WfgIz9I-uP3xlJ7gox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .WfgIz9I-uP3xlJ7gox .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .WfgIz9I-uP3xlJ7gox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .WfgIz9I-uP3xlJ7gox .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .WfgIz9I-uP3xlJ7gox .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .WfgIz9I-uP3xlJ7gox .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .WfgIz9I-uP3xlJ7gox .navbar ul.navbar-nav li {
    margin: 0;
  }
  .WfgIz9I-uP3xlJ7gox .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .WfgIz9I-uP3xlJ7gox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .WfgIz9I-uP3xlJ7gox .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .WfgIz9I-uP3xlJ7gox .navbar .icons-menu {
    padding: 0;
  }
}
.WfgIz9I-uP3xlJ7gox .navbar.navbar-short {
  min-height: 60px;
}
.WfgIz9I-uP3xlJ7gox .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.WfgIz9I-uP3xlJ7gox .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.WfgIz9I-uP3xlJ7gox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.WfgIz9I-uP3xlJ7gox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.WfgIz9I-uP3xlJ7gox .navbar-brand .navbar-logo a {
  outline: none;
}
.WfgIz9I-uP3xlJ7gox .dropdown-item.active,
.WfgIz9I-uP3xlJ7gox .dropdown-item:active {
  background-color: transparent;
}
.WfgIz9I-uP3xlJ7gox .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.WfgIz9I-uP3xlJ7gox .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.WfgIz9I-uP3xlJ7gox .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.WfgIz9I-uP3xlJ7gox .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.WfgIz9I-uP3xlJ7gox ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.WfgIz9I-uP3xlJ7gox .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.WfgIz9I-uP3xlJ7gox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2faff;
}
.WfgIz9I-uP3xlJ7gox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.WfgIz9I-uP3xlJ7gox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.WfgIz9I-uP3xlJ7gox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3xlJ7gox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.WfgIz9I-uP3xlJ7gox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.WfgIz9I-uP3xlJ7gox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3xlJ7gox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3xlJ7gox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.WfgIz9I-uP3xlJ7gox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.WfgIz9I-uP3xlJ7gox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.WfgIz9I-uP3xlJ7gox .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .WfgIz9I-uP3xlJ7gox .navbar {
    height: 70px;
  }
  .WfgIz9I-uP3xlJ7gox .navbar.opened {
    height: auto;
  }
  .WfgIz9I-uP3xlJ7gox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.WfgIz9I-uP3xlJ7gox .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .WfgIz9I-uP3xlJ7gox .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.WfgIz9I-uP3xlJ7gox .collaboration-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .WfgIz9I-uP3xlJ7gox .collaboration-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.WfgIz9I-uP3xlJ7gox .collaboration-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.WfgIz9I-uP3xlJ7gox .navbar-caption:hover {
  color: #18212d;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3xlJ7gox .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.WfgIz9I-uP3xlJ7gox .text_widget {
  margin-bottom: 32px;
}
.WfgIz9I-uP3xlJ7gox .text_widget a {
  transition: all 0.3s ease-out;
}
.WfgIz9I-uP3xlJ7gox .text_widget a:hover,
.WfgIz9I-uP3xlJ7gox .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .WfgIz9I-uP3xlJ7gox .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.WfgIz9I-uP3xlJ7gox .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #5cabaa;
}
.WfgIz9I-uP3xlJ7gox .icons-menu-main {
  display: flex;
}
.WfgIz9I-uP3xlJ7gox .collaboration-section-subtitle {
  color: #000000;
  text-align: center;
}
.WfgIz9I-uP3xlJ7gox .navbar-caption {
  color: #000000;
}
.WfgIz9I-uP3xlJ7gox .collaboration-text {
  color: #9a9a9a;
  text-align: center;
}
.WfgIz9I-uP3xlJ7gox .collaboration-section-subtitle,
.WfgIz9I-uP3xlJ7gox .text_widget,
.WfgIz9I-uP3xlJ7gox .collaboration-section-btn {
  text-align: center;
}
.WfgIz9I-uP3xlJ7gox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.WfgIz9I-uP3xlK2yuB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2faff;
  overflow: hidden;
}
.WfgIz9I-uP3xlK2yuB .container {
  max-width: 800px;
}
.WfgIz9I-uP3xlK2yuB .col-text {
  position: relative;
  margin-bottom: 8rem;
}
.WfgIz9I-uP3xlK2yuB .collaboration-text {
  color: #000000;
  position: relative;
  z-index: 2;
}
.WfgIz9I-uP3xlK2yuB .icon-box {
  position: absolute;
  bottom: -3.2rem;
  right: -5.5rem;
}
@media (max-width: 1199px) {
  .WfgIz9I-uP3xlK2yuB .icon-box {
    bottom: -6.6rem;
    right: 1.2rem;
  }
}
.WfgIz9I-uP3xlK2yuB .icon-box span {
  color: #5cabaa;
}
.WfgIz9I-uP3xlK2yuB .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3xlK2yuB .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3xlKOSr9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #d4edfc;
}
.WfgIz9I-uP3xlKOSr9 .collaboration-section-title {
  color: #2e6b75;
}
.WfgIz9I-uP3xlKOSr9 .collaboration-section-subtitle {
  color: #000000;
}
.WfgIz9I-uP3xlKOSr9 .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3xlKOSr9 .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3I4LuFpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image.disabled {
  display: none;
}
.WfgIz9I-uP3I4LuFpj .collaboration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.WfgIz9I-uP3I4LuFpj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .container {
    padding: 0 20px;
  }
}
.WfgIz9I-uP3I4LuFpj .row {
  justify-content: center;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .logo-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.WfgIz9I-uP3I4LuFpj .logo-wrapper a {
  display: inline-flex;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #72dfe9;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.WfgIz9I-uP3I4LuFpj .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.WfgIz9I-uP3I4LuFpj .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #72dfe9;
}
.WfgIz9I-uP3I4LuFpj .copy-wrapper .collaboration-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.WfgIz9I-uP3I4LuFpj .list {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy {
  color: #ffffff;
}
.WfgIz9I-uP3I4LuFpj .list,
.WfgIz9I-uP3I4LuFpj .item-wrap,
.WfgIz9I-uP3I4LuFpj .list-wrapper {
  color: #000000;
}
.WfgIz9I-uP3I4LuFpj .collaboration-copy,
.WfgIz9I-uP3I4LuFpj .logo-wrapper {
  color: #000000;
}

/* 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 coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.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: coolIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: coolOut 0.5s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes growOnLoad {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: growOnLoad 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 12: blur filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: blur(2px);
}
/* endmainanimations */
