@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/* media query */
/* border-radius */
/* transitions time */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_justify {
  text-align: justify;
}

img {
  max-width: 100%;
  display: block;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

*:focus {
  outline: none;
}

.keyboard-navigation *:focus {
  outline: 2px solid #001c6f;
  outline-offset: 2px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.pull_right {
  float: right;
}

.pull_left {
  float: left;
}

.only_mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .only_mobile {
    display: block;
  }
}

.only_tablet_mobile {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .only_tablet_mobile {
    display: block !important;
  }
}

@media screen and (max-width: 960px) {
  .only_desktop {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .only_desktop_tablet {
    display: none !important;
  }
}

a {
  color: #001c6f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

em,
i {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

strong,
b {
  font-weight: 700;
}

p {
  margin: 0 0 20px 0;
}

select,
input,
textarea,
button {
  font-family: "Ubuntu", sans-serif;
}

.search-form {
  position: relative;
  max-width: 100%;
}
.search-form__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.search-form__label {
  margin: 0;
  padding: 0;
}
.search-form__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--wp--preset--color--white, #ffffff);
  border: 2px solid var(--wp--preset--color--primary, #007cba);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.search-form__input-wrapper:focus-within {
  border-color: var(--wp--preset--color--secondary, #005a87);
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.search-form__field {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--black, #000000);
  outline: none;
}
.search-form__field::placeholder {
  color: #666;
  opacity: 1;
}
.search-form__field::-webkit-search-decoration, .search-form__field::-webkit-search-cancel-button, .search-form__field::-webkit-search-results-button, .search-form__field::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search-form__field:focus {
  outline: none;
}
.search-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--wp--preset--color--primary, #007cba);
  color: var(--wp--preset--color--white, #ffffff);
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.search-form__submit:hover {
  background: var(--wp--preset--color--secondary, #005a87);
  transform: translateY(-1px);
}
.search-form__submit:active {
  transform: translateY(0);
}
.search-form__submit:focus {
  outline: 2px solid var(--wp--preset--color--secondary, #005a87);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .search-form__submit-text {
    display: none;
  }
}
.search-form__icon {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
@media (min-width: 769px) {
  .search-form__icon {
    width: 16px;
    height: 16px;
  }
}
.search-form__description {
  font-size: 0.875rem;
  color: #666;
}
.search-form--inline .search-form__wrapper {
  flex-direction: row;
  align-items: center;
}
.search-form--inline .search-form__input-wrapper {
  flex: 1;
}
.search-form--compact .search-form__field {
  padding: 8px 12px;
}
.search-form--compact .search-form__submit {
  padding: 8px 16px;
}
.search-form--rounded .search-form__input-wrapper {
  border-radius: 50px;
}
@media (prefers-color-scheme: dark) {
  .search-form .search-form__input-wrapper {
    background: #1a1a1a;
    border-color: #444;
  }
  .search-form .search-form__field {
    color: #ffffff;
  }
  .search-form .search-form__field::placeholder {
    color: #999;
  }
}

.widget .search-form {
  margin-bottom: 0;
}
.widget .search-form .search-form__input-wrapper {
  border-radius: 4px;
}
.widget .search-form .search-form__field {
  padding: 10px 14px;
  font-size: 14px;
}
.widget .search-form .search-form__submit {
  padding: 10px 16px;
  font-size: 12px;
}

.site-header .search-form {
  max-width: 300px;
}
@media (max-width: 768px) {
  .site-header .search-form {
    max-width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .search-form__field {
    font-size: 16px;
  }
  .search-form__submit {
    min-width: 60px;
  }
  .search-form__submit-text {
    display: none;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

img {
  max-width: 100%;
}

img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-block-image.alignleft,
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.wp-block-image.alignright,
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

.wp-block-image.aligncenter,
.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-image.aligncenter.size-full img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body.customize-support header {
  top: 32px; /* prevent overlap */
}

@media screen and (max-width: 782px) {
  body.customize-support header {
    top: 46px;
  }
}
.main_container_int {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.main_container_int--small {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.close_icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.close_icon::before, .close_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.close_icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.button {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #da2128;
  border: solid 2px #da2128;
  border-radius: 27px;
  padding: 10px 30px;
}
.button.button--small {
  padding: 5px 20px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .button {
    padding: 5px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .button {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
  }
}
.button:hover {
  background-color: #fff;
  color: #001c6f;
  border-color: #001c6f;
  text-decoration: none;
}
.button.button-white, .header_main_menu_submenu #loginform .login-submit .button {
  background-color: #fff;
  border-color: #001c6f;
  color: #001c6f;
}
.button.button-white:hover, .header_main_menu_submenu #loginform .login-submit .button:hover {
  background-color: #fff;
  color: #001c6f;
  border-color: #001c6f;
}
.button.button-blue, .login-submit .button {
  background-color: #001c6f;
  border-color: #001c6f;
  color: #fff;
}
.button.button-blue:hover, .login-submit .button:hover {
  background-color: #fff;
  color: #001c6f;
  border-color: #001c6f;
}
.button.button-large, .section--page .login-submit .button, .login-submit .button {
  padding: 10px 50px;
}
@media screen and (max-width: 960px) {
  .button.button-large, .section--page .login-submit .button, .login-submit .button {
    padding: 5px 20px;
    font-size: 16px;
  }
}
.button.button-hero {
  padding: 15px 30px;
}

.js-mobile-accordion-trigger {
  position: relative;
}
.js-mobile-accordion-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -12px;
  display: none;
}
@media screen and (max-width: 960px) {
  .js-mobile-accordion-trigger::after {
    display: inline-block;
  }
}
@media screen and (max-width: 960px) {
  .js-mobile-accordion-trigger {
    cursor: pointer;
  }
}

.is-open > .js-mobile-accordion-trigger::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}

.js-mobile-accordion-content--visible {
  display: block !important;
  pointer-events: none;
}

.hamburger {
  flex: 0 0 32px;
  width: 32px;
  height: 27px;
  background-color: transparent;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
  margin-left: 0;
  border: none;
}
@media screen and (max-width: 960px) {
  .hamburger {
    margin-bottom: 10px;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  filter: alpha(opacity=1);
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 5px;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 13px;
  left: auto;
  right: 0;
}
.hamburger span:nth-child(4) {
  top: 21px;
}
.hamburger.open span:nth-child(1) {
  width: 0%;
  left: 50%;
}
.hamburger.open span:nth-child(2) {
  left: 0;
  right: auto;
  transform: rotate(45deg);
  max-width: none;
}
.hamburger.open span:nth-child(3) {
  left: 0;
  right: auto;
  transform: rotate(-45deg);
  max-width: none;
}
.hamburger.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}

.search_content {
  display: flex;
  gap: 10px;
}
.search_content:not(.search_content--mobile) .input {
  min-width: 400px;
}
@media screen and (max-width: 960px) {
  .search_content {
    margin-top: 10px;
  }
  .search_content .input {
    flex: 1;
  }
}

.input {
  border: none;
  border-bottom: 3px solid #da2128;
  font-size: 16px;
  padding: 10px;
}
.input::placeholder {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
}

.select {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #001c6f;
  cursor: pointer;
  border: none;
  border-bottom: solid 3px #da2128;
  padding: 5px 0;
}

.page_header {
  background-size: cover;
  background-position: center center;
  height: 470px;
  margin-bottom: 25px;
  position: relative;
}
.page_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(20%), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), 20%, transparent);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page_header {
    height: 300px;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .breadcrumb {
    margin-bottom: 25px;
  }
}
.breadcrumb .breadcrumb_item {
  display: inline-block;
  list-style-type: none;
  font-size: 12px;
  color: #001c6f;
}
.breadcrumb .breadcrumb_item svg {
  max-width: 15px;
  max-height: 15px;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 960px) {
  .breadcrumb .breadcrumb_item {
    display: none;
  }
  .breadcrumb .breadcrumb_item:first-child {
    display: inline-block;
  }
}
.breadcrumb a.breadcrumb_link {
  color: #001c6f;
}
.breadcrumb .breadcrumb_link {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  color: #212b36;
  text-decoration: none;
  margin-right: 20px;
}
.breadcrumb .breadcrumb_link:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -13px;
  display: inline-block;
  border: solid #4c4c4c;
  border-width: 0 1px 1px 0;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}
@media screen and (max-width: 960px) {
  .breadcrumb .breadcrumb_link:after {
    right: auto;
    left: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 960px) {
  .breadcrumb .breadcrumb_link {
    padding-left: 12px;
  }
}
.breadcrumb .breadcrumb_item:first-child .breadcrumb_link::after {
  margin-top: 0;
}
.breadcrumb .breadcrumb_item:last-child .breadcrumb_link:after {
  display: none;
}

.section {
  padding-top: 50px;
}

.section--detail {
  position: relative;
  min-height: 450px;
}

.section--detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 360px;
  background-color: #001c6f;
}
@media screen and (max-width: 960px) {
  .section--detail::before {
    width: 100%;
  }
}

.section--halfyellow {
  position: relative;
}
@media screen and (max-width: 640px) {
  .section--halfyellow {
    padding-top: 30px;
  }
}

.section--halfyellow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #da2128;
}
@media screen and (max-width: 960px) {
  .section--halfyellow::before {
    width: 100%;
  }
}

.full_container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .full_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .full_container .half_container {
    width: 100%;
  }
}

.half_container {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .half_container {
    width: 100%;
  }
}
.half_container.half_container--rightalign {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .half_container.half_container--rightalign {
    justify-content: flex-start;
  }
}

.section_title {
  color: #fff;
  font-weight: 500;
  padding-right: 30px;
}
@media screen and (max-width: 960px) {
  .section_title {
    font-size: 36px;
    padding-right: 0;
  }
}
.section_title.section_title--notopmargin {
  margin-top: 0;
}

.section--page {
  min-width: 920px;
  margin: 20px auto 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 80px 95px 80px 95px;
  position: relative;
  margin-left: 8%;
  margin-right: 8%;
  line-height: 1.4;
}
.section--page h1,
.section--page h2,
.section--page h3,
.section--page h4,
.section--page h5 {
  color: #001c6f;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
}
.section--page .wp-block-image {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .section--page {
    min-width: 0;
    padding: 10px 30px 15px 30px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.section--page--transparent {
  min-width: 920px;
  margin: 20px auto 80px;
  background-color: transparent;
  position: relative;
  margin-left: 8%;
}
@media screen and (max-width: 960px) {
  .section--page--transparent {
    margin-left: 0;
  }
}

.section--bottom {
  min-width: 920px;
  margin: 20px auto 80px;
  position: relative;
  margin-left: 8%;
}
@media screen and (max-width: 960px) {
  .section--bottom {
    min-width: 0;
    padding: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.section--detail--withmenu {
  min-height: 900px;
}

.section--detail--withmenu::before {
  background-color: #001c6f;
  height: var(--internal-menu-height, 100vh);
  min-height: 100vh;
}

.section_detail_flex {
  display: flex;
}
@media screen and (max-width: 960px) {
  .section_detail_flex {
    flex-direction: column;
  }
}
.section_detail_flex .section--detail--left {
  width: 25%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .section_detail_flex .section--detail--left {
    width: 100%;
  }
}
.section_detail_flex .section--detail--right {
  width: 75%;
}
@media screen and (max-width: 960px) {
  .section_detail_flex .section--detail--right {
    width: 100%;
  }
}
.section_detail_flex .section--page,
.section_detail_flex .section--page--transparent {
  min-width: 0;
}

.internal_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.internal_menu_main {
  color: #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 0;
  font-size: 21px;
  display: block;
  margin: 0;
}

.internal_menu_submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.internal_menu_submenu > li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.internal_menu_submenu_item {
  padding: 5px 10px 5px 0;
  color: #fff;
  display: block;
}
.internal_menu_submenu_item.internal_menu_submenu_item--active {
  padding: 5px 10px;
  border-left: 5px solid #fff;
}

.internal_menu_subsubmenu {
  list-style: none;
  margin: 5px 0 0 5px;
  padding: 0;
}

.internal_menu_subsubmenu_item {
  padding: 8px 10px;
  color: #fff;
  display: block;
}
.internal_menu_subsubmenu_item.internal_menu_subsubmenu_item--active {
  font-weight: 700;
}

.internal_list_cards {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
  justify-content: flex-start;
}
.internal_list_cards:has(.internal_list_card_item:nth-child(2):last-child) {
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .internal_list_cards {
    flex-direction: column;
  }
}

.internal_list_card_item {
  width: calc((100% - 90px) / 4);
  background-color: #fff;
  min-height: 360px;
  border-bottom: solid 4px #da2128;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .internal_list_card_item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 960px) {
  .internal_list_card_item {
    width: calc((100% - 30px) / 2);
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .internal_list_card_item {
    width: 100%;
  }
}

.internal_list_cards--large .internal_list_card_item {
  width: calc((100% - 60px) / 3);
  min-height: 420px;
}
@media screen and (max-width: 960px) {
  .internal_list_cards--large .internal_list_card_item {
    width: calc((100% - 30px) / 2);
    min-width: auto;
  }
}
@media screen and (max-width: 640px) {
  .internal_list_cards--large .internal_list_card_item {
    width: 100%;
  }
}

.internal_list_card_image {
  position: relative;
  height: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 65%;
  display: block;
}
.internal_list_card_image .internal_list_card_label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 18px 30px 0 30px;
  font-size: 12px;
  display: inline-block;
  background: #fff;
}

.internal_list_card_content {
  padding: 30px;
  padding-bottom: 45px;
  display: block;
}
.internal_list_card_content.internal_list_card_content--news {
  padding-top: 0;
}
.internal_list_card_content.internal_list_card_content--nobottommargin {
  padding-bottom: 0;
}

.internal_list_card_info {
  margin-top: 20px;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  max-height: 180px;
}

.internal_list_card_info_row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
}
.internal_list_card_info_row svg {
  width: 19px;
  height: 19px;
  color: #001c6f;
}

.internal_list_card_date {
  font-size: 12px;
  padding: 15px 30px;
  margin: -40px 0 0 0;
  display: block;
  position: relative;
  z-index: 200;
  background: white;
  max-width: 130px;
  margin-bottom: 2ch;
}

.internal_list_card_categories {
  font-weight: 700;
  color: #001c6f;
  text-transform: uppercase;
  font-size: 14px;
}

.internal_list_card_link {
  color: #4c4c4c;
}
.internal_list_card_link:hover {
  color: #4c4c4c;
  text-decoration: none;
}
.internal_list_card_link:hover .internal_list_card_title {
  color: #001c6f;
}

.internal_list_card_title {
  font-size: 18px;
  font-weight: 500;
}
.internal_list_card_title.internal_list_card_title--notopmargin {
  margin-top: 0;
}

.internal_list_card_description {
  font-size: 16px;
}

.page_files {
  margin-top: 50px;
  margin-bottom: 50px;
}

.accordion_content .page_files {
  margin-top: 0;
  margin-bottom: 20px;
}

.page_files_title {
  font-size: 36px;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}

.page_file {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  margin-bottom: 0;
}
.page_file:last-child {
  border-bottom: none;
}

.page_file_link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.page_file_link:last-child {
  margin-bottom: 0;
}
.page_file_link svg {
  width: 20px;
  min-width: 20px;
  height: 30px;
  min-height: 30px;
  color: #001c6f;
}
.page_file_link:hover {
  text-decoration: none;
}
.page_file_link:hover svg {
  color: #001c6f;
}

.page_file_date {
  color: #4c4c4c;
  margin: 0 20px;
  font-size: 12px;
}

.accordion {
  border-bottom: 6px solid #da2128;
}
.accordion .accordion_title {
  padding-right: 40px;
  display: block;
}

.accordion_link {
  display: block;
  font-size: 36px;
  color: #001c6f;
  font-weight: 500;
  position: relative;
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .accordion_link {
    font-size: 30px;
  }
}
.accordion_link:hover {
  text-decoration: none;
}
.accordion_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border: solid #001c6f;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -12px;
}

.is-open .accordion_link::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}

.accordion_content {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.accordion_content ul {
  margin-top: 0;
}

.conventions {
  margin-top: 40px;
}

.conventions_filters,
.chip_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}

.chip_container {
  margin-top: 20px;
}

.chip {
  display: block;
  color: #001c6f;
  text-transform: uppercase;
  border: solid 1px #001c6f;
  border-radius: 3px;
  padding: 6px 10px 5px 10px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.chip:hover {
  background-color: #001c6f;
  color: #fff;
}
.chip.chip--active {
  background-color: #001c6f;
  color: #fff;
}

.page_note {
  background: #f0f0f0;
  padding: 30px;
  margin-top: 50px;
  font-style: italic;
}
.page_note a {
  color: #001c6f !important;
}
.page_note a:hover {
  text-decoration: none !important;
  color: #001c6f !important;
}
.page_note .page_note_title {
  font-size: 36px;
  font-style: normal;
  margin-bottom: 25px !important;
  margin-top: 0 !important;
}
.page_note .page_note_description {
  color: #4c4c4c;
}

.share_box {
  line-height: 1.2;
  font-weight: 400;
  color: #4c4c4c;
  background-color: #f0f0f0;
  padding: 35px 95px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 960px) {
  .share_box {
    flex-direction: column;
    gap: 10px;
    padding: 20px 50px;
  }
}
.share_box svg {
  max-width: 20px;
  max-height: 15px;
  position: relative;
  bottom: -2px;
}
.share_box a:hover {
  text-decoration: none;
}
.share_box .share_box_label {
  color: #212b36;
}
.share_box .share_box_label:hover {
  text-decoration: none;
  color: #4c4c4c;
}
.share_box .share_box_col {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 50px 0;
  justify-content: center;
  align-items: center;
}

.pagination_link {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #001c6f;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 4px;
}

.pagination_link--current {
  color: #212b36;
  background-color: #f0f0f0;
}

.pagination_link--next,
.pagination_link--prev {
  color: #fff;
  background-color: #001c6f;
}

.pagination_link--prev::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: -3px;
}

.pagination_link--next::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -8px;
}

.pagination_link--prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  margin-top: -5px;
}

.pagination_link--next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  margin-top: -5px;
}

.pagination_link_nextprev_label {
  display: none;
}

.filters .select {
  min-width: 130px;
}
@media screen and (max-width: 960px) {
  .filters {
    width: 100%;
  }
  .filters .select {
    min-width: auto;
    flex: 1;
  }
}

.filters_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .filters_container {
    width: 100%;
    justify-content: space-between;
  }
  .filters_container label {
    display: none;
  }
}

.section--card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #da2128;
  margin-bottom: 40px;
}
.section--card .section--card--flex {
  display: flex;
}
@media screen and (max-width: 960px) {
  .section--card .section--card--flex {
    flex-direction: column;
  }
}
.section--card .section--card--flex .section--card--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40%;
  min-width: 40%;
  max-width: 350px;
  height: auto;
  min-height: 260px;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .section--card .section--card--flex .section--card--image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 65%;
  }
}
.section--card .section--card--flex .section--card--content {
  flex: 1;
  padding: 20px;
}
.section--card .section--card--flex .section--card--content .section--card--title {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}

.help_blocks_container {
  overflow: hidden;
}

.help_blocks {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .help_blocks {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .help_blocks {
    display: block;
  }
}
.help_blocks .help_block_title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .help_blocks .help_block_title {
    font-size: 36px;
  }
}

.section_border {
  position: relative;
  padding-bottom: 30px;
}
.section_border:after {
  content: "";
  position: absolute;
  bottom: 30px;
  width: 165px;
  height: 3px;
  background-color: #da2128;
}

.help_block {
  flex: 1;
}

.help_block--link {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #4c4c4c;
  background-color: #fff;
  border-bottom: 4px solid #da2128;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 40px 20px;
  min-height: 250px;
  text-align: center;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 960px) {
  .help_block--link {
    margin-top: -20px;
  }
}
@media screen and (max-width: 640px) {
  .help_block--link {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .help_block--link {
    flex: 0 0 100%;
    width: 100%;
  }
}

.help_block_icon {
  display: block;
  color: #001c6f;
  margin-bottom: 48px;
}
.help_block_icon svg {
  height: 40px;
  width: 40px;
}

.help_block--link .help_block_title {
  font-size: 24px;
  color: #4c4c4c;
}

.help_block--link:hover {
  text-decoration: none;
}
.help_block--link:hover .help_block_icon {
  color: #da2128;
}
.help_block--link:hover .help_block_title {
  color: #001c6f;
}

@media screen and (max-width: 960px) {
  .help_block--transparent {
    flex: 0 0 100%;
    width: 100%;
  }
}

.filters_form {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .filters_form {
    width: 100%;
  }
}

.section_subtitle svg {
  max-width: 32px;
  max-height: 32px;
  margin-right: 30px;
  position: relative;
  bottom: -2px;
}

.iframe-responsive {
  position: relative;
  z-index: 2;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.iframe-responsive iframe,
.iframe-responsive object,
.iframe-responsive embed,
.iframe-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.branch_flex {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .branch_flex {
    flex-direction: column;
  }
  .branch_flex:last-child {
    margin-top: 0;
  }
}
.branch_flex .branch_item {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .branch_flex .branch_item {
    width: 100%;
  }
}
.branch_flex .branch_item .internal_list_card_info_row_value p:last-child {
  margin-bottom: 0;
}

.grey_flex {
  display: flex;
  gap: 20px;
  background: #f0f0f0;
  padding: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .grey_flex {
    flex-direction: column;
  }
}
.grey_flex .grey_item {
  text-align: center;
}
.grey_flex .grey_item strong {
  color: #001c6f;
}

.branch_form {
  margin-top: 40px;
}

.cf_row {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .cf_row {
    flex-direction: column;
    gap: 0;
  }
}
.cf_row .cf_field {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .cf_row .cf_field {
    width: 100%;
  }
}
.cf_row .cf_field input[type=text],
.cf_row .cf_field input[type=email],
.cf_row .cf_field input[type=tel],
.cf_row .cf_field textarea {
  width: 100%;
}
.cf_row .cf_field textarea {
  max-height: 150px;
  resize: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.cf_field--checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  color: #dc3232;
  margin-top: 2px;
}

.wpcf7-response-output {
  display: block;
  font-size: 12px;
  background-color: #f0ad4e;
  color: #fff;
  border: none !important;
  padding: 10px !important;
}

.invalid .wpcf7-response-output {
  background-color: #dc3232;
  color: #fff;
}

.sent .wpcf7-response-output {
  background-color: #28a745;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .branch_subtitle {
    margin-top: 20px !important;
  }
}

.contacts_row {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .contacts_row {
    flex-direction: column;
  }
}

.contacts_item {
  flex-basis: 33.333333%;
}
@media screen and (max-width: 960px) {
  .contacts_item {
    flex-basis: 100%;
  }
}
.contacts_item h3 {
  margin: 0 0 10px 0;
}
.contacts_item p {
  margin: 0 0 10px 0;
}

.contacts_item_title {
  color: #001c6f !important;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.contacts_item_row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 5px;
}
.contacts_item_row:last-child {
  margin-bottom: 0;
}
.contacts_item_row svg {
  width: 16px;
  height: 16px;
  color: #001c6f;
}

.contacts_grey {
  background: #f0f0f0;
  padding: 60px;
}
@media screen and (max-width: 960px) {
  .contacts_grey {
    padding: 30px;
  }
}

.contacts_grey_item {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .contacts_grey_item {
    margin-bottom: 20px;
  }
}

.contacts_grey_item_title {
  color: #001c6f !important;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}

.contacts_grey_item_row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.contacts_grey_item_row:last-child {
  margin-bottom: 0;
}
.contacts_grey_item_row svg {
  width: 16px;
  height: 16px;
  color: #001c6f;
}

#loginform label {
  display: block;
  margin-bottom: 4px;
}
#loginform input[type=text],
#loginform input[type=password] {
  width: 100%;
}
#loginform p {
  margin-bottom: 10px;
}
#loginform .bcp-login-forgot {
  margin-top: 20px;
}
#loginform .bcp-login-forgot a {
  text-decoration: underline;
  font-size: 14px;
}

.login-submit {
  margin-top: 20px;
}
.header_main_menu_submenu #loginform {
  margin-top: -15px;
}
.header_main_menu_submenu #loginform .bcp-login-forgot {
  margin-top: 0;
}
.header_main_menu_submenu #loginform .bcp-login-forgot a {
  color: #fff;
}
.section--page .login-submit {
  margin-top: 30px;
}
.bcp-forgot-password-form label {
  display: block;
  margin-bottom: 4px;
}
.bcp-forgot-password-form input[type=text] {
  width: 100%;
}
.bcp-forgot-password-form p {
  margin-bottom: 20px;
}

.bcp-forgot-password-success {
  background-color: #28a745;
  color: #fff;
  border: none !important;
  padding: 10px !important;
}

.bcp-user-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.bcp-user-flex svg {
  width: 20px;
  height: 20px;
  color: #001c6f;
}
.bcp-user-flex p,
.bcp-user-flex a,
.bcp-user-flex button {
  color: #4c4c4c;
  font-size: 16px;
  margin-bottom: 0;
}
.bcp-user-flex a:hover,
.bcp-user-flex button:hover {
  color: #001c6f !important;
  text-decoration: none;
}

.section--detail--profile {
  display: flex;
  justify-content: flex-end;
}
.section--detail--profile .bcp-user-profile .bcp-user-flex {
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .section--detail--profile {
    background-color: #f0f0f0;
    margin-top: 20px;
    padding: 20px;
    position: relative;
  }
  .section--detail--profile .bcp-user-flex:last-child {
    margin-bottom: 0;
  }
  .section--detail--profile .bcp-user-flex > .bcp-user-flex {
    margin-bottom: 0;
  }
}

.search_results article {
  margin-bottom: 40px;
}
.search_results article h3 {
  margin: 0 0 5px 0;
}
.search_results article .entry_meta {
  font-size: 14px;
  color: #212b36;
  margin: 0 0 5px 0;
}
.search_results article .entry_excerpt {
  font-size: 16px;
}

.margin-right {
  margin-right: 10px;
}

.home_block_2 {
  margin-bottom: 60px;
  margin-top: -70px;
  z-index: 100;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .home_block_2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.home_block_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .home_block_flex {
    gap: 0;
  }
}
@media screen and (max-width: 640px) {
  .home_block_flex {
    display: block;
  }
}
.home_block_flex .home_block {
  width: calc(33.333% - 30px);
}
@media screen and (max-width: 960px) {
  .home_block_flex .home_block {
    width: 100%;
  }
}
.home_block_flex .home_block.home_block--card {
  background-color: #fff;
  min-height: 360px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .home_block_flex .home_block.home_block--card {
    width: calc(50% - 20px);
  }
}
.home_block_flex .home_block .home_block_title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .home_block_flex .home_block .home_block_title {
    font-size: 36px;
    margin-top: 0;
  }
}
.home_block_flex .home_block .home_block_content {
  padding: 20px 20px 40px 20px;
}
.home_block_flex .home_block .home_block_content .home_block_box_title {
  font-size: 30px;
  color: #001c6f;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.home_block_flex .home_block .home_block_content .home_block_box_links {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.home_block_flex .home_block .home_block_content .home_block_box_links li {
  margin: 0 0 10px 0;
  padding: 0;
}
.home_block_flex .home_block .home_block_content .home_block_box_links li:last-child {
  margin-bottom: 0;
}
.home_block_flex .home_block .home_block_content .home_block_box_link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #4c4c4c;
  padding: 6px 0;
  padding-left: 30px;
}
.home_block_flex .home_block .home_block_content .home_block_box_link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: solid #001c6f;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -6px;
}
.home_block_flex .home_block .home_block_image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .mobile_slider.home_block_flex {
    display: block;
  }
  .mobile_slider.home_block_flex .home_block.home_block--card {
    width: 100%;
  }
  .mobile_slider .slick-slide {
    float: left;
    margin: 0 15px;
  }
  .mobile_slider .slick-list {
    margin: 0 -15px;
  }
  .mobile_slider .slick-list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .mobile_slider .slick-dots {
    padding: 0;
    margin: 0;
    z-index: 200;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .mobile_slider .slick-dots li {
    list-style: none;
    text-indent: -999999px;
    overflow: hidden;
    font-size: 0;
    height: 16px;
    width: 16px;
    background: #4c4c4c;
    margin: 0 10px;
    opacity: 1;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mobile_slider .slick-dots li.slick-active {
    background-color: #001c6f;
  }
  .mobile_slider .slick-dots li button {
    opacity: 0;
  }
}

.home_block_3 {
  background: #001c6f;
  padding: 40px 0;
  color: #fff;
  margin-bottom: 50px;
}
.home_block_3 .home_block_flex--baseline {
  align-items: flex-end;
  flex-wrap: nowrap;
}
.home_block_3 .home_block_3_title {
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 40px 0 !important;
}
@media screen and (max-width: 960px) {
  .home_block_3 .home_block_3_title {
    font-size: 36px;
    margin-bottom: 20px !important;
  }
}
.home_block_3 .home_block_3_description {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .home_block_3 .home_block_3_description {
    font-size: 16px;
  }
}
.home_block_3 .home_block_3_description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .home_block_3 .home_block_3_description p:last-child {
    margin-bottom: 20px;
  }
}

.home_block_4 {
  background: #f0f0f0;
  padding: 40px 0;
  color: #4c4c4c;
  margin-bottom: 50px;
}
.home_block_4 .home_block_flex--center {
  align-items: center;
  flex-wrap: nowrap;
}
.home_block_4 a {
  color: #001c6f;
}
.home_block_4 .home_block_4_title {
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 40px 0 !important;
  color: #001c6f;
}
@media screen and (max-width: 960px) {
  .home_block_4 .home_block_4_title {
    font-size: 36px;
    margin-bottom: 20px !important;
  }
}
.home_block_4 .home_block_4_description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .home_block_4 .home_block_4_description p:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .home_block_4 .home_block_4_description h4 {
    font-size: 16px;
  }
}

.section_date {
  margin-bottom: 20px;
}

.home_block_5 {
  color: #fff;
  position: relative;
  padding-top: 50px;
  margin-bottom: 40px;
}
.home_block_5 .home_block_flex {
  flex-wrap: nowrap;
}
@media screen and (max-width: 960px) {
  .home_block_5 .home_block_flex {
    flex-direction: column;
  }
}
.home_block_5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 285px);
  height: 70%;
  background-color: #001c6f;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .home_block_5:before {
    width: 100%;
  }
}
.home_block_5 .main_container_int {
  position: relative;
  z-index: 2;
}
.home_block_5 .home_block_title {
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 40px 0 !important;
}
@media screen and (max-width: 960px) {
  .home_block_5 .home_block_title {
    font-size: 36px;
    margin-bottom: 30px !important;
  }
}
.home_block_5 .home_block_5_description {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .home_block_5 .home_block_5_description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
  }
}
.home_block_5 .home_block_5_description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .home_block_5 .home_block_image {
    margin-top: 30px;
  }
  .home_block_5 .home_block_image img {
    width: 100%;
  }
}

.home_block_7 {
  position: relative;
  padding-top: 50px;
  margin-bottom: 80px;
}
.home_block_7 .home_block_flex {
  flex-wrap: nowrap;
}
@media screen and (max-width: 960px) {
  .home_block_7 .home_block_flex {
    flex-direction: column;
  }
}
.home_block_7:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #f0f0f0;
  z-index: 1;
}
.home_block_7 .main_container_int {
  position: relative;
  z-index: 2;
}
.home_block_7 .home_block_title {
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 40px 0 !important;
}
@media screen and (max-width: 960px) {
  .home_block_7 .home_block_title {
    font-size: 36px;
    margin-bottom: 30px !important;
  }
}
.home_block_7 .home_block_7_description {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .home_block_7 .home_block_7_description {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.home_block_7 .home_block_7_description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .home_block_7 .home_block_image {
    margin-top: 30px;
  }
  .home_block_7 .home_block_image img {
    width: 100%;
  }
}

.home_block_6 {
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .home_block_6 {
    margin-bottom: 50px;
  }
}
.home_block_6 .home_block_flex {
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .home_block_6 .home_block_flex {
    display: flex;
    flex-direction: column;
  }
}
.home_block_6 .home_block_flex .home_block .home_block_title {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .home_block_6 .home_block_flex .home_block .home_block_title {
    margin-bottom: 20px;
  }
}
.home_block_6 .home_block_6_description {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .home_block_6 .home_block_6_description {
    font-size: 16px;
  }
}
.home_block_6 .home_block_6_description p:last-child {
  margin-bottom: 0;
}
.home_block_6 .home_boxes {
  width: calc(66.666% - 30px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .home_block_6 .home_boxes {
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .home_block_6 .home_boxes {
    display: block;
    order: 2;
  }
}
.home_block_6 .home_boxes .home_box {
  background: #001c6f;
  color: #fff;
  flex: 1;
  padding: 30px 30px 120px 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .home_block_6 .home_boxes .home_box {
    min-height: 230px;
  }
}
.home_block_6 .home_boxes .home_box:hover {
  text-decoration: none;
}
.home_block_6 .home_boxes .home_box .home_box_title {
  margin: 0 !important;
  font-size: 32px;
}
.home_block_6 .home_boxes .home_box svg {
  max-height: 90px;
  max-width: 90px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: inline-block;
}
.home_block_6 .home_boxes_content {
  width: calc(33.333% - 30px);
}
@media screen and (max-width: 960px) {
  .home_block_6 .home_boxes_content {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .home_block_6 .home_boxes_content {
    order: 1;
  }
}

.home_block_8 {
  color: #fff;
  position: relative;
  padding-top: 50px;
  margin-bottom: 40px;
  overflow: hidden;
}
.home_block_8 .home_block_flex {
  flex-wrap: nowrap;
}
@media screen and (max-width: 960px) {
  .home_block_8 .home_block_flex {
    flex-direction: column;
  }
}
.home_block_8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 285px);
  height: 70%;
  background-color: #001c6f;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .home_block_8:before {
    width: 100%;
  }
}
.home_block_8 .main_container_int {
  position: relative;
  z-index: 2;
}
.home_block_8 .home_block_title {
  font-size: 48px;
  font-weight: 500;
  margin: 0 !important;
}
@media screen and (max-width: 960px) {
  .home_block_8 .home_block_title {
    font-size: 36px;
  }
}
.home_block_8 .home_block_8_main_row {
  width: calc(50% + 285px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .home_block_8 .home_block_8_main_row {
    width: 100%;
    padding-right: 0;
  }
}
.home_block_8 .home_block_8_main_row a {
  color: #fff;
  text-decoration: underline;
}
.home_block_8 .home_block_8_main_row a:hover {
  text-decoration: none;
  color: #fff;
}

ul.home_news {
  margin: 40px 0 0 0;
  padding: 0 0 60px 0;
  list-style: none;
  position: relative;
}
ul.home_news li {
  margin: 0;
  padding: 0;
}
ul.home_news .slick-slide {
  float: left;
  margin: 0 15px;
  height: auto;
  max-height: 560px;
}
ul.home_news .slick-list {
  margin: 0 -15px;
}
ul.home_news .slick-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
ul.home_news .slick-dots {
  padding: 0;
  margin: 0;
  z-index: 200;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
ul.home_news .slick-dots li {
  list-style: none;
  text-indent: -999999px;
  overflow: hidden;
  font-size: 0;
  height: 16px;
  width: 16px;
  background: #4c4c4c;
  margin: 0 10px;
  opacity: 1;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.home_news .slick-dots li.slick-active {
  background-color: #001c6f;
}
ul.home_news .slick-dots li button {
  opacity: 0;
}
ul.home_news .slick-track {
  display: flex;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-left: 0;
  margin-right: 0;
}
ul.home_news .slick-arrow {
  position: absolute;
  bottom: 50px;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  background-color: transparent;
  border: 0;
  padding: 0;
}
ul.home_news .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -25%;
}
ul.home_news .slick-arrow.slick-next {
  right: 50%;
  margin-right: -25%;
}
ul.home_news .slick-arrow.slick-disabled {
  opacity: 0.3;
}
ul.home_news .slick-arrow:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  border: solid #4c4c4c;
  display: inline-block;
  border-width: 0 3px 3px 0;
  padding: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
ul.home_news .slick-arrow.slick-next:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  right: 16px;
}

.hero {
  height: 590px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .hero {
    height: 520px;
    margin-bottom: 40px;
  }
}
.hero .hero_slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero .hero_slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(20%), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), 20%, transparent);
}
.hero .hero_slide .main_container_int {
  height: 100%;
  position: relative;
  z-index: 3;
}
.hero .hero_slide .main_container_int .hero_slide_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  padding: 0 45px;
}
.hero .hero_title {
  margin: 0;
  font-size: 64px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .hero .hero_title {
    font-size: 48px;
  }
}
@media screen and (max-width: 640px) {
  .hero .hero_title {
    font-size: 36px;
  }
}
.hero .hero_description {
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .hero .hero_description {
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  .hero .hero_description {
    font-size: 18px;
  }
}
.hero .slick-slide {
  float: left;
  height: 100%;
}
.hero .slick-list {
  height: 100%;
}
.hero .slick-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hero .slick-dots {
  padding: 0;
  margin: 0;
  z-index: 200;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  position: absolute;
  bottom: 100px;
}
@media screen and (max-width: 960px) {
  .hero .slick-dots {
    bottom: 40px;
  }
}
.hero .slick-dots li {
  list-style: none;
  text-indent: -999999px;
  overflow: hidden;
  font-size: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  margin: 0 8px;
  opacity: 0.3;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hero .slick-dots li.slick-active {
  background-color: #fff;
  opacity: 1;
}
.hero .slick-dots li button {
  opacity: 0;
}
.hero .slick-track {
  height: 100%;
}
.hero .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.hero .slick-arrow.slick-prev {
  right: 90%;
}
@media screen and (max-width: 1440px) {
  .hero .slick-arrow.slick-prev {
    left: 40px;
    margin-left: 0;
    right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .hero .slick-arrow.slick-prev {
    left: 20px;
    margin-left: 0;
    right: auto;
  }
}
.hero .slick-arrow.slick-next {
  left: 90%;
}
@media screen and (max-width: 1440px) {
  .hero .slick-arrow.slick-next {
    right: 40px;
    margin-right: 0;
    left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .hero .slick-arrow.slick-next {
    right: 20px;
    margin-right: 0;
    left: auto;
  }
}
.hero .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.hero .slick-arrow:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  border: solid #fff;
  display: inline-block;
  border-width: 0 3px 3px 0;
  padding: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hero .slick-arrow.slick-next:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  right: 16px;
}

.page_related {
  position: relative;
  margin-bottom: 100px;
}

.page_related:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 285px);
  height: 80%;
  background-color: #001c6f;
}
@media screen and (max-width: 960px) {
  .page_related:before {
    width: 100%;
  }
}

.page_related_flex {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 960px) {
  .page_related_flex {
    flex-direction: column;
  }
}

.page_related_list {
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .page_related_list {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .page_related_list {
    display: block !important;
    width: 100%;
  }
}

.page_related_title {
  font-size: 48px;
  font-weight: 500;
  max-width: 25%;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .page_related_title {
    max-width: 100%;
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .page_related_title {
    font-size: 30px;
  }
}

.page_related .internal_list_cards--large .internal_list_card_item {
  min-height: 360px;
}
@media screen and (max-width: 960px) {
  .page_related .internal_list_cards--large .internal_list_card_item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 640px) {
  .page_related .internal_list_cards--large .internal_list_card_item {
    width: 100%;
    min-height: 450px;
  }
}
.page_related .internal_list_card_title {
  margin: 0 0 20px 0;
}

.bcp_radio {
  margin-top: 8px;
  display: block;
}
.bcp_radio label {
  display: inline-block;
}

.flex_blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text_50_text_50,
.image_50_image_50,
.text_50_image_50,
.image_50_text_50 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .text_50_text_50,
  .image_50_image_50,
  .text_50_image_50,
  .image_50_text_50 {
    flex-direction: column;
  }
}

.text_50,
.image_50 {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .text_50,
  .image_50 {
    width: 100%;
  }
}

footer {
  background: #212b36;
  padding: 100px 0;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #da2128;
  text-decoration: none;
}

.footer_menu_row {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 960px) {
  .footer_menu_row {
    flex-direction: column;
    gap: 10px;
  }
}

.footer_menu_column {
  flex: 1;
}
.footer_menu_column ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer_menu_column ul {
    display: none;
  }
}
.footer_menu_column ul li {
  list-style: none;
}
.footer_menu_column ul li .footer_menu_column_link {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  padding: 8px 0;
}

.footer_menu_column_title {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  border-bottom: solid 1px #fff;
  padding: 10px 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .footer_menu_column_title {
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

.is-open .footer_menu_column_title::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}

.footer_center_row {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  gap: 35px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 960px) {
  .footer_center_row {
    flex-direction: column;
    align-items: center;
  }
}

.footer_center_column {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .footer_center_column {
    text-align: center;
  }
}
.footer_center_column.footer_center_column--small {
  max-width: calc(25% - 35px);
}
@media screen and (max-width: 960px) {
  .footer_center_column.footer_center_column--small {
    max-width: 100%;
  }
}
.footer_center_column.footer_center_column--small svg {
  width: 100%;
  height: auto;
}
.footer_center_column.footer_center_column--logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_center_column.footer_center_column--logo svg {
  display: block;
  margin-bottom: -26px;
  max-width: 200px;
}

.footer_transparence_link {
  background-color: #fff;
  border-radius: 27px;
  padding: 4px 15px;
  display: inline-block;
}
.footer_transparence_link img {
  max-height: 42px;
}

.footer_center_column--transparence {
  display: flex;
  justify-content: flex-end;
}

.footer_bottom_column--legal {
  text-align: center;
  margin-bottom: 12px;
}

.footer_bottom_column--copyright {
  text-align: center;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.static_header header {
  position: static;
  background: #001c6f;
  margin-bottom: 25px;
}

.header_container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .header_container {
    width: 100%;
  }
}

.header_logo a {
  color: #fff;
  display: block;
  height: 65px;
  margin-bottom: 15px;
}
.header_logo a:hover {
  color: #fff;
  text-decoration: none;
}
.header_logo a img {
  height: 100%;
}

.header_menu_top_mobile .header_logo,
.header_menu_top_mobile .header_logo a img {
  max-height: 44px;
}
@media screen and (max-width: 640px) {
  .header_menu_top_mobile .header_logo,
  .header_menu_top_mobile .header_logo a img {
    max-height: 38px;
  }
}

.header_top_utility_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_top_utility_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

a.header_top_utility_menu_item {
  color: #fff;
  display: block;
  padding: 20px 12px;
}
a.header_top_utility_menu_item.header_top_utility_menu_item--last {
  padding-right: 0;
}
a.header_top_utility_menu_item:hover {
  color: #da2128;
  text-decoration: none;
}
a.header_top_utility_menu_item svg {
  max-height: 15px;
  width: 15px;
  margin-right: 2px;
  position: relative;
  bottom: -2px;
}

.search_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(141, 179, 226, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  display: none;
}
.search_modal.is-visible {
  display: flex;
}
.search_modal .close_icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.header_main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .header_main_menu {
    justify-content: center;
    width: 100%;
  }
}
.header_main_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .header_main_menu ul {
    justify-content: space-between;
    width: 100%;
  }
}

.header_main_menu_item {
  appearance: none;
  background: none;
  border: 0;
  color: #fff;
  display: block;
  font-family: inherit;
  font-size: 21px;
  font-weight: 500;
  line-height: inherit;
  text-transform: uppercase;
  padding: 10px 40px 20px 40px;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .header_main_menu_item {
    padding: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .header_main_menu_item {
    padding-top: 0;
  }
}
.header_main_menu_item.header_top_utility_menu_item--last {
  padding-right: 0;
}
.header_main_menu_item:hover {
  text-decoration: none;
}

.yellow_underline {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #da2128;
  margin-top: 6px;
}

.main_menu--open .yellow_underline {
  display: none;
}

.header_top_utility_menu > ul > li.main_menu--open,
.header_main_menu > ul > li.main_menu--open:not(.online_services_menu_item) {
  background: #001c6f;
}

.header_main_menu > ul > li > a.button {
  margin-left: 5px;
  margin-top: 2px;
  margin-bottom: 8px;
}

.header_main_menu_submenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 300;
  background-color: #001c6f;
  color: #fff;
  padding: 100px 20px;
}
.header_main_menu_submenu.header_main_menu_submenu--noabsolute {
  position: static;
  padding: 20px 20px 0 20px;
}
.header_main_menu_submenu.header_main_menu_submenu--noabsolute h4 {
  font-weight: 400;
  margin-bottom: 0;
}
.header_main_menu_submenu.header_main_menu_submenu--noabsolute .header_main_menu_submenu_submenu {
  padding-left: 10px;
}
.header_main_menu_submenu ul {
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .header_main_menu_submenu {
    padding: 40px 20px;
  }
}
.header_main_menu_submenu .header_main_menu_submenu_item {
  color: #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 0;
}
@media screen and (max-width: 960px) {
  .header_main_menu_submenu .header_main_menu_submenu_item {
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.header_main_menu_submenu.is-visible {
  display: block;
}
.header_main_menu_submenu ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .header_main_menu_submenu ul {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}
.header_main_menu_submenu ul > li {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .header_main_menu_submenu ul > li {
    width: 100%;
  }
}

.header_main_menu_submenu_item {
  font-size: 21px;
  display: block;
}
@media screen and (max-width: 960px) {
  .header_main_menu_submenu_item {
    font-size: 18px;
  }
}

ul.header_main_menu_submenu_submenu {
  display: flex;
  flex-direction: column;
  gap: 0;
}
ul.header_main_menu_submenu_submenu li {
  display: block;
  width: 100%;
}
ul.header_main_menu_submenu_submenu li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.header_main_menu_submenu_submenu li a:hover {
  text-decoration: none;
  color: #da2128;
}

.header_menu_online_services {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_menu_online_services > li > a.button {
  width: 100%;
}

.header_menus {
  width: 100%;
  flex: 1;
}

.header_menu_top_mobile {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .header_menu_top_mobile {
    display: flex !important;
  }
}

.header_menu_top_mobile_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .header_menu_top_mobile_right {
    margin-top: 4px;
    margin-bottom: -5px;
  }
}

@media screen and (max-width: 960px) {
  .online_services_menu_item > a.button {
    margin-bottom: 10px;
  }
}

.header_main_menu_submenu--mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Specifche Globali */
a[data-allibo] {
  display: none !important;
}

h3.aw_title {
  font-size: 24px;
}

.aw_searchBox {
  font-size: 1px !important;
  padding: 5px;
  background: #f0f0f0;
  border-radius: 2px;
}

.aw_searchBox select {
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% - 46px);
  height: 38px;
  margin: 1px;
  padding: 4px;
  border: none;
  border-radius: 2px;
  font-size: initial;
}

.aw_searchBox select:first-of-type {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .aw_jobList .aw_searchBox select {
    width: calc(50% - 26px);
  }
  .aw_jobList .aw_searchBox select:first-of-type {
    margin: 1px 5px 1px 1px;
  }
}
.aw_searchButton {
  display: inline-block;
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  margin-top: 1px;
  padding-top: 8px;
  border-radius: 2px;
  text-align: center;
}

.aw_searchButton button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.aw_searchButton i {
  font-size: 21px;
}

.aw_searchButton:hover {
  color: #a0a0a0;
}

.aw_jobPosting {
  position: relative;
  margin-top: 6px;
  padding: 16px 4px;
  border-radius: 2px;
  cursor: pointer;
}

.aw_jobPosting mark {
  display: inline-block;
  margin-bottom: 7px;
  padding: 2px 6px 1px 6px;
  background-color: #7ac968;
  color: #fff;
  font-size: 80%;
  text-transform: uppercase;
}

.aw_jobPosting h3 {
  margin: 0;
}

.aw_jobPosting p {
  margin: 7px 0;
}

.aw_jobPosting p i {
  padding-right: 3px;
  font-size: 80%;
}

.aw_jobPosting:hover {
  background-color: #f9f9f9;
  transition: background-color 0.2s;
}

/* Specifche aw_application */
.aw_application .aw_applyLink {
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
}

/* Specifche aw_jobList */
.aw_jobList .aw_pager {
  margin-top: 7px;
  border-top: 1px solid #e0e0e0;
}

.aw_jobList .aw_pager a {
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
}

/* Specifche aw_jobSlider */
.aw_jobSlider .aw_vieport {
  overflow: hidden;
}

/*.aw_jobSlider .aw_slide { position:absolute; width:100%; height:100%; }*/
.aw_jobSlider.cs .aw_jobPosting .aw_rush {
  display: none !important;
}

.aw_jobSlider .aw_jobPosting {
  background-color: #f3f3f3;
}

.aw_jobSlider .aw_jobPosting:hover {
  background-color: #f9f9f9;
}

/*
	.tzs_show-enabled { position:relative; }
	.tzs_show-enabled:focus { outline:none; }
	.tzs_show-enabled.is-draggable { -webkit-tap-highlight-color:transparent; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
	.tzs_show-enabled.is-draggable .aw_slide-vieport { cursor:move; cursor:-webkit-grab; cursor:grab; }
	.tzs_show-enabled.is-draggable .aw_slide-vieport.is-pointer-down { cursor:-webkit-grabbing; cursor:grabbing; }

	.tzs_show-button { position:absolute; background:hsla(0, 0%, 100%, 0.75); border:none; color:#333; }
	.tzs_show-button:hover { background:white; cursor:pointer; }
	.tzs_show-button:focus { outline:none; box-shadow:0 0 0 5px #19F; }
	.tzs_show-button:active { opacity:0.6; }
	.tzs_show-button:disabled { opacity:0.3; cursor:auto; pointer-events:none; }
	.tzs_show-button-icon { fill:currentColor; }

	.tzs_show-prev-next-button { top:50%; width:44px; height:44px; border-radius:50%; transform:translateY(-50%); }
	.tzs_show-prev-next-button.previous { left:10px; }
	.tzs_show-prev-next-button.next { right:10px; }

	.tzs_show-rtl .tzs_show-prev-next-button.previous { left:auto; right:10px; }
	.tzs_show-rtl .tzs_show-prev-next-button.next { right:auto; left:10px; }
	.tzs_show-prev-next-button .tzs_show-button-icon { position:absolute; left:20%; top:20%; width:60%; height:60%; }
*/
.tzs_show-page-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.tzs_show-rtl .tzs_show-page-dots {
  direction: rtl;
}

.aw_jobSlider .aw_dot {
  display: inline-block;
  width: 30px;
  height: 4px;
  margin: 0;
  background: #eee;
  cursor: pointer;
}

.aw_jobSlider .aw_dot:hover {
  background: #ddd;
}

.aw_jobSlider .aw_dot.is-selected {
  background: #000;
}

.aw_application .aw_applyLink {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #4c4c4c;
  text-align: center;
  cursor: pointer;
  background-color: #da2128;
  border: solid 2px #da2128;
  border-radius: 27px !important;
  padding: 10px 30px;
}
.aw_application .aw_applyLink:hover {
  text-decoration: none;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
  margin-left: 0.25rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 48px !important;
  padding-bottom: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 48px !important;
  padding-top: 3rem !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ico-svg {
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
}

.box-widget {
  min-height: 350px;
  background-color: #fff;
  border-bottom: solid 6px #126cdb;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.box-widget button {
  border: none;
  background: none;
}

.box-widget.start-widget {
  cursor: pointer;
}

.box-widget__content {
  position: relative;
  min-height: 348px;
  padding: 50px;
}

@media (max-width: 767.98px) {
  .box-widget__content {
    padding-bottom: 80px;
  }
}
@media (min-width: 576px) {
  .box-widget__options {
    width: 50%;
    margin-left: 50%;
  }
}
.box-widget__icon {
  max-width: 94px;
  max-height: 84px;
  color: #126cdb;
  margin-bottom: 50px;
}

.box-widget__arrow {
  max-width: 64px;
  max-height: 64px;
  color: #126cdb;
}

.box-widget__bg-icon {
  position: absolute;
  top: 20px;
  left: -30px;
  max-width: 340px;
  max-height: 300px;
  color: #126cdb;
  opacity: 0.2;
}

.box-widget__undo {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #126cdb;
}

@media (max-width: 767.98px) {
  .box-widget__undo {
    bottom: 25px;
  }
}
.box-widget__undo .ico-svg {
  max-width: 15px;
  max-height: 15px;
  margin-left: 12px;
}

.box-widget__btn {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #212b36;
  text-align: left;
  padding: 4px 0;
  padding-right: 30px;
  margin: 5px 0;
}

.box-widget__btn:hover {
  color: #126cdb;
}

.box-widget__btn::before,
.box-widget__btn::after {
  content: "";
  position: absolute;
  top: 50%;
}

.box-widget__btn::before {
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #126cdb;
}

.box-widget__btn::after {
  right: 1px;
  display: inline-block;
  border: solid #126cdb;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 5px;
  margin-top: -5px;
}

.box-widget__title {
  position: relative;
  z-index: 2;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  color: #212b36;
  margin-bottom: 25px;
}

.box-widget__card-title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #0b468e;
  margin-top: 25px;
  margin-bottom: 25px;
}

.box-widget__card-link {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #0b468e;
}

.box-widget__card-desc {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #4c4c4c;
}

.box-widget__card-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 58%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.widget_flex {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .widget_flex {
    flex-direction: column;
  }
}

.section--widget {
  margin-bottom: 50px;
}

.widget_content {
  width: 66.666%;
}
@media screen and (max-width: 960px) {
  .widget_content {
    width: 100%;
    order: 2;
  }
}

.widget_text {
  width: 33.333%;
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  .widget_text {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
}
.widget_text .widget_title {
  font-size: 48px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 50px;
  margin-top: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .widget_text .widget_title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.widget_text .widget_desc {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .widget_text .widget_desc {
    font-size: 16px;
  }
}

.col_widget_result {
  max-width: 41%;
}

.radio {
  display: block;
  position: relative;
  user-select: none;
  font-size: 14px;
  line-height: 26px;
  color: #4c4c4c;
  cursor: pointer;
  padding-left: 30px;
  margin-right: 32px;
}
@media screen and (max-width: 640px) {
  .radio {
    margin-left: 0;
  }
}
.radio.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.radio__input {
  position: absolute;
  opacity: 0;
}
.radio__input:checked ~ .radio__mark {
  background-color: #fff;
  border-color: #da2128;
}
.radio__input:checked ~ .radio__mark::after {
  display: block;
}
.radio__mark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #4c4c4c;
  border-radius: 50%;
}
.radio__mark::after {
  display: none;
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 7px;
  height: 7px;
  background-color: #4c4c4c;
  border-radius: 50%;
}

.bcp-form label {
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.bcp-form .button {
  min-width: 200px;
  text-align: center;
  padding: 15px 30px;
}
.bcp-form__errors {
  border: solid 2px #dc3232;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}
.bcp-form__title {
  font-size: 36px;
  font-weight: 500;
  color: #001c6f;
  line-height: 1.2;
  padding-top: 30px;
  margin-bottom: 30px;
}
.bcp-form__title .ico-svg {
  max-width: 32px;
  max-height: 32px;
  margin-right: 30px;
}
.bcp-form__box {
  margin-bottom: 30px;
}
.bcp-form__label {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #4c4c4c;
}
.bcp-form__input-text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #4c4c4c;
  background-color: #fff;
  border-bottom: solid 3px #da2128;
  padding: 5px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.bcp-form__textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #4c4c4c;
  background-color: #fff;
  border-bottom: solid 3px #da2128;
  padding: 5px;
}
.bcp-form__select {
  display: block;
  width: 100%;
  min-width: 130px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #001c6f;
  cursor: pointer;
  border-bottom: solid 3px #da2128;
  padding: 5px 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.bcp-form__select option {
  padding: 5px 0;
  color: #4c4c4c;
}
.bcp-form .btn-link {
  min-width: 200px;
}
@media screen and (max-width: 640px) {
  .bcp-form tr {
    display: flex;
    flex-direction: column;
  }
  .bcp-form tr td {
    width: 100%;
    display: block;
  }
  .bcp-form tr td.py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .bcp-form tr td.py-5:first-child {
    padding-bottom: 0 !important;
  }
  .bcp-form tr td .button {
    width: 100%;
  }
}