/*General*/
body {
  margin: 0 auto;
  max-width: 3000px;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 23px;
}

p,
b,
a,
small,
label {
  font-family: 'Open Sans', sans-serif;
}

.frm_verify {
  display: none;
}

.frm_error_style p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'VAGRoundedBlack', sans-serif;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  letter-spacing: 1px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
  line-height: 33px;
}

h3 {
  font-size: 24px;
  line-height: 25px;
}

h4 {
  font-size: 20px;
  line-height: 21px;
}

h5 {
  font-size: 18px;
  line-height: 19px;
}

h6 {
  font-size: 16px;
  line-height: 17px;
}

.contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.table_box {
  display: table;
  width: 100%;
  height: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

button,
.btn,
.frm_button_submit,
button.frm_button_submit {
  box-shadow: none !important;
  outline: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
  padding: 12px 20px !important;
  font-family: 'Open Sans', sans-serif;
  border-radius: 8px !important;
}

.btn.btn_white {
  background: #fff !important;
  color: #4063a9 !important;
  border: 2px solid #fff !important;
}

.btn.btn_white:hover {
  background: #4063a9 !important;
  color: #fff !important;
  border: 2px solid #4063a9 !important;
}

.btn.btn_blue_border,
.frm_button_submit,
button.frm_button_submit {
  background: #fff !important;
  color: #4063a9 !important;
  border: 2px solid #4063a9 !important;
}

.btn.btn_blue_border:hover,
.frm_button_submit:hover,
button.frm_button_submit:hover {
  background: #4063a9 !important;
  color: #fff !important;
  border: 2px solid #4063a9 !important;
}

input,
textarea,
select {
  box-shadow: none !important;
  outline: none !important;
  border-radius: 8px !important;
}

input.search-field.form-control {
  height: 52px;
  position: relative;
  top: 2px;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

.block_content p a {
  color: #d2273f !important;
}

/*Header*/
/*Mobile menu*/
/*#mobilemenu_bar {
    background: #f1b601;
}*/
.mobile_menu_header {
  background: #fff;
}

#mobilemenu_menu {
  background: #fff !important;
}

ul#mobilemenu_menu_ul li a {
  color: #000 !important;
}

#mobilemenu_menu.left {
  width: 100% !important;
  z-index: 99999;
}

#mobilemenu_menu.mobilemenu_levels a.mobilemenu_parent_item {
  border-left: 1px solid #3559a3 !important;
}

#mobilemenu_menu.mobilemenu_levels ul li {
  border-bottom: 1px solid #3559a3 !important;
  border-top: 0px solid #3559a3 !important;
}

#mobilemenu_menu ul a:hover {
  background: #3559a3 !important;
  color: #fff !important;
}

#mobilemenu_menu .mobilemenu_icon_par {
  color: #3559a3 !important;
}

#mobilemenu_menu.mobilemenu_levels ul li ul {
  border-top: 1px solid #3559a3 !important;
}

.mobilemenu_bar.menu_is_opened#mobilemenu_bar {
  top: 8px !important;
}

#mobilemenu_bar {
  top: 0px !important;
  padding-right: 0 !important;
}

.navbar-brand a img {
  max-width: 290px;
  width: 100%;
}

a.nav-link {
  font-weight: 600;
  color: #000;
  padding: 0 20px !important;
}

a.nav-link:hover,
li.active>a,
footer a:hover,
a.copyright_link:hover,
a.search_it:hover {
  color: #d2273f !important;
}

.navbar-nav li:last-child a {
  padding-right: 0 !important;
}

.headerbar.cover {
  position: relative;
  padding: 80px 0;
}

.headerbar .btn span {
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
}

.headerbar_content {
  color: #fff;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.menubar {
  padding: 30px 0 70px 0;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 28%);
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  transition: all 200ms linear;
}

.grecaptcha-badge {
  display: none !important;
}

.menubar.scrolled_nav {
  padding: 30px 0;
  z-index: 9;
}

.menubar.header_empty {
  padding: 30px 0;
}

.bg_layer {
  background: linear-gradient(180deg, rgb(0 0 0 / 30%), rgb(255 255 255 / 0%));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.headerbar h1.block_title {
  font-size: 52px;
  line-height: 68px;
  text-shadow: 0px 0px 4px rgb(0 0 0);
}

.headerbar_content .block_content {
  text-shadow: 0px 0px 4px rgb(0 0 0);
  font-size: 19px;
  line-height: 29px;
}

.header_comment {
  padding: 12px 20px;
  border-radius: 8px;
  background: #fff;
  border-top-left-radius: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 250px;
  color: #365ba7;
  font-size: 14px;
  font-weight: 600;
}

.header_comment::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -25px;
  top: 0;
  content: "";
}

.headerbar_person_content {
  position: relative;
  height: 100%;
}

img.header_person {
  width: 100%;
  max-width: 280px;
  position: absolute;
  bottom: -80px;
  left: 0;
}

.header_comment {
  position: absolute;
  right: 0;
  top: 40%;
}

.headerbar_person_content_mirror .header_comment {
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
}

.headerbar_person_content_mirror .header_comment::after {
  right: -25px;
  left: unset;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.headerbar_person_content_mirror .header_comment {
  left: 0;
  right: unset;
}

.headerbar_person_content_mirror img.header_person {
  right: 0;
  left: unset;
}

/*Content*/
div#cookie-notice .cn-button {
  background: #d2273f !important;
}

.col_marge_set {
  margin-bottom: 30px !important;
}

.block_3 .col_marge_set {
  margin-bottom: 45px !important;
}

.block_3 {
  margin-bottom: -45px;
}

img.block_3_logo {
  max-height: 60px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.block_title_empty {
  color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header.entry-header,
footer.entry-footer {
  display: none;
}

.container_marge {
  height: 60px;
}

.block_1.spaceset {
  margin-top: 85px;
}

.block_1 .block_content_first {
  color: #3559a3;
  font-size: 21px;
  line-height: 28px;
}

.block_1 {
  background: #EBEBEB;
  padding: 40px 0 10px 0;
}

.block_1 .block_title,
.block_2 .block_title,
.block_3 .block_title,
.block_4 .block_title,
.search_page h2,
body.search .block_title,
body.error404 .block_title {
  color: #d2273f;
}

.block_1_box {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 13px rgb(0 0 0 / 22%);
  padding: 20px;
  margin-bottom: 30px;
}

.block_1_box .block_title {
  color: #3559a3;
}

.block_1_box .block_1_subtitle {
  color: #3559a3;
}

.block_1_image.cover {
  height: 150px;
  margin: 15px 0;
}

.block_1_box .block_content {
  color: #3559a3;
}

.block_1_rows {
  margin-top: -85px;
}

img.block_2_img {
  border-radius: 8px;
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.22);
}

a.block_2_link span {
  margin-left: 25px;
  display: block;
}

a.block_2_link {
  display: block;
  margin: 12px 0;
  color: #000 !important;
}

a.block_2_link i {
  display: block;
  margin-bottom: -19px;
}

.block_2 .block_content {
  margin-bottom: 50px;
}

a.block_2_glink {
  display: block;
  font-style: italic;
  margin-top: 30px;
}

a.block_2_glink:hover,
a.block_2_link:hover {
  color: #d2273f !important;
}

.block_4_img.cover {
  height: 300px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.22);
  border-radius: 8px;
}

.block_grey {
  padding: 40px 0;
  background: #EBEBEB;
}

.small_img .block_content {
  color: #3559a3;
  font-size: 21px;
  line-height: 28px;
}

.block_5_steps table {
  margin-bottom: 0;
  width: 100%;
}

.block_5_steps table td {
  width: 16.66%;
  position: relative;
}

.block_5_steps table td:first-child span {
  color: #fff;
}

.block_5_steps td span {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #3559a3;
  color: #3559a3;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 27px;
  position: relative;
  z-index: 9;
  font-weight: 700;
  bottom: 0;
}

.block_5_steps table td:last-child span {
  background: #3559a3;
  border: 1px solid #3559a3;
  color: #fff;
}

.block_5_steps table td:last-child:after {
  display: none;
}

.block_5_steps table td:after {
  content: "";
  height: 5px;
  width: 100%;
  background: #3559a3;
  position: absolute;
  display: inline-block;
  left: 5px;
  top: 12px;
}

.block_5_step_content {
  position: absolute;
  text-align: center;
  left: -75px;
  width: 180px
}

.block_5_step_content i {
  color: #3559a3;
  font-size: 20px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.site-content ul {
  list-style: none;
  padding: 0;
}

.site-content ul li {
  display: block;
  margin-top: -15px;
  margin-left: 25px;
}

.site-content ul li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f101';
  display: table-cell;
  position: relative;
  top: 23px;
  left: -25px;
}

/*Footer*/
footer .navbar-brand {
  display: block;
  margin-bottom: 20px;
}

.footer_top.cover {
  padding: 60px 0;
  background-position: bottom right;
  color: #fff;
  position: relative;
}

.footer_top_partners {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.22);
  padding: 20px 0px 20px 15px;
  text-align: center;
}

a.footer_banner_logo img {
  width: 100%;
  max-width: 150px;
}

a.footer_banner_logo {
  display: inline-block;
  margin-right: 15px;
}

.footer_top .block_content p:last-child {
  margin-bottom: 0;
}

.footer_top .block_title,
.footer_top .block_content {
  text-shadow: 0px 0px 4px rgb(0 0 0);
}

footer {
  padding: 60px 0;
  background: #EBEBEB;
  font-size: 14px;
  margin-top: 10px;
}

.footer_copyright {
  font-size: 14px;
  padding: 20px 0;
  color: #6d6c6c;
}

a.copyright_link,
.copyright_span {
  margin-right: 5px;
}

.footer_copyright .container .copyright_span:last-child {
  display: none;
}

/*CSS @media Rules*/

@media (max-width: 575px) {}

@media (min-width: 576px) {}

@media (max-width: 767px) {}

@media (min-width: 768px) {}

@media (max-width: 991px) {
  .block_title_empty {
    display: none !important;
  }

  .headerbar h1.block_title {
    font-size: 34px;
    line-height: 38px;
  }

  .block_5_step {
    margin: 15px 0;
  }

  table.block_5_step tr td:first-child {
    width: 40px;
  }

  .block_5_step span {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #3559a3;
    color: #3559a3;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 27px;
    position: relative;
    z-index: 9;
    font-weight: 700;
    bottom: 0;
  }

  .block_5_space {
    display: none;
  }

  .block_5_step_content {
    position: relative;
    left: 0;
    width: 100%;
    text-align: left;
    color: #3559a3;
    font-weight: 600;
  }

  .order_2_991 {
    -ms-flex-order: 2;
    order: 2;
  }

  .navbar-brand a img {
    max-width: 150px;
    width: 100%;
  }

  footer {
    padding: 35px 0 20px 0;
  }

  .col_marge_991 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .block_1_box {
    height: calc(100% - 30px);
  }
}

@media (max-width: 1199px) {
  .menubar {
    padding: 20px 0 !important;
    z-index: 9;
  }

  .col_marge_1200 {
    margin-bottom: 30px !important;
  }

  .block_1_rows,
  .block_1.spaceset {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }

  .headerbar_content {
    min-height: 214px;
  }
}
