.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.activated {
  position: fixed;
  width: 100%;
  left: 0;
  background: var(--header_background);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

input.form-control::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7D7D7D;
  opacity: 1 !important;
}

input.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7D7D7D;
}

p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}

p:last-child {
  margin: 0;
}

h1, h2, h3, h4 {
  color: var(--title_color);
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.5;
}

h3, h4 {
  margin-top: 20px;
}

:is(a, button, input, textarea, summary):focus-visible {
  outline: 1px solid var(--wp--preset--color--black);
  outline-offset: 2px;
  font-weight: bold;
}

:is(a, button, input, textarea, summary):focus:not(:focus-visible) {
  outline: none;
  font-weight: normal;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ul,
ol {
  list-style-position: inside;
  margin: 0 0 40px 0;
  padding: 0;
}

ul li {
  line-height: 1.5;
}

ul li:last-child {
  margin: 0;
}

header ul,
header ol,
footer ul,
footer ol {
  padding: 0;
  margin: 0;
}

header ul,
footer ul {
  list-style: none;
}

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

a,
button,
input[type=submit],
a img {
  transition: color 0.3s linear;
}

input:not([type=checkbox]),
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

iframe,
img {
  max-width: 100%;
}

a img {
  border: none;
}

input,
textarea,
select {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

body {
  color: var(--text_color);
  margin: 0;
  overflow-x: hidden;
}
body > .content {
  min-height: 650px;
  width: 100%;
  clear: both;
  overflow: hidden;
}

header {
  position: relative;
  width: 100%;
  z-index: 999;
}
header .header_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
}
header .fixing {
  top: -70px;
  transition: top 0.5s ease 0s;
}
header .fixing .header_nav {
  max-height: 0px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  transform: translateX(-100%);
  transition: max-height, transform 0.2s ease-out;
}
@media (min-width: 992px) {
  header .fixing .header_nav {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 30px;
    transform: none;
    flex: 0 0 auto;
    width: auto;
  }
}
header .fixing .activated {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
header .fixing .activated .container {
  -webkit-padding-before: 10px;
          padding-block-start: 10px;
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
}
header .logo {
  cursor: pointer;
}
header .logo a {
  height: 48px;
  display: block;
}
header .logo img {
  pointer-events: none;
}
@media (min-width: 992px) {
  header .logo img {
    width: auto;
    height: 100%;
  }
}
header .header_btn {
  display: flex;
}
header .header_btn .second_cta {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
header .mobile_menu_burger {
  display: block;
  flex-shrink: 0;
  cursor: pointer;
  height: 38px;
  padding: 10px 12px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 50px;
}
@media (min-width: 992px) {
  header .mobile_menu_burger {
    display: none;
  }
}
header .mobile_menu_burger .iconAnime {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
  height: 21px;
}
header .mobile_menu_burger .iconAnime span {
  height: 3px;
  border-radius: 3px;
  background: var(--active_color);
  transition: transform 0.25s;
}
header .mobileMenuOpen .iconAnime {
  height: 3px;
  position: relative;
}
header .mobileMenuOpen .iconAnime span {
  height: 3px;
  width: 100%;
  position: absolute;
}
header .mobileMenuOpen .iconAnime span:first-child {
  top: 13px;
  transform: rotate(-225deg);
}
header .mobileMenuOpen .iconAnime span:nth-child(2) {
  display: none;
}
header .mobileMenuOpen .iconAnime span:last-child {
  top: 13px;
  transform: rotate(-135deg);
}

.header_nav {
  padding: 0;
  overflow: auto;
}
@media (min-width: 992px) {
  .header_nav {
    overflow: visible;
  }
}
.header_nav #mobile-menu-container {
  display: block;
  background: var(--header_background);
  padding: 15px 0;
  overflow: hidden;
}
.header_nav #mobile-menu-container .mobile-menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header_nav #mobile-menu-container .mobile-menu .menu-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background: var(--active_color_second);
  margin-bottom: 0px;
}
.header_nav #mobile-menu-container .mobile-menu .menu-item a {
  padding: 15px;
  font-size: 20px;
  display: block;
  width: 100%;
  color: var(--text_color);
}
.header_nav #mobile-menu-container .mobile-menu .menu-item .sub-menu-toggle {
  display: none;
  transform: rotate(0deg);
  transition: transform 0.3s ease-out;
}
.header_nav #mobile-menu-container .mobile-menu .menu-item .sub-menu-toggle .arrow-down-icon {
  display: none;
  pointer-events: none;
}
.header_nav #mobile-menu-container .mobile-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid var(--text_color);
}
.header_nav #mobile-menu-container .mobile-menu .menu-item-has-children a {
  width: 80%;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
}
.header_nav #mobile-menu-container .mobile-menu .menu-item-has-children .sub-menu-toggle {
  display: block;
  width: 20%;
  height: 100%;
}
.header_nav #mobile-menu-container .mobile-menu .menu-item-has-children .sub-menu-toggle svg {
  pointer-events: none;
  width: 16px;
  height: 10px;
}
.header_nav #mobile-menu-container .mobile-menu .menu-item-has-children .sub-menu-toggle .arrow-down-icon {
  display: block;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
}
.header_nav #mobile-menu-container .mobile-menu .menu-item-has-children .sub-menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.header_nav #mobile-menu-container .mobile-menu .menu-item-has-children .sub-menu .menu-item {
  width: 100%;
  background: var(--header_background);
}
.header_nav #mobile-menu-container .mobile-menu .menu-item-has-children .sub-menu .menu-item a {
  width: 100%;
  padding: 15px 35px;
  display: block;
}
.header_nav #mobile-menu-container .mobile-menu .menu-item-has-children .sub-menu .menu-item .sub-menu-toggle {
  display: none;
}
.header_nav #mobile-menu-container .mobile-menu .menu-item-has-children .sub-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid var(--text_color);
}
.header_nav #mobile-menu-container .mobile-menu .menu-item-has-children .sub-menu .current_page_item {
  background: var(--active_color);
}
.header_nav #mobile-menu-container .mobile-menu .menu-item-has-children .sub-menu .current_page_item a {
  color: var(--active_color_second);
}
.header_nav #mobile-menu-container .mobile-menu .current_page_item {
  background: var(--active_color);
}
.header_nav #mobile-menu-container .mobile-menu .current_page_item a {
  color: var(--active_color_second);
}
.header_nav #desktop-menu-container .desktop-menu {
  background: none;
}
.header_nav #desktop-menu-container .desktop-menu .menu-item {
  margin-bottom: 0;
}
.header_nav #desktop-menu-container .desktop-menu .menu-item a {
  font-size: 16px;
  border-bottom: 2px solid transparent;
  padding-top: 10px;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
  padding-bottom: 10px;
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
}
.header_nav #desktop-menu-container .desktop-menu .menu-item .desktop-icon-dropdown {
  display: none;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translate(-50%, -50%) rotate(0deg);
  pointer-events: none;
  color: initial;
}
.header_nav #desktop-menu-container .desktop-menu .menu-item:hover > a {
  color: var(--active_color);
}
.header_nav #desktop-menu-container .desktop-menu > .menu-item {
  cursor: pointer;
  line-height: 1;
}
.header_nav #desktop-menu-container .desktop-menu > .menu-item:not(:last-child) {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
}
.header_nav #desktop-menu-container .desktop-menu .current-menu-item > a {
  border-bottom: 2px solid var(--main_color);
}
.header_nav #desktop-menu-container .desktop-menu .menu-item-has-children {
  position: relative;
}
.header_nav #desktop-menu-container .desktop-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 120%;
  visibility: hidden;
  min-width: 100%;
  left: 15px;
  -webkit-padding-before: 0px;
          padding-block-start: 0px;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  color: var(--text_color);
}
.header_nav #desktop-menu-container .desktop-menu .menu-item-has-children .sub-menu .menu-item {
  width: auto;
  min-width: 100%;
}
.header_nav #desktop-menu-container .desktop-menu .menu-item-has-children .sub-menu .menu-item a {
  padding: 10px 15px;
  display: block;
  background: var(--main_color_second);
  -webkit-margin-before: 0;
          margin-block-start: 0;
  border-bottom: none;
  white-space: nowrap;
}
.header_nav #desktop-menu-container .desktop-menu .menu-item-has-children .sub-menu .menu-item a:hover {
  background: var(--main_color);
}
.header_nav #desktop-menu-container .desktop-menu .menu-item-has-children > .desktop-icon-dropdown {
  display: block;
}
.header_nav #desktop-menu-container .desktop-menu > .menu-item-has-children:hover {
  position: relative;
}
.header_nav #desktop-menu-container .desktop-menu > .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  background: var(--header_background);
}
.header_nav #desktop-menu-container .desktop-menu > .menu-item-has-children:hover > .desktop-icon-dropdown {
  transform: translate(-50%, -50%) rotate(180deg);
}

.button_basic {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
}

#desktop-menu-container {
  display: none;
}
@media (min-width: 992px) {
  #desktop-menu-container {
    display: block;
  }
}

#mobile-menu-container {
  display: block;
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
  background: #000;
}
@media (min-width: 992px) {
  #mobile-menu-container {
    display: none;
  }
}

.blog_list {
  margin-top: 100px;
}
.blog_list .post {
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 40px;
  background-color: var(--black_color);
}
.blog_list .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.blog_list .background img {
  width: 100%;
  height: auto;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.blog_list .post_heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 20px;
  color: var(--main_color);
}
.blog_list .post_heading .button {
  margin-top: 40px;
  text-transform: uppercase;
}
.blog_list .post_heading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: var(--main_color_second);
  z-index: -1;
}
.blog_list h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .blog_list .post_heading {
    padding: 20px 40px;
  }
}
@media (min-width: 576px) {
  .blog_list .post_heading {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blog_list .post_heading .button {
    margin-top: 0;
  }
}

.blog_post {
  margin-bottom: 50px;
}
.blog_post .hero-section {
  position: relative;
  display: flex;
  align-items: center;
  background-blend-mode: darken;
  height: 300px;
}
.blog_post .hero-section .container {
  position: relative;
  text-align: center;
  z-index: 1;
}
.blog_post .hero-section__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog_post .hero-section .hero-text {
  margin: 20px auto 0;
  max-width: 860px;
  font-size: 20px;
}
.blog_post .hero-section .blog_post .hero-section .hero-button {
  margin-top: 40px;
  font-size: 18px;
}
.blog_post .hero-section h1.blog-title {
  width: 100%;
  position: relative;
  z-index: 2;
}
.blog_post .hero-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: brightness(0.5);
}
.blog_post .container article {
  width: 100%;
  padding: 20px;
}
.blog_post .post_header {
  width: 100%;
  margin-bottom: 40px;
}
.blog_post .post_header .breadcrumbs {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid var(--active_color);
  padding: 10px 0;
  margin-bottom: 10px;
}
.blog_post .post_header .breadcrumbs .breadcrumb {
  display: flex;
  align-items: center;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}
.blog_post .post_header .breadcrumbs .breadcrumb .breadcrumb-arrow {
  width: 9px;
  height: 18px;
  fill: var(--active_color);
}
.blog_post .post_header .breadcrumbs .breadcrumb a {
  color: var(--active_color);
  font-size: 13px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.blog_post .post_header .breadcrumbs .breadcrumb:last-child {
  align-items: flex-start;
  -webkit-padding-end: 0px;
          padding-inline-end: 0px;
}
.blog_post .post_header .breadcrumbs .breadcrumb:last-child .current-blog-title {
  font-size: 13px;
}
.blog_post ul {
  padding: 0;
}
.blog_post .wp-block-image {
  margin-top: 40px;
}
.blog_post .wp-block-image figure, .blog_post .wp-block-image img {
  width: auto;
  height: 100%;
}
.blog_post .date {
  font-size: 16px;
}
.blog_post .breadcrumbs {
  list-style: none;
  padding: 0;
}
.blog_post .breadcrumbs li {
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}
.blog_post .breadcrumbs a:hover {
  text-decoration: underline;
}
.blog_post .breadcrumbs a, .blog_post .breadcrumbs span {
  color: var(--main_color);
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 768px) {
  .blog_post .post_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blog_post .post_header .breadcrumbs li {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .blog_post .post_header .breadcrumbs li a {
    color: var(--active_color);
  }
  .blog_post .post_header .breadcrumbs li + li {
    margin-top: 0px;
  }
  .blog_post .container article {
    padding: 40px;
  }
  .blog_post .hero-section {
    height: 500px;
  }
  .blog_post .hero-section img {
    width: 100%;
  }
  .blog_post .breadcrumbs li {
    -webkit-padding-end: 10px;
            padding-inline-end: 10px;
  }
  .blog_post .breadcrumbs li + li {
    border-left: 1px solid var(--main_color);
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
  }
}

.theme_footer {
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
}
.theme_footer .trust_logos {
  border-bottom: 1px solid #DEDEDE;
}
.theme_footer .footer_menu .current-menu-item > a {
  color: var(--active_color);
}
.theme_footer .footer_menu ul {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .theme_footer .footer_menu ul {
    flex-direction: row;
  }
}
.theme_footer .footer_menu ul li {
  padding: 5px 20px;
}
.theme_footer .footer_menu ul li:not(:last-child) {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media (min-width: 992px) {
  .theme_footer .footer_menu ul li:not(:last-child) {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
}
.theme_footer .footer_menu ul li a {
  color: var(--title_color);
  font-weight: 600;
}
.theme_footer .footer_menu ul li a:hover {
  color: var(--active_color);
}
.theme_footer .footer_info {
  display: flex;
  flex-direction: column;
  border: 1px solid #9D9D9D;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media (min-width: 992px) {
  .theme_footer .footer_info {
    flex-direction: row;
  }
}
.theme_footer .info_text p {
  color: #C1C1C1;
  font-size: 12px;
}
.theme_footer .info_logo img {
  width: auto;
  margin: 0 auto;
}
.theme_footer .footer_copyright {
  border-top: 1px solid #DEDEDE;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  opacity: 0.7;
}

.accordion_list .item {
  cursor: pointer;
  padding: 20px;
  overflow: hidden;
}
.accordion_list .item .item_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height, -webkit-margin-before 0.2s ease-out;
  transition: max-height, margin-block-start 0.2s ease-out;
  transition: max-height, margin-block-start 0.2s ease-out, -webkit-margin-before 0.2s ease-out;
}

.swiper-slider-wrapper {
  position: relative;
}
.swiper-slider-wrapper .swiper {
  width: 100%;
  height: 100%;
}
.swiper-slider-wrapper .custom-button-next {
  right: 0px;
  transform: translate(100%, -50%);
}
.swiper-slider-wrapper .custom-button-prev {
  left: 0px;
  transform: translate(-100%, -50%);
}
@media (min-width: 992px) {
  .swiper-slider-wrapper .custom-button-next {
    right: -18px;
  }
  .swiper-slider-wrapper .custom-button-prev {
    left: -18px;
  }
}
.swiper-slider-wrapper .custom-button-next:after {
  content: "next";
}
.swiper-slider-wrapper .custom-button-prev:after {
  content: "prev";
}

.swiper-slider-wrapper .custom-button-next, .swiper-slider-wrapper .custom-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.swiper-slider-wrapper .custom-button-next:after, .swiper-slider-wrapper .custom-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.bl-language-switcher {
  min-width: 60px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 992px) {
  .bl-language-switcher {
    -webkit-margin-end: 30px;
            margin-inline-end: 30px;
  }
}
.bl-language-switcher img {
  min-width: 28px;
  min-height: 20px;
  width: 28px;
  height: 20px;
}
.bl-language-switcher .current-language .desktop-icon-dropdown {
  width: 8px;
  height: 5px;
}
.bl-language-switcher .current-language a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: #fff;
  padding: 10px 10px;
}
.bl-language-switcher .current-language a img {
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  pointer-events: none;
}
.bl-language-switcher:hover .current-language .desktop-icon-dropdown {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .bl-language-switcher:hover .lang-list {
    visibility: visible;
    opacity: 1;
  }
}
.bl-language-switcher .lang-list {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  top: 100%;
  background: #000;
}
.bl-language-switcher .lang-list__item a {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: normal;
  color: #fff;
}
.bl-language-switcher .lang-list__item a div {
  display: block;
  margin-left: 10px;
  white-space: nowrap;
}
.bl-language-switcher .lang-list__item:hover {
  background: rgba(0, 0, 0, 0.3);
}

.footer-widgets-area {
  padding: 140px 0;
}
.footer-widgets-area .bl-widget {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-widgets-area .bl-widget {
    text-align: left;
  }
}
