.btn.btn_white_black.skip-nav:focus {
  opacity: 1;
  z-index: 103;
}
html:not(.no-js) [data-aos="fade-up"],
[data-aos="fade-up"] {
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
  transform: translateY(55px);
}
html:not(.no-js) [data-aos="fade-down-short"],
[data-aos="fade-down-short"] {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
:focus-visible {
  outline: #175fff auto 1px;
}
hr {
  height: 0;
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #e4e6eb;
}
.no-banner .top-mess {
  display: none !important;
}

input.btn {
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
iframe {
  max-width: 100%;
}
table {
  width: 100%;
  margin: 20px 0;
  font-size: 0.777em;
  table-layout: fixed;
  word-break: break-word;
  text-align: left;
}
table tbody tr:nth-child(odd) {
  background: #f7f8fa;
}
table td:first-child,
table th:first-child {
  border-radius: 8px 0 0 8px;
}
table td:last-child,
table th:last-child {
  border-radius: 0 8px 8px 0;
}
table td,
table th {
  padding: 24px 15px;
  border: 0;
  vertical-align: top;
}
table th {
  font-weight: 500;
  vertical-align: middle;
}
/* burger menu */
.open_main_menu .lines {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  top: -4px;
}
.dark-header .open_main_menu .lines,
.dark-header .open_main_menu .lines:before,
.dark-header .open_main_menu .lines:after {
  background: #2c3242;
}
.dark-header .logo-color {
  display: block;
}
.dark-header .logo-white {
  display: none;
}
.opened_menu .open_main_menu .lines {
  background: transparent !important;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.open_main_menu .lines:before,
.open_main_menu .lines:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  left: 0;
  content: "";
  -ms-transform-origin: 0.28571em center;
  -webkit-transform-origin: 0.28571em center;
  transform-origin: 0.28571em center;
}
.opened_menu .open_main_menu .lines:before,
.opened_menu .open_main_menu .lines:after {
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.open_main_menu .lines:after {
  top: 6px;
}
.open_main_menu .lines:before {
  top: -6px;
}
.opened_menu .open_main_menu .lines:before {
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  background: #2c3242;
}
.opened_menu .open_main_menu .lines:after {
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  background: #2c3242;
}
.opened_menu .header-nav-wrap {
  display: block;
}
.opened_menu #drift-frame-controller {
  z-index: 2 !important;
}
.menu-children-open .header-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  content: "";
  z-index: 1;
  pointer-events: none;
}
.collapse_header .open_main_menu .lines,
.collapse_header .open_main_menu .lines:before,
.collapse_header .open_main_menu .lines:after {
  background: #2c3242;
}
.hide_header .header-inner {
  margin-top: -200px;
}
.opened_menu .top-mess {
  z-index: 0;
}
.nav_link:after {
  content: "";
  position: absolute;
  width: 0;
  top: 100%;
  height: 2px;
  background: #fff;
  right: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02),
    0.3s background;
  transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02), 0.3s background;
}
.header-new.menu-children-open .header-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  box-shadow: 0 1px 3px rgb(0, 0, 0, 7%);
  content: "";
  z-index: 1;
  pointer-events: none;
}
.dark-header .nav_link,
.header-new.menu-children-open .nav_link,
.collapse_header .nav_link {
  color: #2c3242 !important;
}
.dark-header .nav_link:after,
.collapse_header .nav_link:after {
  background: #2c3242;
}
.nav_link.dropdown:after {
  display: none;
}
.opened_menu .logo-white,
.collapse_header .logo-white,
.header-new.menu-children-open .logo-white {
  display: none;
}
.opened_menu .logo-color,
.collapse_header .logo-color,
.header-new.menu-children-open .logo-color {
  display: block;
}
.collapse_header .header {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
.dark-header:not(.no-bg) .header {
  background-color: #fff;
  border-bottom: 1px solid #f1f2f5;
}
.dark-header .header .btn,
.collapse_header .header .btn,
.opened_menu .header .btn,
.header-new.menu-children-open .btn {
  background-color: #fff;
  border-color: #175fff;
  color: #175fff;
}
.dark-header.no-bg .header .btn {
  background-color: transparent;
  border-color: #111217;
  color: #111217;
}
.dark-header .header .btn:hover,
.menu-children-open .btn:hover,
.collapse_header .header .btn:hover {
  background-color: #175fff;
  border-color: #175fff;
  color: #fff;
}
.dark-header.no-bg .header .btn:hover {
  background-color: #111217;
  border-color: #111217;
  color: #fff;
}
.hide_header .header {
  box-shadow: none;
  border-bottom: 0;
}
.custom-list,
ul:not([class]) {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
  overflow: visible;
}
.custom-list li,
ul:not([class]) li {
  padding-left: 27px;
  margin-bottom: 16px;
  position: relative;
}
.custom-list li:before,
ul:not([class]) li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0.6em;
  width: 9px;
  height: 8px;
  background: url(https://uploads-ssl.webflow.com/5fa24a97853b6c62b7063020/5fa40057acd24c5041dd99a7_check.svg)
    0 0 no-repeat;
  background-size: cover;
}
.w-richtext figure {
  max-width: 100%;
}
.post-content figure img {
  border-radius: 12px;
  box-shadow: 0 1px 1px 0 rgb(47 57 78 / 8%), 0 4px 4px 0 rgb(47 57 78 / 8%);
}
.post-content figure {
  margin-bottom: 24px;
  border-radius: 8px;
}
.post-content iframe {
  border-radius: 12px;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 100%;
  padding-bottom: 56.25% !important;
}
.opened .footer-arrow:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}
.home_next_tab.w--current:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 4px solid #2c3242;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-top: -6px;
}
.screen-event {
  position: relative;
  top: 1rem;
  z-index: 5;
  -webkit-transition: 0.5s top;
  transition: 0.5s top;
  width: 100%;
}
.w--tab-active .screen-event {
  top: 0;
}
.opened_menu {
  overflow: hidden;
}
.post-description-text {
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.inputs-list {
  list-style: none;
  font-size: 12px;
  line-height: 1.3;
}
.inputs-list label {
  font-weight: normal;
  cursor: pointer;
}
.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.1;
}
.slick-prev,
.slick-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bdbfc7;
  border-radius: 50%;
  background-color: transparent;
  color: #757a8a;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 14px;
  line-height: 40px;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #175fff;
  border-color: #175fff;
  color: #fff;
}
.slick-prev span,
.slick-next span {
  margin: 0;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.error {
  text-align: left;
}
@media (min-width: 1199px) {
  .dropdown_link_nav:hover:before {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -2px;
    width: 100%;
    height: 50px;
    content: "";
  }
  .dropdown_link_nav:hover .dropdown_icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav_link.w--current:after,
  .nav_link:hover:after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .dropdown_link_nav.opened_sub_menu .dropdown_icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header_btns > .btn_white {
    background-color: #175fff !important;
    border-color: #175fff !important;
    color: #fff !important;
    width: 282px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .container-sm {
    max-width: 768px;
  }
  .header-nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 160px;
    background-color: #fff;
    display: none;
  }
  .main-menu {
    display: block;
    overflow: auto;
    width: 100%;
    max-height: 100%;
    height: 100%;
    border-top: 1px solid #f1f2f5;
  }
  .dropdown_link_nav {
    display: block;
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f1f2f5;
  }
  .nav_link {
    display: block;
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
    padding: 22px 12px;
    border-bottom: 1px solid #f1f2f5;
    color: #2c3242;
    font-size: 22px;
  }
  .no_border {
    border-bottom-width: 0 !important;
  }
  .nav_link:hover {
    color: #2c3242;
  }
  .nav_link.w--current {
    border-bottom-color: transparent;
    color: #2c3242;
  }
  .nav_link.dropdown {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-width: 0;
  }
  .dropdown_menu,
  .dropdown_menu.dropdown_menu_sm {
    position: static;
    margin-left: 0;
    background-color: hsla(0, 0%, 86.7%, 0);
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    width: 100%;
    margin-top: 24px;
  }
  .dropdown_inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dropdown_item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .sub-menu-link {
    margin: 0;
    padding: 0;
  }
  .subnav-link.w--current {
    background-color: #ecf2ff;
  }
  .open_main_menu {
    display: block;
  }
  .header_btns {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding-bottom: 28px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #fff;
    border-top: 1px solid #f1f2f5;
  }
  .nav_link.visible_mobile {
    display: inline-block;
    border-bottom-width: 0;
  }
  .dropdown_img,
  .dropdown_link_text,
  .link-arrow-right,
  .sub-menu-title,
  .menu_logos_list {
    display: none;
  }
  .sub-menu-link.sub-menu-link-mobile {
    display: inline-block;
  }
  .dropdown_icon {
    top: 12px;
    right: 15px;
    height: 20px;
    color: #2c3242;
    font-size: 1em;
  }
  .nav_link.hidden_mobile {
    display: none;
  }
  .cta-section-wrap {
    padding: 20px 40px;
    background-position: 150% 50%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  [data-mutiny-loaded] .main-menu .dropdown_menu {
    position: static !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .home_next_tab.w--current:after {
    top: 100%;
    left: 50%;
    border-top: 4px solid #2c3242;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-top: 0;
    margin-left: -6px;
  }
  .block-title br {
    display: none;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .events_slider {
    padding: 24px calc(50% - 360px);
  }
}
@media (max-width: 767px) {
  .intro-section:after {
    height: 92px;
  }
  .w-richtext figure {
    margin-bottom: 24px;
  }
  .btn.btn_form {
    width: 100%;
  }
  .modal-scroll-block {
    max-height: calc(100vh - 232px);
  }
  .osano-cm-dialog--type_box.osano-cm-dialog--position_bottom-left {
    font-size: 12px;
    padding: 12px;
  }
}
